Skip to content

Commit

Permalink
coreum-testnet.json update (chainapsis#674)
Browse files Browse the repository at this point in the history
* coreum-testnet.json update

* Update coreum-testnet.json

* Update coreum-testnet.json

---------

Co-authored-by: Jahanzeb Hussain <[email protected]>
  • Loading branch information
Jahanzeb9999 and Jahanzeb Hussain authored Jun 19, 2024
1 parent 03fe68f commit 4c9c935
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions cosmos/coreum-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"chainId": "coreum-testnet-1",
"chainName": "Coreum Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/coreum-testnet/chain.png",
"rpc": "https://full-node.testnet-1.coreum.dev:26657",
"rest": "https://full-node.testnet-1.coreum.dev:1317",
"nodeProvider": {
"name": "Coreum Full Node",
"website":"https://www.coreum.com/",
"email": "[email protected]"
},
"bip44": {
"coinType": 990
},
"bech32Config": {
"bech32PrefixAccAddr": "core",
"bech32PrefixAccPub": "corepub",
"bech32PrefixValAddr": "corevaloper",
"bech32PrefixValPub": "corevaloperpub",
"bech32PrefixConsAddr": "corevalcons",
"bech32PrefixConsPub": "corevalconspub"
},
"currencies": [
{
"coinDenom": "TESTCORE",
"coinMinimalDenom": "utestcore",
"coinDecimals": 6,
"coinGeckoId": "coreum"
}
],
"feeCurrencies": [
{
"coinDenom": "TESTCORE",
"coinMinimalDenom": "utestcore",
"coinDecimals": 6,
"coinGeckoId": "coreum",
"gasPriceStep": {
"low": 0.0625,
"average": 0.0625,
"high": 0.0625
}
}
],
"stakeCurrency": {
"coinDenom": "TESTCORE",
"coinMinimalDenom": "utestcore",
"coinDecimals": 6,
"coinGeckoId": "coreum"
},
"features": [
"cosmwasm"
]
}

Binary file added images/coreum-testnet/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 4c9c935

Please sign in to comment.