From 5e2dc28e68a0dec00428a33bb05d00699b687ffe Mon Sep 17 00:00:00 2001 From: Github-Bot Date: Wed, 27 Sep 2023 10:40:35 +0000 Subject: [PATCH] Update data after publish:beta --- packages/chain-list/src/data/ChainInfo.json | 46 +++++++++---------- .../chain-list/src/data/ChainLogoMap.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/chain-list/src/data/ChainInfo.json b/packages/chain-list/src/data/ChainInfo.json index 50207bcd..924a98b6 100644 --- a/packages/chain-list/src/data/ChainInfo.json +++ b/packages/chain-list/src/data/ChainInfo.json @@ -4250,22 +4250,21 @@ "evmInfo": null, "icon": "https://media-resources.subwallet.app//2/kusama_bridge_hub_e6daccf32b.png" }, - "fantom": { - "slug": "fantom", - "name": "Fantom", + "fantom_testnet": { + "slug": "fantom_testnet", + "name": "Fantom Testnet", "chainStatus": "ACTIVE", "providers": { - "Ankr": "https://rpc.ankr.com/fantom", - "RPC_API": "https://rpcapi.fantom.network", - "BlastApi": "https://fantom-mainnet.public.blastapi.io", - "FTM_TOOLS": "https://rpc.ftm.tools", - "PoktNetwork": "https://fantom-rpc.gateway.pokt.network" + "Ankr": "https://rpc.ankr.com/fantom_testnet", + "X_API": "https://xapi.testnet.fantom.network/lachesis/", + "FantomNetwork": "https://rpc.testnet.fantom.network/", + "BlastApi": "https://fantom-testnet.public.blastapi.io/" }, - "isTestnet": false, + "isTestnet": true, "substrateInfo": null, "evmInfo": { - "evmChainId": 250, - "blockExplorer": "https://ftmscan.com", + "evmChainId": 4002, + "blockExplorer": "https://testnet.ftmscan.com", "symbol": "FTM", "decimals": 18, "existentialDeposit": "0", @@ -4273,25 +4272,26 @@ "ERC20", "ERC721" ], - "abiExplorer": "https://ftmscan.com" + "abiExplorer": "https://testnet.ftmscan.com" }, "icon": "https://media-resources.subwallet.app//2/ftm_8ccdce4e96.png" }, - "fantom_testnet": { - "slug": "fantom_testnet", - "name": "Fantom Testnet", + "fantom": { + "slug": "fantom", + "name": "Fantom", "chainStatus": "ACTIVE", "providers": { - "Ankr": "https://rpc.ankr.com/fantom_testnet", - "X_API": "https://xapi.testnet.fantom.network/lachesis/", - "FantomNetwork": "https://rpc.testnet.fantom.network/", - "BlastApi": "https://fantom-testnet.public.blastapi.io/" + "Ankr": "https://rpc.ankr.com/fantom", + "RPC_API": "https://rpcapi.fantom.network", + "BlastApi": "https://fantom-mainnet.public.blastapi.io", + "FTM_TOOLS": "https://rpc.ftm.tools", + "PoktNetwork": "https://fantom-rpc.gateway.pokt.network" }, - "isTestnet": true, + "isTestnet": false, "substrateInfo": null, "evmInfo": { - "evmChainId": 4002, - "blockExplorer": "https://testnet.ftmscan.com", + "evmChainId": 250, + "blockExplorer": "https://ftmscan.com", "symbol": "FTM", "decimals": 18, "existentialDeposit": "0", @@ -4299,7 +4299,7 @@ "ERC20", "ERC721" ], - "abiExplorer": "https://testnet.ftmscan.com" + "abiExplorer": "https://ftmscan.com" }, "icon": "https://media-resources.subwallet.app//2/ftm_8ccdce4e96.png" }, diff --git a/packages/chain-list/src/data/ChainLogoMap.json b/packages/chain-list/src/data/ChainLogoMap.json index 715ec511..72f623f5 100644 --- a/packages/chain-list/src/data/ChainLogoMap.json +++ b/packages/chain-list/src/data/ChainLogoMap.json @@ -156,8 +156,8 @@ "kate": "https://media-resources.subwallet.app//2/avail_16bb040742.png", "bridgeHubPolkadot": "https://media-resources.subwallet.app//2/polkadot_bridge_hub_c3ab010f45.png", "bridgeHubKusama": "https://media-resources.subwallet.app//2/kusama_bridge_hub_e6daccf32b.png", - "fantom": "https://media-resources.subwallet.app//2/ftm_8ccdce4e96.png", "fantom_testnet": "https://media-resources.subwallet.app//2/ftm_8ccdce4e96.png", + "fantom": "https://media-resources.subwallet.app//2/ftm_8ccdce4e96.png", "krest_network": "https://media-resources.subwallet.app//2/krest_6217afc787.png", "deeper_network": "https://media-resources.subwallet.app//2/deeper_network_a6407a1aec.png", "jur_network": "https://media-resources.subwallet.app//2/jur_network_6aff4974ed.png",