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@8641e0edb8 🚀
This commit is contained in:
parent
29a4279232
commit
402fd183b9
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,10 @@
|
|||
"name": "Avalanche Fuji Testnet",
|
||||
"chain": "AVAX",
|
||||
"icon": "avax",
|
||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||
"rpc": [
|
||||
"https://api.avax-test.network/ext/bc/C/rpc",
|
||||
"https://avalanche-fuji-c-chain.publicnode.com"
|
||||
],
|
||||
"faucets": ["https://faucet.avax-test.network/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Avalanche",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8549,7 +8549,7 @@
|
|||
"symbol": "AVAX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
|
||||
"faucets": ["https://faucet.avax-test.network/"],
|
||||
"infoURL": "https://cchain.explorer.avax-test.network"
|
||||
}, {
|
||||
|
|
|
@ -12922,7 +12922,7 @@
|
|||
"name": "Avalanche Fuji Testnet",
|
||||
"chain": "AVAX",
|
||||
"icon": "avax",
|
||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
||||
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc", "https://avalanche-fuji-c-chain.publicnode.com"],
|
||||
"faucets": ["https://faucet.avax-test.network/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Avalanche",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user