Skip to content

Commit

Permalink
Merge pull request #838 from tbruyelle/tbruyelle/cosmos/atomone
Browse files Browse the repository at this point in the history
add native chain atomone
  • Loading branch information
Thunnini authored Oct 22, 2024
2 parents 563abad + db104c6 commit efe6caa
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions cosmos/atomone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"rpc": "https://atomone-rpc.allinbits.com",
"rest": "https://atomone-api.allinbits.com",
"chainId": "atomone-1",
"chainName": "AtomOne",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/atomone/chain.png",
"nodeProvider": {
"name": "AllInBits",
"email": "[email protected]",
"website": "https://allinbits.com/"
},
"bip44": {
"coinType": 118
},
"walletUrlForStaking": "https://wallet.keplr.app/chains/atomone",
"bech32Config": {
"bech32PrefixAccAddr": "atone",
"bech32PrefixAccPub": "atonepub",
"bech32PrefixValAddr": "atonevaloper",
"bech32PrefixValPub": "atonevaloperpub",
"bech32PrefixConsAddr": "atonevalcons",
"bech32PrefixConsPub": "atonevalconspub"
},
"currencies": [
{
"coinDenom": "ATONE",
"coinMinimalDenom": "uatone",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/atomone/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "ATONE",
"coinMinimalDenom": "uatone",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/atomone/chain.png",
"gasPriceStep": {
"low": 0.006,
"average": 0.006,
"high": 0.009
}
}
],
"stakeCurrency": {
"coinDenom": "ATONE",
"coinMinimalDenom": "uatone",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/atomone/chain.png"
},
"features": []
}
Binary file added images/atomone/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efe6caa

Please sign in to comment.