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@86fc3c32b4 🚀
This commit is contained in:
parent
7c3e89ac77
commit
75ca774de5
File diff suppressed because one or more lines are too long
24
chains/eip155-424242.json
Normal file
24
chains/eip155-424242.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Fastex Chain testnet",
|
||||
"chain": "FTN",
|
||||
"title": "Fastex Chain testnet",
|
||||
"rpc": ["https://rpc.testnet.fastexchain.com"],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "FTN",
|
||||
"symbol": "FTN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://fastex.com",
|
||||
"shortName": "ftn",
|
||||
"chainId": 424242,
|
||||
"networkId": 424242,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet.ftnscan.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -8344,6 +8344,19 @@
|
|||
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://arbitrum.io/"
|
||||
}, {
|
||||
"name": "Fastex Chain testnet",
|
||||
"chainId": 424242,
|
||||
"shortName": "ftn",
|
||||
"networkId": 424242,
|
||||
"nativeCurrency": {
|
||||
"name": "FTN",
|
||||
"symbol": "FTN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.fastexchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://fastex.com"
|
||||
}, {
|
||||
"name": "Dexalot Subnet Testnet",
|
||||
"chainId": 432201,
|
||||
|
|
|
@ -12407,6 +12407,31 @@
|
|||
"url": "https://bridge.arbitrum.io/"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Fastex Chain testnet",
|
||||
"chain": "FTN",
|
||||
"title": "Fastex Chain testnet",
|
||||
"rpc": ["https://rpc.testnet.fastexchain.com"],
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "FTN",
|
||||
"symbol": "FTN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://fastex.com",
|
||||
"shortName": "ftn",
|
||||
"chainId": 424242,
|
||||
"networkId": 424242,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet.ftnscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Dexalot Subnet Testnet",
|
||||
"chain": "DEXALOT",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -641,6 +641,7 @@
|
|||
"tKEK": "eip155:420666",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"arb-goerli": "eip155:421613",
|
||||
"ftn": "eip155:424242",
|
||||
"dexalot-testnet": "eip155:432201",
|
||||
"dexalot": "eip155:432204",
|
||||
"wlkt": "eip155:444900",
|
||||
|
|
Loading…
Reference in New Issue
Block a user