forked from LaconicNetwork/cosmos-explorer
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.
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"chain_name": "vidulum",
|
|
"coingecko": "vidulum",
|
|
"api": ["https://testnet-lcd.vidulum.app"],
|
|
"rpc": [],
|
|
"snapshot_provider": "",
|
|
"sdk_version": "0.44.0",
|
|
"coin_type": "370",
|
|
"min_tx_fee": "8000",
|
|
"addr_prefix": "vdl",
|
|
"logo": "/logos/VDL.png",
|
|
"assets": [{
|
|
"base": "uvdl",
|
|
"symbol": "VDL",
|
|
"exponent": "6",
|
|
"coingecko_id": "vidulum",
|
|
"logo": "/logos/VDL.png"
|
|
}]
|
|
}
|