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@0b9f1bab95 🚀
This commit is contained in:
parent
30e1c14bce
commit
78444a76b8
1826
chain_icons.json
1826
chain_icons.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
35
chains/eip155-314.json
Normal file
35
chains/eip155-314.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Mainnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://api.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 314,
|
||||||
|
"networkId": 314,
|
||||||
|
"slip44": 461,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Filfox",
|
||||||
|
"url": "https://filfox.info/en",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Filscout",
|
||||||
|
"url": "https://filscout.io/en",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
19
chains/eip155-3141.json
Normal file
19
chains/eip155-3141.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Buildernet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-buildernet",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 3141,
|
||||||
|
"networkId": 3141,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
|
}
|
25
chains/eip155-31415.json
Normal file
25
chains/eip155-31415.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Wallaby testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-wallaby",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 31415,
|
||||||
|
"networkId": 31415,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://wallaby.filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
30
chains/eip155-314159.json
Normal file
30
chains/eip155-314159.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Calibration testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-calibration",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 314159,
|
||||||
|
"networkId": 314159,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://calibration.filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Filscout",
|
||||||
|
"url": "https://calibration.filscout.com/en",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
19
chains/eip155-3141592.json
Normal file
19
chains/eip155-3141592.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Butterfly testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": ["https://faucet.butterfly.fildev.network"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-butterfly",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 3141592,
|
||||||
|
"networkId": 3141592,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
|
}
|
19
chains/eip155-31415926.json
Normal file
19
chains/eip155-31415926.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Filecoin — Local testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-local",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 31415926,
|
||||||
|
"networkId": 31415926,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1779,6 +1779,19 @@
|
||||||
"rpc": ["https://optimism.gnosischain.com", "wss://optimism.gnosischain.com/wss"],
|
"rpc": ["https://optimism.gnosischain.com", "wss://optimism.gnosischain.com/wss"],
|
||||||
"faucets": ["https://faucet.gimlu.com/gnosis"],
|
"faucets": ["https://faucet.gimlu.com/gnosis"],
|
||||||
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc"
|
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Mainnet",
|
||||||
|
"chainId": 314,
|
||||||
|
"shortName": "filecoin",
|
||||||
|
"networkId": 314,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "KCC Mainnet",
|
"name": "KCC Mainnet",
|
||||||
"chainId": 321,
|
"chainId": 321,
|
||||||
|
@ -3560,6 +3573,19 @@
|
||||||
"rpc": ["https://rpc-testnet.orlchain.com"],
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://orlchain.com"
|
"infoURL": "https://orlchain.com"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Buildernet",
|
||||||
|
"chainId": 3141,
|
||||||
|
"shortName": "filecoin-buildernet",
|
||||||
|
"networkId": 3141,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "ZCore Testnet",
|
"name": "ZCore Testnet",
|
||||||
"chainId": 3331,
|
"chainId": 3331,
|
||||||
|
@ -4756,6 +4782,19 @@
|
||||||
"rpc": ["https://testnet-rpc.gochain.io"],
|
"rpc": ["https://testnet-rpc.gochain.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://gochain.io"
|
"infoURL": "https://gochain.io"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Wallaby testnet",
|
||||||
|
"chainId": 31415,
|
||||||
|
"shortName": "filecoin-wallaby",
|
||||||
|
"networkId": 31415,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Bitgert Mainnet",
|
"name": "Bitgert Mainnet",
|
||||||
"chainId": 32520,
|
"chainId": 32520,
|
||||||
|
@ -5848,6 +5887,19 @@
|
||||||
"rpc": ["https://socialsmartchain.digitalnext.business"],
|
"rpc": ["https://socialsmartchain.digitalnext.business"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://digitalnext.business/SocialSmartChain"
|
"infoURL": "https://digitalnext.business/SocialSmartChain"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Calibration testnet",
|
||||||
|
"chainId": 314159,
|
||||||
|
"shortName": "filecoin-calibration",
|
||||||
|
"networkId": 314159,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Polis Testnet",
|
"name": "Polis Testnet",
|
||||||
"chainId": 333888,
|
"chainId": 333888,
|
||||||
|
@ -6199,6 +6251,19 @@
|
||||||
"rpc": ["https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws"],
|
"rpc": ["https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws"],
|
||||||
"faucets": ["https://devnet2faucet.platon.network/faucet"],
|
"faucets": ["https://devnet2faucet.platon.network/faucet"],
|
||||||
"infoURL": "https://www.platon.network"
|
"infoURL": "https://www.platon.network"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Butterfly testnet",
|
||||||
|
"chainId": 3141592,
|
||||||
|
"shortName": "filecoin-butterfly",
|
||||||
|
"networkId": 3141592,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": ["https://faucet.butterfly.fildev.network"],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Musicoin",
|
"name": "Musicoin",
|
||||||
"chainId": 7762959,
|
"chainId": 7762959,
|
||||||
|
@ -6355,6 +6420,19 @@
|
||||||
"rpc": ["https://rpc.auxilium.global"],
|
"rpc": ["https://rpc.auxilium.global"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://auxilium.global"
|
"infoURL": "https://auxilium.global"
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Local testnet",
|
||||||
|
"chainId": 31415926,
|
||||||
|
"shortName": "filecoin-local",
|
||||||
|
"networkId": 31415926,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Joys Digital Mainnet",
|
"name": "Joys Digital Mainnet",
|
||||||
"chainId": 35855456,
|
"chainId": 35855456,
|
||||||
|
|
|
@ -2503,6 +2503,36 @@
|
||||||
"icon": "blockscout",
|
"icon": "blockscout",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Mainnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://api.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 314,
|
||||||
|
"networkId": 314,
|
||||||
|
"slip44": 461,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Filfox",
|
||||||
|
"url": "https://filfox.info/en",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Filscout",
|
||||||
|
"url": "https://filscout.io/en",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "KCC Mainnet",
|
"name": "KCC Mainnet",
|
||||||
"chain": "KCC",
|
"chain": "KCC",
|
||||||
|
@ -4984,6 +5014,24 @@
|
||||||
"icon": "orl",
|
"icon": "orl",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Buildernet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "filecoin",
|
||||||
|
"symbol": "FIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-buildernet",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 3141,
|
||||||
|
"networkId": 3141,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "ZCore Testnet",
|
"name": "ZCore Testnet",
|
||||||
"chain": "Beach",
|
"chain": "Beach",
|
||||||
|
@ -6761,6 +6809,28 @@
|
||||||
"url": "https://testnet-explorer.gochain.io",
|
"url": "https://testnet-explorer.gochain.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Wallaby testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-wallaby",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 31415,
|
||||||
|
"networkId": 31415,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://wallaby.filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Bitgert Mainnet",
|
"name": "Bitgert Mainnet",
|
||||||
"chain": "Brise",
|
"chain": "Brise",
|
||||||
|
@ -8411,6 +8481,32 @@
|
||||||
"chainId": 281121,
|
"chainId": 281121,
|
||||||
"networkId": 281121,
|
"networkId": 281121,
|
||||||
"explorers": []
|
"explorers": []
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Calibration testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||||
|
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-calibration",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 314159,
|
||||||
|
"networkId": 314159,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Filscan",
|
||||||
|
"url": "https://calibration.filscan.io",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
|
"name": "Filscout",
|
||||||
|
"url": "https://calibration.filscout.com/en",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Polis Testnet",
|
"name": "Polis Testnet",
|
||||||
"chain": "Sparta",
|
"chain": "Sparta",
|
||||||
|
@ -8938,6 +9034,24 @@
|
||||||
"url": "https://devnet2scan.platon.network",
|
"url": "https://devnet2scan.platon.network",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Butterfly testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": ["https://faucet.butterfly.fildev.network"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-butterfly",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 3141592,
|
||||||
|
"networkId": 3141592,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Musicoin",
|
"name": "Musicoin",
|
||||||
"chain": "MUSIC",
|
"chain": "MUSIC",
|
||||||
|
@ -9156,6 +9270,24 @@
|
||||||
"chainId": 28945486,
|
"chainId": 28945486,
|
||||||
"networkId": 28945486,
|
"networkId": 28945486,
|
||||||
"slip44": 344
|
"slip44": 344
|
||||||
|
}, {
|
||||||
|
"name": "Filecoin \u2014 Local testnet",
|
||||||
|
"chain": "FIL",
|
||||||
|
"status": "incubating",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "testnet filecoin",
|
||||||
|
"symbol": "tFIL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://filecoin.io",
|
||||||
|
"shortName": "filecoin-local",
|
||||||
|
"icon": "filecoin",
|
||||||
|
"chainId": 31415926,
|
||||||
|
"networkId": 31415926,
|
||||||
|
"slip44": 1,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Joys Digital Mainnet",
|
"name": "Joys Digital Mainnet",
|
||||||
"chain": "JOYS",
|
"chain": "JOYS",
|
||||||
|
|
8
icons/filecoin.json
Normal file
8
icons/filecoin.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1000,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU
Normal file
BIN
iconsDownload/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -136,6 +136,7 @@
|
||||||
"zksync-goerli": "eip155:280",
|
"zksync-goerli": "eip155:280",
|
||||||
"Boba": "eip155:288",
|
"Boba": "eip155:288",
|
||||||
"ogc": "eip155:300",
|
"ogc": "eip155:300",
|
||||||
|
"filecoin": "eip155:314",
|
||||||
"kcs": "eip155:321",
|
"kcs": "eip155:321",
|
||||||
"kcst": "eip155:322",
|
"kcst": "eip155:322",
|
||||||
"w3q": "eip155:333",
|
"w3q": "eip155:333",
|
||||||
|
@ -273,6 +274,7 @@
|
||||||
"cennz-r": "eip155:3000",
|
"cennz-r": "eip155:3000",
|
||||||
"cennz-n": "eip155:3001",
|
"cennz-n": "eip155:3001",
|
||||||
"ORL": "eip155:3031",
|
"ORL": "eip155:3031",
|
||||||
|
"filecoin-buildernet": "eip155:3141",
|
||||||
"zcrbeach": "eip155:3331",
|
"zcrbeach": "eip155:3331",
|
||||||
"w3q-t": "eip155:3333",
|
"w3q-t": "eip155:3333",
|
||||||
"w3q-g": "eip155:3334",
|
"w3q-g": "eip155:3334",
|
||||||
|
@ -365,6 +367,7 @@
|
||||||
"Piece": "eip155:30067",
|
"Piece": "eip155:30067",
|
||||||
"esn": "eip155:31102",
|
"esn": "eip155:31102",
|
||||||
"got": "eip155:31337",
|
"got": "eip155:31337",
|
||||||
|
"filecoin-wallaby": "eip155:31415",
|
||||||
"Brise": "eip155:32520",
|
"Brise": "eip155:32520",
|
||||||
"fsn": "eip155:32659",
|
"fsn": "eip155:32659",
|
||||||
"q": "eip155:35441",
|
"q": "eip155:35441",
|
||||||
|
@ -449,6 +452,7 @@
|
||||||
"atstau": "eip155:246785",
|
"atstau": "eip155:246785",
|
||||||
"cmp-mainnet": "eip155:256256",
|
"cmp-mainnet": "eip155:256256",
|
||||||
"SoChain": "eip155:281121",
|
"SoChain": "eip155:281121",
|
||||||
|
"filecoin-calibration": "eip155:314159",
|
||||||
"sparta": "eip155:333888",
|
"sparta": "eip155:333888",
|
||||||
"olympus": "eip155:333999",
|
"olympus": "eip155:333999",
|
||||||
"metal": "eip155:381931",
|
"metal": "eip155:381931",
|
||||||
|
@ -476,6 +480,7 @@
|
||||||
"plian-mainnet": "eip155:2099156",
|
"plian-mainnet": "eip155:2099156",
|
||||||
"platondev": "eip155:2203181",
|
"platondev": "eip155:2203181",
|
||||||
"platondev2": "eip155:2206132",
|
"platondev2": "eip155:2206132",
|
||||||
|
"filecoin-butterfly": "eip155:3141592",
|
||||||
"music": "eip155:7762959",
|
"music": "eip155:7762959",
|
||||||
"plian-mainnet-l2": "eip155:8007736",
|
"plian-mainnet-l2": "eip155:8007736",
|
||||||
"plian-testnet-l2": "eip155:10067275",
|
"plian-testnet-l2": "eip155:10067275",
|
||||||
|
@ -488,6 +493,7 @@
|
||||||
"exlvolta": "eip155:27082017",
|
"exlvolta": "eip155:27082017",
|
||||||
"exl": "eip155:27082022",
|
"exl": "eip155:27082022",
|
||||||
"auxi": "eip155:28945486",
|
"auxi": "eip155:28945486",
|
||||||
|
"filecoin-local": "eip155:31415926",
|
||||||
"JOYS": "eip155:35855456",
|
"JOYS": "eip155:35855456",
|
||||||
"aqua": "eip155:61717561",
|
"aqua": "eip155:61717561",
|
||||||
"TOYS": "eip155:99415706",
|
"TOYS": "eip155:99415706",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user