Skip to content

Commit

Permalink
added BZE testnet (chainapsis#587)
Browse files Browse the repository at this point in the history
* added BZE testnet

* changed bzetestnet file name

* added bzetestnet image

---------

Co-authored-by: stefan.balea <[email protected]>
  • Loading branch information
faneaatiku and stefan.balea authored Apr 24, 2024
1 parent 09b14b0 commit 8701fa3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/bzetestnet.json
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": [
]
}
Binary file added images/bzetestnet/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 8701fa3

Please sign in to comment.