Skip to content

Commit

Permalink
add Planq Atlas testnet (chainapsis#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanshukhov authored Apr 19, 2024
1 parent 78a5e2e commit a7e8f5d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/planq_7077.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "planq_7077-1",
"chainName": "Planq Atlas Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/planq_7077/chain.png",
"rpc": "https://rpc-atlas.planq.network",
"rest": "https://rest-atlas.planq.network",
"nodeProvider": {
"name": "Planq",
"email": "[email protected]",
"website":"https://planq.network/"
},
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "plq",
"bech32PrefixAccPub": "plqpub",
"bech32PrefixValAddr": "plqvaloper",
"bech32PrefixValPub": "plqvaloperpub",
"bech32PrefixConsAddr": "plqvalcons",
"bech32PrefixConsPub": "plqvalconspub"
},
"currencies": [
{
"coinDenom": "tPLQ",
"coinMinimalDenom": "atplanq",
"coinDecimals": 18
}
],
"feeCurrencies": [
{
"coinDenom": "tPLQ",
"coinMinimalDenom": "atplanq",
"coinDecimals": 18,
"gasPriceStep": {
"low": 30000000000,
"average": 35000000000,
"high": 40000000000
}
}
],
"stakeCurrency": {
"coinDenom": "tPLQ",
"coinMinimalDenom": "atplanq",
"coinDecimals": 18
},
"features": [
"eth-address-gen",
"eth-key-sign"
]
}
Binary file added images/planq_7077/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 a7e8f5d

Please sign in to comment.