Deploying to gh-pages from @ ethereum-lists/chains@86fc3c32b4 🚀

This commit is contained in:
ligi 2023-02-10 00:23:01 +00:00
parent 7c3e89ac77
commit 75ca774de5
7 changed files with 66 additions and 3 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-424242.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",