Deploying to gh-pages from @ ethereum-lists/chains@849c45ca84 🚀

This commit is contained in:
ligi 2023-01-17 12:35:29 +00:00
parent 644c822766
commit 028cc817d3
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1031.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",