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@216916798e 🚀
This commit is contained in:
parent
693b96f919
commit
31b2816b8a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3001,6 +3001,32 @@
|
||||||
"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": "UB Smart Chain(testnet)",
|
||||||
|
"chainId": 99998,
|
||||||
|
"shortName": "usctest",
|
||||||
|
"networkId": 99998,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "UBC",
|
||||||
|
"symbol": "UBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.rpc.uschain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.ubchain.site"
|
||||||
|
}, {
|
||||||
|
"name": "UB Smart Chain",
|
||||||
|
"chainId": 99999,
|
||||||
|
"shortName": "usc",
|
||||||
|
"networkId": 99999,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "UBC",
|
||||||
|
"symbol": "UBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.uschain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.ubchain.site/"
|
||||||
}, {
|
}, {
|
||||||
"name": "QuarkChain Mainnet Root",
|
"name": "QuarkChain Mainnet Root",
|
||||||
"chainId": 100000,
|
"chainId": 100000,
|
||||||
|
|
|
@ -3961,6 +3961,36 @@
|
||||||
"url": "https://mumbai.polygonscan.com",
|
"url": "https://mumbai.polygonscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "UB Smart Chain(testnet)",
|
||||||
|
"chain": "USC",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://testnet.rpc.uschain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "UBC",
|
||||||
|
"symbol": "UBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.ubchain.site",
|
||||||
|
"shortName": "usctest",
|
||||||
|
"chainId": 99998,
|
||||||
|
"networkId": 99998
|
||||||
|
}, {
|
||||||
|
"name": "UB Smart Chain",
|
||||||
|
"chain": "USC",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://rpc.uschain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "UBC",
|
||||||
|
"symbol": "UBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.ubchain.site/",
|
||||||
|
"shortName": "usc",
|
||||||
|
"chainId": 99999,
|
||||||
|
"networkId": 99999
|
||||||
}, {
|
}, {
|
||||||
"name": "QuarkChain Mainnet Root",
|
"name": "QuarkChain Mainnet Root",
|
||||||
"chain": "QuarkChain",
|
"chain": "QuarkChain",
|
||||||
|
|
|
@ -230,6 +230,8 @@
|
||||||
"vt": "eip155:73799",
|
"vt": "eip155:73799",
|
||||||
"firenze": "eip155:78110",
|
"firenze": "eip155:78110",
|
||||||
"maticmum": "eip155:80001",
|
"maticmum": "eip155:80001",
|
||||||
|
"usctest": "eip155:99998",
|
||||||
|
"usc": "eip155:99999",
|
||||||
"qkc-r": "eip155:100000",
|
"qkc-r": "eip155:100000",
|
||||||
"qkc-s0": "eip155:100001",
|
"qkc-s0": "eip155:100001",
|
||||||
"qkc-s1": "eip155:100002",
|
"qkc-s1": "eip155:100002",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user