Skip to content

Commit 4971a20

Browse files
committed
docs: remove deployment commands
1 parent 54d4c44 commit 4971a20

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,7 @@ To deploy contracts:
9494

9595
1. Set environment variables:
9696
```shell
97-
NETWORK=<your_rpc_url>
98-
GOV_PRIVATE_KEY=<your_private_key>
99-
ADDRESS_HUB=<address_hub_address> # for subsequent deployments
100-
```
101-
102-
2. Run specific deployment targets:
103-
```shell
104-
# Deploy individual components
105-
$ make deploy-address-hub
106-
$ make deploy-atlas
107-
$ make deploy-shmonad
108-
$ make deploy-taskmanager
109-
$ make deploy-paymaster
97+
MONAD_TESTNET_RPC_URL=<your_rpc_url>
11098
```
11199

112100
## Documentation

0 commit comments

Comments
 (0)