fixed vidulums api order

My API shouldn't be first.  switched the order so the Main official RPC server is used.
This commit is contained in:
Erialos 2022-10-07 08:56:12 -06:00
parent 2d2733a15d
commit 0d36329a0d

View File

@ -1,7 +1,7 @@
{ {
"chain_name": "vidulum", "chain_name": "vidulum",
"coingecko": "vidulum", "coingecko": "vidulum",
"api": ["https://rest.rpc.erialos.me","https://api-vidulum-ia.cosmosia.notional.ventures", "https://mainnet-lcd.vidulum.app"], "api": ["https://mainnet-lcd.vidulum.app", "https://api-vidulum-ia.cosmosia.notional.ventures", "https://rest.rpc.erialos.me"],
"rpc": ["https://trpc.rpc.erialos.me:443","https://rpc-vidulum-ia.cosmosia.notional.ventures:443", "https://mainnet-rpc.vidulum.app:443"], "rpc": ["https://trpc.rpc.erialos.me:443","https://rpc-vidulum-ia.cosmosia.notional.ventures:443", "https://mainnet-rpc.vidulum.app:443"],
"snapshot_provider": "c32903505e9ab811ac46306d2913c98ccf4883ce@rpc.erialos.me:26656", "snapshot_provider": "c32903505e9ab811ac46306d2913c98ccf4883ce@rpc.erialos.me:26656",
"sdk_version": "0.44.0", "sdk_version": "0.44.0",