Skip to content

Commit

Permalink
Added arctic-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Aug 1, 2023
1 parent d7dcb4c commit 4ae6181
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
22 changes: 22 additions & 0 deletions assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,5 +541,27 @@
"png": "https://github.com/cosmos/chain-registry/blob/master/testnets/seitestnet2/images/sei.png"
}
}
],
"arctic-1": [
{
"name": "Sei",
"description": "The native token of Sei",
"symbol": "SEI",
"base": "usei",
"display": "sei",
"denom_units": [
{
"denom": "usei",
"exponent": 0
},
{
"denom": "sei",
"exponent": 6
}
],
"images": {
"png": "https://github.com/cosmos/chain-registry/blob/master/testnets/seitestnet2/images/sei.png"
}
}
]
}
7 changes: 7 additions & 0 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
}
]
},
"arctic-1": {
"chainId": "arctic-1",
"network_type": "devnet",
"rpc": [],
"rest": [],
"explorers": []
},
"sei-devnet-3": {
"chainId": "sei-devnet-3",
"network_type": "devnet",
Expand Down
11 changes: 11 additions & 0 deletions gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
}
}
},
"arctic-1": {
"denom": "usei",
"min_gas_price": 0.1,
"module_adjustments": {
"dex": {
"sudo_gas_price": 0.01,
"order_placement": 55000,
"order_cancellation": 55000
}
}
},
"sei-devnet-3": {
"denom": "usei",
"min_gas_price": 0.1,
Expand Down
3 changes: 2 additions & 1 deletion ibc_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"port_id": "wasm.sei1nna9mzp274djrgzhzkac2gvm3j27l402s4xzr08chq57pjsupqnqaj0d5s",
"client_id": "07-tendermint-55"
}
]
],
"arctic-1": []
}

0 comments on commit 4ae6181

Please sign in to comment.