Deploying to gh-pages from @ ethereum-lists/chains@8e43bd12ce 🚀

This commit is contained in:
ligi 2022-11-01 18:30:42 +00:00
parent 1ad9ba1b42
commit cc05b25d50
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-2154.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Findora Forge",
"chain": "Testnet-forge",
"rpc": ["https://prod-forge.prod.findora.org:8545/"],
"faucets": [],
"nativeCurrency": {
"name": "FRA",
"symbol": "FRA",
"decimals": 18
},
"infoURL": "https://findora.org/",
"shortName": "findora-forge",
"chainId": 2154,
"networkId": 2154,
"explorers": [
{
"name": "findorascan",
"url": "https://testnet-forge.evm.findorascan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3508,6 +3508,19 @@
"rpc": ["https://prod-testnet.prod.findora.org:8545/"], "rpc": ["https://prod-testnet.prod.findora.org:8545/"],
"faucets": [], "faucets": [],
"infoURL": "https://findora.org/" "infoURL": "https://findora.org/"
}, {
"name": "Findora Forge",
"chainId": 2154,
"shortName": "findora-forge",
"networkId": 2154,
"nativeCurrency": {
"name": "FRA",
"symbol": "FRA",
"decimals": 18
},
"rpc": ["https://prod-forge.prod.findora.org:8545/"],
"faucets": [],
"infoURL": "https://findora.org/"
}, { }, {
"name": "Bitcoin EVM", "name": "Bitcoin EVM",
"chainId": 2203, "chainId": 2203,

View File

@ -4944,6 +4944,25 @@
"url": "https://testnet-anvil.evm.findorascan.io", "url": "https://testnet-anvil.evm.findorascan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Findora Forge",
"chain": "Testnet-forge",
"rpc": ["https://prod-forge.prod.findora.org:8545/"],
"faucets": [],
"nativeCurrency": {
"name": "FRA",
"symbol": "FRA",
"decimals": 18
},
"infoURL": "https://findora.org/",
"shortName": "findora-forge",
"chainId": 2154,
"networkId": 2154,
"explorers": [{
"name": "findorascan",
"url": "https://testnet-forge.evm.findorascan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Bitcoin EVM", "name": "Bitcoin EVM",
"chain": "Bitcoin EVM", "chain": "Bitcoin EVM",

View File

@ -269,6 +269,7 @@
"esp": "eip155:2101", "esp": "eip155:2101",
"fra": "eip155:2152", "fra": "eip155:2152",
"findora-testnet": "eip155:2153", "findora-testnet": "eip155:2153",
"findora-forge": "eip155:2154",
"eBTC": "eip155:2203", "eBTC": "eip155:2203",
"evanesco": "eip155:2213", "evanesco": "eip155:2213",
"tkava": "eip155:2221", "tkava": "eip155:2221",