forked from chainapsis/keplr-chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added BZE testnet * changed bzetestnet file name * added bzetestnet image --------- Co-authored-by: stefan.balea <[email protected]>
- Loading branch information
1 parent
09b14b0
commit 8701fa3
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"chainId": "bzetestnet-2", | ||
"chainName": "BeeZee Testnet", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bzetestnet/chain.png", | ||
"rpc": "https://testnet-rpc.getbze.com", | ||
"rest": "https://testnet.getbze.com", | ||
"nodeProvider": { | ||
"name": "BZE Alpha Team", | ||
"email": "[email protected]", | ||
"website":"https://getbze.com" | ||
}, | ||
"stakeCurrency": { | ||
"coinDenom": "TBZE", | ||
"coinMinimalDenom": "utbz", | ||
"coinDecimals": 6, | ||
"coinGeckoId": "bzedge", | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bzetestnet/chain.png" | ||
}, | ||
"bip44": { | ||
"coinType": 118 | ||
}, | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "testbz", | ||
"bech32PrefixAccPub": "testbzpub", | ||
"bech32PrefixValAddr": "testbzvaloper", | ||
"bech32PrefixValPub": "testbzvaloperpub", | ||
"bech32PrefixConsAddr": "testbzvalcons", | ||
"bech32PrefixConsPub": "testbzvalconspub" | ||
}, | ||
"currencies": [{ | ||
"coinDenom": "TBZE", | ||
"coinMinimalDenom": "utbz", | ||
"coinDecimals": 6, | ||
"coinGeckoId": "bzedge", | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bzetestnet/chain.png" | ||
}], | ||
"feeCurrencies": [{ | ||
"coinDenom": "TBZE", | ||
"coinMinimalDenom": "utbz", | ||
"coinDecimals": 6, | ||
"coinGeckoId": "bzedge", | ||
"gasPriceStep": { | ||
"low": 0.001, | ||
"average": 0.01, | ||
"high": 0.1 | ||
}, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bzetestnet/chain.png" | ||
}], | ||
"features": [ | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.