From ad3497a84f1b9503bf8d0d9c54030b55b7c5d1c0 Mon Sep 17 00:00:00 2001 From: Barry <72349261+shaolin-flow@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:59:28 -0500 Subject: [PATCH] Create grand-1.json --- testnet/blumbus_111-1/grand-1.json | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testnet/blumbus_111-1/grand-1.json diff --git a/testnet/blumbus_111-1/grand-1.json b/testnet/blumbus_111-1/grand-1.json new file mode 100644 index 0000000000..87a770472f --- /dev/null +++ b/testnet/blumbus_111-1/grand-1.json @@ -0,0 +1,37 @@ +{ + "chainId": "grand-1", + "chainName": "nobletestnet", + "rpc": "https://noble-testnet-rpc.polkachu.com", + "rest": "https://noble-testnet-api.polkachu.com", + "evm": { + "chainId": "", + "rpc": "" + }, + "explorerUrl": "https://testnet.mintscan.io/noble-testnet", + "exploreTxUrl": "https://testnet.mintscan.io/noble-testnet/txs/", + "bech32Prefix": "noble", + "currencies": [ + { + "displayDenom": "USDC", + "baseDenom": "uusdc", + "decimals": 6, + "logo": "/logos/usdc-logo.svg", + "type": "main" + } + ], + "coinType": 118, + "validatorsLogosStorageDir": "", + "faucetUrl": "", + "ibc": { + "timeout": 172800000 + }, + "gasPriceSteps": { + "low": 0.01, + "average": 0.025, + "high": 0.03 + }, + "logo": "/logos/usdc-logo.svg", + "type": "Regular", + "analytics": true, + "website": "" +}