mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@4168273a4a 🚀
This commit is contained in:
parent
b2d2c3ba68
commit
29a4279232
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Fantom Testnet",
|
"name": "Fantom Testnet",
|
||||||
"chain": "FTM",
|
"chain": "FTM",
|
||||||
"rpc": [
|
"rpc": ["https://rpc.testnet.fantom.network"],
|
||||||
"https://rpc.testnet.fantom.network",
|
|
||||||
"https://fantom-testnet.publicnode.com"
|
|
||||||
],
|
|
||||||
"faucets": ["https://faucet.fantom.network"],
|
"faucets": ["https://faucet.fantom.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Fantom",
|
"name": "Fantom",
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
"name": "Avalanche Fuji Testnet",
|
"name": "Avalanche Fuji Testnet",
|
||||||
"chain": "AVAX",
|
"chain": "AVAX",
|
||||||
"icon": "avax",
|
"icon": "avax",
|
||||||
"rpc": [
|
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||||
"https://api.avax-test.network/ext/bc/C/rpc",
|
|
||||||
"https://avalanche-fuji-c-chain.publicnode.com"
|
|
||||||
],
|
|
||||||
"faucets": ["https://faucet.avax-test.network/"],
|
"faucets": ["https://faucet.avax-test.network/"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Avalanche",
|
"name": "Avalanche",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5936,7 +5936,7 @@
|
||||||
"symbol": "FTM",
|
"symbol": "FTM",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.testnet.fantom.network", "https://fantom-testnet.publicnode.com"],
|
"rpc": ["https://rpc.testnet.fantom.network"],
|
||||||
"faucets": ["https://faucet.fantom.network"],
|
"faucets": ["https://faucet.fantom.network"],
|
||||||
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet"
|
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet"
|
||||||
}, {
|
}, {
|
||||||
|
@ -8549,7 +8549,7 @@
|
||||||
"symbol": "AVAX",
|
"symbol": "AVAX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
|
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||||
"faucets": ["https://faucet.avax-test.network/"],
|
"faucets": ["https://faucet.avax-test.network/"],
|
||||||
"infoURL": "https://cchain.explorer.avax-test.network"
|
"infoURL": "https://cchain.explorer.avax-test.network"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -8891,7 +8891,7 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "Fantom Testnet",
|
"name": "Fantom Testnet",
|
||||||
"chain": "FTM",
|
"chain": "FTM",
|
||||||
"rpc": ["https://rpc.testnet.fantom.network", "https://fantom-testnet.publicnode.com"],
|
"rpc": ["https://rpc.testnet.fantom.network"],
|
||||||
"faucets": ["https://faucet.fantom.network"],
|
"faucets": ["https://faucet.fantom.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Fantom",
|
"name": "Fantom",
|
||||||
|
@ -12922,7 +12922,7 @@
|
||||||
"name": "Avalanche Fuji Testnet",
|
"name": "Avalanche Fuji Testnet",
|
||||||
"chain": "AVAX",
|
"chain": "AVAX",
|
||||||
"icon": "avax",
|
"icon": "avax",
|
||||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
|
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||||
"faucets": ["https://faucet.avax-test.network/"],
|
"faucets": ["https://faucet.avax-test.network/"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Avalanche",
|
"name": "Avalanche",
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user