cosmos-explorer/src/chains/testnet/beezee.json
Erialos 5eef53e294 Updated gitignore and chain files
There were a few odd issues with some of the RPC's blocking certain calls for some chains.  I don't know all affected, as I only use a few that the true ping.pub repository uses.
Stargaze was one.

I have added Polkachu and Notional API and RPC endpoints.

I have updated the git ignore file to exclude some of the yarn files created when running that command.
2022-10-06 08:42:58 -06:00

20 lines
643 B
JSON

{
"chain_name": "beezee",
"coingecko": "bzedge",
"api": ["https://testnet.getbze.com"],
"rpc": ["https://testnet-rpc.getbze.com:443","https://testnet-rpc.getbze.com:443"],
"snapshot_provider": [""],
"sdk_version": "0.44.0",
"coin_type": "370",
"min_tx_fee": "8000",
"addr_prefix": "bze",
"logo": "https://assets.coingecko.com/coins/images/7814/large/BZEdge_Color_icon.png",
"assets": [{
"base": "ubze",
"symbol": "BZE",
"exponent": "6",
"coingecko_id": "bzedge",
"logo": "https://assets.coingecko.com/coins/images/7814/large/BZEdge_Color_icon.png"
}]
}