Skip to content

Commit

Permalink
Updated chain_info.json to be pacific-1 and updated gas configs to th…
Browse files Browse the repository at this point in the history
…e correct price
  • Loading branch information
Carson Aberle committed Aug 1, 2023
1 parent 6894db8 commit d7dcb4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chain_info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_name": "Sei Atlantic 2",
"network_type": "testnet",
"chain_id": "atlantic-2",
"chain_name": "Sei",
"network_type": "mainnet",
"chain_id": "pacific-1",
"daemon_name": "seid",
"bech32_prefix": "sei",
"key_algos": ["secp256k1"],
Expand Down
6 changes: 3 additions & 3 deletions gas.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pacific-1": {
"denom": "usei",
"min_gas_price": 0.01,
"min_gas_price": 0.1,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
Expand All @@ -12,7 +12,7 @@
},
"atlantic-2": {
"denom": "usei",
"min_gas_price": 0.01,
"min_gas_price": 0.1,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
Expand All @@ -23,7 +23,7 @@
},
"sei-devnet-3": {
"denom": "usei",
"min_gas_price": 0.01,
"min_gas_price": 0.1,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
Expand Down

0 comments on commit d7dcb4c

Please sign in to comment.