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@ebe10dd0b7 🚀
This commit is contained in:
parent
7c7d19c8d3
commit
9ad0705989
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3820,6 +3820,19 @@
|
||||||
"rpc": ["https://testnet.metadot.network"],
|
"rpc": ["https://testnet.metadot.network"],
|
||||||
"faucets": ["https://faucet.metadot.network/"],
|
"faucets": ["https://faucet.metadot.network/"],
|
||||||
"infoURL": "https://metadot.network"
|
"infoURL": "https://metadot.network"
|
||||||
|
}, {
|
||||||
|
"name": "IVAR Chain Testnet",
|
||||||
|
"chainId": 16888,
|
||||||
|
"shortName": "tivar",
|
||||||
|
"networkId": 16888,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "tIvar",
|
||||||
|
"symbol": "tIVAR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet-rpc.ivarex.com"],
|
||||||
|
"faucets": ["https://tfaucet.ivarex.com/"],
|
||||||
|
"infoURL": "https://ivarex.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "BTCIX Network",
|
"name": "BTCIX Network",
|
||||||
"chainId": 19845,
|
"chainId": 19845,
|
||||||
|
@ -4431,6 +4444,19 @@
|
||||||
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
|
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
|
||||||
"faucets": ["https://faucet.polygon.technology/"],
|
"faucets": ["https://faucet.polygon.technology/"],
|
||||||
"infoURL": "https://polygon.technology/"
|
"infoURL": "https://polygon.technology/"
|
||||||
|
}, {
|
||||||
|
"name": "IVAR Chain Mainnet",
|
||||||
|
"chainId": 88888,
|
||||||
|
"shortName": "ivar",
|
||||||
|
"networkId": 88888,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ivar",
|
||||||
|
"symbol": "IVAR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet-rpc.ivarex.com"],
|
||||||
|
"faucets": ["https://faucet.ivarex.com/"],
|
||||||
|
"infoURL": "https://ivarex.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "UB Smart Chain(testnet)",
|
"name": "UB Smart Chain(testnet)",
|
||||||
"chainId": 99998,
|
"chainId": 99998,
|
||||||
|
|
|
@ -5357,6 +5357,26 @@
|
||||||
"shortName": "mtttest",
|
"shortName": "mtttest",
|
||||||
"chainId": 16001,
|
"chainId": 16001,
|
||||||
"networkId": 16001
|
"networkId": 16001
|
||||||
|
}, {
|
||||||
|
"name": "IVAR Chain Testnet",
|
||||||
|
"chain": "IVAR",
|
||||||
|
"icon": "ivar",
|
||||||
|
"rpc": ["https://testnet-rpc.ivarex.com"],
|
||||||
|
"faucets": ["https://tfaucet.ivarex.com/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "tIvar",
|
||||||
|
"symbol": "tIVAR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://ivarex.com",
|
||||||
|
"shortName": "tivar",
|
||||||
|
"chainId": 16888,
|
||||||
|
"networkId": 16888,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "ivarscan",
|
||||||
|
"url": "https://testnet.ivarscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "BTCIX Network",
|
"name": "BTCIX Network",
|
||||||
"chain": "BTCIX",
|
"chain": "BTCIX",
|
||||||
|
@ -6233,6 +6253,26 @@
|
||||||
"url": "https://mumbai.polygonscan.com",
|
"url": "https://mumbai.polygonscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "IVAR Chain Mainnet",
|
||||||
|
"chain": "IVAR",
|
||||||
|
"icon": "ivar",
|
||||||
|
"rpc": ["https://mainnet-rpc.ivarex.com"],
|
||||||
|
"faucets": ["https://faucet.ivarex.com/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ivar",
|
||||||
|
"symbol": "IVAR",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://ivarex.com",
|
||||||
|
"shortName": "ivar",
|
||||||
|
"chainId": 88888,
|
||||||
|
"networkId": 88888,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "ivarscan",
|
||||||
|
"url": "https://ivarscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "UB Smart Chain(testnet)",
|
"name": "UB Smart Chain(testnet)",
|
||||||
"chain": "USC",
|
"chain": "USC",
|
||||||
|
|
|
@ -293,6 +293,7 @@
|
||||||
"Phoenix": "eip155:13381",
|
"Phoenix": "eip155:13381",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
"mtttest": "eip155:16001",
|
"mtttest": "eip155:16001",
|
||||||
|
"tivar": "eip155:16888",
|
||||||
"btcix": "eip155:19845",
|
"btcix": "eip155:19845",
|
||||||
"cennz-a": "eip155:21337",
|
"cennz-a": "eip155:21337",
|
||||||
"omc": "eip155:21816",
|
"omc": "eip155:21816",
|
||||||
|
@ -340,6 +341,7 @@
|
||||||
"vt": "eip155:73799",
|
"vt": "eip155:73799",
|
||||||
"firenze": "eip155:78110",
|
"firenze": "eip155:78110",
|
||||||
"maticmum": "eip155:80001",
|
"maticmum": "eip155:80001",
|
||||||
|
"ivar": "eip155:88888",
|
||||||
"usctest": "eip155:99998",
|
"usctest": "eip155:99998",
|
||||||
"usc": "eip155:99999",
|
"usc": "eip155:99999",
|
||||||
"qkc-r": "eip155:100000",
|
"qkc-r": "eip155:100000",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user