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@83ac8b4d09 🚀
This commit is contained in:
parent
6544c7cfd1
commit
5d35a08102
|
@ -142,6 +142,14 @@
|
||||||
"height": 382,
|
"height": 382,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "shimmerevm",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
|
||||||
|
"width": 720,
|
||||||
|
"height": 720,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "kardiachain",
|
"name": "kardiachain",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
@ -2038,6 +2046,14 @@
|
||||||
"height": 48,
|
"height": 48,
|
||||||
"format": "svg"
|
"format": "svg"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "taf",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy",
|
||||||
|
"width": 400,
|
||||||
|
"height": 400,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "tipboxcoinIcon",
|
"name": "tipboxcoinIcon",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
chains/eip155-1071.json
Normal file
27
chains/eip155-1071.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "ShimmerEVM Testnet",
|
||||||
|
"title": "ShimmerEVM Testnet",
|
||||||
|
"chain": "ShimmerEVM",
|
||||||
|
"icon": "shimmerevm",
|
||||||
|
"rpc": ["https://json-rpc.evm.testnet.shimmer.network"],
|
||||||
|
"faucets": [
|
||||||
|
"https://evm-toolkit.evm.testnet.shimmer.network",
|
||||||
|
"https://evm-faucet.testnet.shimmer.network"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SMR",
|
||||||
|
"symbol": "SMR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://shimmer.network",
|
||||||
|
"shortName": "shimmerevm-testnet",
|
||||||
|
"chainId": 1071,
|
||||||
|
"networkId": 1071,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "explorer",
|
||||||
|
"url": "https://explorer.evm.testnet.shimmer.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
chains/eip155-224168.json
Normal file
23
chains/eip155-224168.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"chain": "Taf ECO Chain",
|
||||||
|
"icon": "taf",
|
||||||
|
"rpc": ["https://mainnet.tafchain.com/v1"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"symbol": "TAFECO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.tafchain.com",
|
||||||
|
"shortName": "TAFECO",
|
||||||
|
"chainId": 224168,
|
||||||
|
"networkId": 224168,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"url": "https://ecoscan.tafchain.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3599,6 +3599,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://bronos.org"
|
"infoURL": "https://bronos.org"
|
||||||
|
}, {
|
||||||
|
"name": "ShimmerEVM Testnet",
|
||||||
|
"chainId": 1071,
|
||||||
|
"shortName": "shimmerevm-testnet",
|
||||||
|
"networkId": 1071,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SMR",
|
||||||
|
"symbol": "SMR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://json-rpc.evm.testnet.shimmer.network"],
|
||||||
|
"faucets": ["https://evm-toolkit.evm.testnet.shimmer.network", "https://evm-faucet.testnet.shimmer.network"],
|
||||||
|
"infoURL": "https://shimmer.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Metis Andromeda Mainnet",
|
"name": "Metis Andromeda Mainnet",
|
||||||
"chainId": 1088,
|
"chainId": 1088,
|
||||||
|
@ -9332,6 +9345,19 @@
|
||||||
"rpc": ["http://node.masnet.ai:8545"],
|
"rpc": ["http://node.masnet.ai:8545"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://masterbank.org"
|
"infoURL": "https://masterbank.org"
|
||||||
|
}, {
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"chainId": 224168,
|
||||||
|
"shortName": "TAFECO",
|
||||||
|
"networkId": 224168,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"symbol": "TAFECO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.tafchain.com/v1"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.tafchain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "HashKey Chain Testnet",
|
"name": "HashKey Chain Testnet",
|
||||||
"chainId": 230315,
|
"chainId": 230315,
|
||||||
|
|
|
@ -5257,6 +5257,27 @@
|
||||||
"standard": "none",
|
"standard": "none",
|
||||||
"icon": "bronos"
|
"icon": "bronos"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "ShimmerEVM Testnet",
|
||||||
|
"title": "ShimmerEVM Testnet",
|
||||||
|
"chain": "ShimmerEVM",
|
||||||
|
"icon": "shimmerevm",
|
||||||
|
"rpc": ["https://json-rpc.evm.testnet.shimmer.network"],
|
||||||
|
"faucets": ["https://evm-toolkit.evm.testnet.shimmer.network", "https://evm-faucet.testnet.shimmer.network"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SMR",
|
||||||
|
"symbol": "SMR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://shimmer.network",
|
||||||
|
"shortName": "shimmerevm-testnet",
|
||||||
|
"chainId": 1071,
|
||||||
|
"networkId": 1071,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "explorer",
|
||||||
|
"url": "https://explorer.evm.testnet.shimmer.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Metis Andromeda Mainnet",
|
"name": "Metis Andromeda Mainnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
@ -14062,6 +14083,26 @@
|
||||||
"url": "https://explorer.masnet.ai",
|
"url": "https://explorer.masnet.ai",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"chain": "Taf ECO Chain",
|
||||||
|
"icon": "taf",
|
||||||
|
"rpc": ["https://mainnet.tafchain.com/v1"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"symbol": "TAFECO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.tafchain.com",
|
||||||
|
"shortName": "TAFECO",
|
||||||
|
"chainId": 224168,
|
||||||
|
"networkId": 224168,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Taf ECO Chain Mainnet",
|
||||||
|
"url": "https://ecoscan.tafchain.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "HashKey Chain Testnet",
|
"name": "HashKey Chain Testnet",
|
||||||
"chain": "HashKey",
|
"chain": "HashKey",
|
||||||
|
|
8
icons/shimmerevm.json
Normal file
8
icons/shimmerevm.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
|
||||||
|
"width": 720,
|
||||||
|
"height": 720,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
icons/taf.json
Normal file
8
icons/taf.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy",
|
||||||
|
"width": 400,
|
||||||
|
"height": 400,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -276,6 +276,7 @@
|
||||||
"prx": "eip155:1031",
|
"prx": "eip155:1031",
|
||||||
"bronos-testnet": "eip155:1038",
|
"bronos-testnet": "eip155:1038",
|
||||||
"bronos-mainnet": "eip155:1039",
|
"bronos-mainnet": "eip155:1039",
|
||||||
|
"shimmerevm-testnet": "eip155:1071",
|
||||||
"metis-andromeda": "eip155:1088",
|
"metis-andromeda": "eip155:1088",
|
||||||
"moac": "eip155:1099",
|
"moac": "eip155:1099",
|
||||||
"zkevm": "eip155:1101",
|
"zkevm": "eip155:1101",
|
||||||
|
@ -717,6 +718,7 @@
|
||||||
"twl-jellie": "eip155:202624",
|
"twl-jellie": "eip155:202624",
|
||||||
"platon": "eip155:210425",
|
"platon": "eip155:210425",
|
||||||
"mas": "eip155:220315",
|
"mas": "eip155:220315",
|
||||||
|
"TAFECO": "eip155:224168",
|
||||||
"hsktest": "eip155:230315",
|
"hsktest": "eip155:230315",
|
||||||
"hym": "eip155:234666",
|
"hym": "eip155:234666",
|
||||||
"ats": "eip155:246529",
|
"ats": "eip155:246529",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user