Update chain registry name in vars file #7
@ -25,7 +25,12 @@
|
||||
{
|
||||
"coinDenom": "ALNT",
|
||||
"coinMinimalDenom": "alnt",
|
||||
"coinDecimals": 18
|
||||
"coinDecimals": 18,
|
||||
"gasPriceStep": {
|
||||
"low": 0.01,
|
||||
"average": 0.01,
|
||||
"high": 0.02
|
||||
}
|
||||
}
|
||||
],
|
||||
"stakeCurrency": {
|
||||
@ -33,11 +38,6 @@
|
||||
"coinMinimalDenom": "alnt",
|
||||
"coinDecimals": 18
|
||||
},
|
||||
"gasPriceStep": {
|
||||
"low": 0.01,
|
||||
"average": 0.01,
|
||||
"high": 0.02
|
||||
},
|
||||
"features": [
|
||||
"stargate",
|
||||
"ibc-transfer"
|
||||
|
@ -387,7 +387,7 @@
|
||||
cp ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.yml
|
||||
```
|
||||
|
||||
- Update env values in `cosmos-multisig-vars.yml` withyour node RPC URL
|
||||
- Update env values in `cosmos-multisig-vars.yml` with your node RPC URL
|
||||
|
||||
```bash
|
||||
next_public_node_addresses: '["http://localhost:26657"]'
|
||||
@ -422,7 +422,7 @@
|
||||
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
||||
```
|
||||
|
||||
- The app will be running on `http://localhost:3000/laconic`
|
||||
- The app will be running on <http://localhost:3000/laconic>
|
||||
|
||||
### Create a multisig with both the validator accounts
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
next_public_multichain: false
|
||||
next_public_registry_name: "Laconic Mainnet"
|
||||
next_public_registry_name: "laconic"
|
||||
next_public_logo: ""
|
||||
next_public_chain_id: "laconic-mainnet"
|
||||
next_public_chain_display_name: "Laconic Mainnet"
|
||||
|
Loading…
Reference in New Issue
Block a user