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@849c45ca84 🚀
This commit is contained in:
parent
644c822766
commit
028cc817d3
File diff suppressed because one or more lines are too long
22
chains/eip155-1031.json
Normal file
22
chains/eip155-1031.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Proxy Network Testnet",
|
||||||
|
"chain": "Proxy Network",
|
||||||
|
"rpc": ["http://128.199.94.183:8041"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRX",
|
||||||
|
"symbol": "PRX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://theproxy.network",
|
||||||
|
"shortName": "prx",
|
||||||
|
"chainId": 1031,
|
||||||
|
"networkId": 1031,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "proxy network testnet",
|
||||||
|
"url": "http://testnet-explorer.theproxy.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3196,6 +3196,19 @@
|
||||||
"rpc": ["https://evm.confluxrpc.com"],
|
"rpc": ["https://evm.confluxrpc.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://confluxnetwork.org"
|
"infoURL": "https://confluxnetwork.org"
|
||||||
|
}, {
|
||||||
|
"name": "Proxy Network Testnet",
|
||||||
|
"chainId": 1031,
|
||||||
|
"shortName": "prx",
|
||||||
|
"networkId": 1031,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRX",
|
||||||
|
"symbol": "PRX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["http://128.199.94.183:8041"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://theproxy.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Bronos Testnet",
|
"name": "Bronos Testnet",
|
||||||
"chainId": 1038,
|
"chainId": 1038,
|
||||||
|
|
|
@ -4553,6 +4553,25 @@
|
||||||
"url": "https://evm.confluxscan.net",
|
"url": "https://evm.confluxscan.net",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Proxy Network Testnet",
|
||||||
|
"chain": "Proxy Network",
|
||||||
|
"rpc": ["http://128.199.94.183:8041"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRX",
|
||||||
|
"symbol": "PRX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://theproxy.network",
|
||||||
|
"shortName": "prx",
|
||||||
|
"chainId": 1031,
|
||||||
|
"networkId": 1031,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "proxy network testnet",
|
||||||
|
"url": "http://testnet-explorer.theproxy.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Bronos Testnet",
|
"name": "Bronos Testnet",
|
||||||
"chain": "Bronos",
|
"chain": "Bronos",
|
||||||
|
|
|
@ -245,6 +245,7 @@
|
||||||
"clv": "eip155:1024",
|
"clv": "eip155:1024",
|
||||||
"tbtt": "eip155:1028",
|
"tbtt": "eip155:1028",
|
||||||
"cfx": "eip155:1030",
|
"cfx": "eip155:1030",
|
||||||
|
"prx": "eip155:1031",
|
||||||
"bronos-testnet": "eip155:1038",
|
"bronos-testnet": "eip155:1038",
|
||||||
"bronos-mainnet": "eip155:1039",
|
"bronos-mainnet": "eip155:1039",
|
||||||
"metis-andromeda": "eip155:1088",
|
"metis-andromeda": "eip155:1088",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user