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

This commit is contained in:
ligi 2023-06-08 09:25:29 +00:00
parent 1a43ac4905
commit f5bd751f12
8 changed files with 118 additions and 3 deletions

File diff suppressed because one or more lines are too long

32
chains/eip155-333331.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Aves Testnet",
"chain": "AVST",
"rpc": ["https://test.rpc.avescoin.io"],
"faucets": [],
"nativeCurrency": {
"name": "AvesT",
"symbol": "AVST",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://ethereum.org",
"shortName": "avst",
"chainId": 333331,
"networkId": 333331,
"icon": "aves",
"explorers": [
{
"name": "avescan",
"url": "https://testnet.avescoin.io",
"icon": "avescan",
"standard": "EIP3091"
}
]
}

15
chains/eip155-471100.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "Patex Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://test-rpc.patex.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://patex.io/",
"shortName": "psep",
"chainId": 471100,
"networkId": 471100
}

File diff suppressed because one or more lines are too long

View File

@ -10476,6 +10476,19 @@
"rpc": ["https://mainnet-rpc.tscscan.com"], "rpc": ["https://mainnet-rpc.tscscan.com"],
"faucets": ["https://faucet.tscscan.com"], "faucets": ["https://faucet.tscscan.com"],
"infoURL": "https://ttcoin.info/" "infoURL": "https://ttcoin.info/"
}, {
"name": "Aves Testnet",
"chainId": 333331,
"shortName": "avst",
"networkId": 333331,
"nativeCurrency": {
"name": "AvesT",
"symbol": "AVST",
"decimals": 18
},
"rpc": ["https://test.rpc.avescoin.io"],
"faucets": [],
"infoURL": "https://ethereum.org"
}, { }, {
"name": "Oone Chain Testnet", "name": "Oone Chain Testnet",
"chainId": 333777, "chainId": 333777,
@ -10697,6 +10710,19 @@
"rpc": ["https://weelinknode1c.gw002.oneitfarm.com"], "rpc": ["https://weelinknode1c.gw002.oneitfarm.com"],
"faucets": ["https://faucet.weelink.gw002.oneitfarm.com"], "faucets": ["https://faucet.weelink.gw002.oneitfarm.com"],
"infoURL": "https://weelink.cloud" "infoURL": "https://weelink.cloud"
}, {
"name": "Patex Sepolia Testnet",
"chainId": 471100,
"shortName": "psep",
"networkId": 471100,
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://test-rpc.patex.io/"],
"faucets": [],
"infoURL": "https://patex.io/"
}, { }, {
"name": "OpenChain Mainnet", "name": "OpenChain Mainnet",
"chainId": 474142, "chainId": 474142,

View File

@ -15907,6 +15907,32 @@
"standard": "EIP3091", "standard": "EIP3091",
"icon": "tscscan" "icon": "tscscan"
}] }]
}, {
"name": "Aves Testnet",
"chain": "AVST",
"rpc": ["https://test.rpc.avescoin.io"],
"faucets": [],
"nativeCurrency": {
"name": "AvesT",
"symbol": "AVST",
"decimals": 18
},
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"infoURL": "https://ethereum.org",
"shortName": "avst",
"chainId": 333331,
"networkId": 333331,
"icon": "aves",
"explorers": [{
"name": "avescan",
"url": "https://testnet.avescoin.io",
"icon": "avescan",
"standard": "EIP3091"
}]
}, { }, {
"name": "Oone Chain Testnet", "name": "Oone Chain Testnet",
"chain": "OONE", "chain": "OONE",
@ -16258,6 +16284,20 @@
"url": "https://weelink.cloud/#/blockView/overview", "url": "https://weelink.cloud/#/blockView/overview",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Patex Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://test-rpc.patex.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://patex.io/",
"shortName": "psep",
"chainId": 471100,
"networkId": 471100
}, { }, {
"name": "OpenChain Mainnet", "name": "OpenChain Mainnet",
"chain": "OpenChain", "chain": "OpenChain",

File diff suppressed because one or more lines are too long

View File

@ -805,6 +805,7 @@
"SoChain": "eip155:281121", "SoChain": "eip155:281121",
"filecoin-calibration": "eip155:314159", "filecoin-calibration": "eip155:314159",
"tc": "eip155:330844", "tc": "eip155:330844",
"avst": "eip155:333331",
"oonetest": "eip155:333777", "oonetest": "eip155:333777",
"sparta": "eip155:333888", "sparta": "eip155:333888",
"olympus": "eip155:333999", "olympus": "eip155:333999",
@ -822,6 +823,7 @@
"dexalot-testnet": "eip155:432201", "dexalot-testnet": "eip155:432201",
"dexalot": "eip155:432204", "dexalot": "eip155:432204",
"wlkt": "eip155:444900", "wlkt": "eip155:444900",
"psep": "eip155:471100",
"oc": "eip155:474142", "oc": "eip155:474142",
"cmp": "eip155:512512", "cmp": "eip155:512512",
"ethf": "eip155:513100", "ethf": "eip155:513100",