Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed May 4, 2022
1 parent c84200b commit 307ab7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Minter Hub 2.0
# Minter Hub 2.1

## Build & Install

Expand Down Expand Up @@ -137,24 +137,18 @@ BSC Contract for testnet: 0x0c8ed00B0A80c4d436E9FCb67986bC3b1ee470d5

```bash
orchestrator \
--cosmos-phrase=<COSMOS MNEMONIC> \
--ethereum-key=<ETHEREUM PRIVATE KEY> \
--cosmos-grpc="http://127.0.0.1:9090" \
--ethereum-rpc="http://127.0.0.1:8545/" \
--fees=hub \
--address-prefix=hub \
--chain-id=ethereum \
--contract-address=<ADDRESS OF ETHEREUM CONTRACT>
```

```bash
orchestrator \
--cosmos-phrase=<COSMOS MNEMONIC> \
--ethereum-key=<ETHEREUM PRIVATE KEY> \
--cosmos-grpc="http://127.0.0.1:9090" \
--ethereum-rpc="http://127.0.0.1:8545/" \
--fees=hub \
--address-prefix=hub \
--chain-id=bsc \
--contract-address=<ADDRESS OF BSC CONTRACT>
```
Expand Down Expand Up @@ -200,7 +194,6 @@ holders_url = "https://explorer-hub-api.minter.network/api/tokens/1902/holders"
prices_url = "https://explorer-hub-api.minter.network/api/prices"

[cosmos]
mnemonic = <COSMOS MNEMONIC>
grpc_addr = "127.0.0.1:9090"
rpc_addr = "http://127.0.0.1:26657"
```
Expand Down

0 comments on commit 307ab7c

Please sign in to comment.