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

This commit is contained in:
ligi 2023-03-22 18:46:42 +00:00
parent 924976db0e
commit bc6c5de097
11 changed files with 83 additions and 4 deletions

View File

@ -278,6 +278,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "woopchain",
"icons": [{
"url": "ipfs://Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec",
"width": 310,
"height": 310,
"format": "png"
}]
}, { }, {
"name": "bkc", "name": "bkc",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-139.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "WoopChain Mainnet",
"chain": "WOOP",
"icon": "woopchain",
"rpc": ["https://rpc.woop.ai/rpc"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "WoopCoin",
"symbol": "WOOC",
"decimals": 18
},
"infoURL": "https://wikiwoop.com",
"shortName": "woop",
"chainId": 139,
"networkId": 139,
"explorers": [
{
"name": "wikiwoop",
"url": "https://explorer.wikiwoop.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1597,6 +1597,19 @@
"rpc": ["https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com", "https://polygon-bor.publicnode.com"], "rpc": ["https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com", "https://polygon-bor.publicnode.com"],
"faucets": [], "faucets": [],
"infoURL": "https://polygon.technology/" "infoURL": "https://polygon.technology/"
}, {
"name": "WoopChain Mainnet",
"chainId": 139,
"shortName": "woop",
"networkId": 139,
"nativeCurrency": {
"name": "WoopCoin",
"symbol": "WOOC",
"decimals": 18
},
"rpc": ["https://rpc.woop.ai/rpc"],
"faucets": [],
"infoURL": "https://wikiwoop.com"
}, { }, {
"name": "Openpiece Testnet", "name": "Openpiece Testnet",
"chainId": 141, "chainId": 141,

View File

@ -2300,6 +2300,31 @@
"url": "https://polygonscan.com", "url": "https://polygonscan.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "WoopChain Mainnet",
"chain": "WOOP",
"icon": "woopchain",
"rpc": ["https://rpc.woop.ai/rpc"],
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"faucets": [],
"nativeCurrency": {
"name": "WoopCoin",
"symbol": "WOOC",
"decimals": 18
},
"infoURL": "https://wikiwoop.com",
"shortName": "woop",
"chainId": 139,
"networkId": 139,
"explorers": [{
"name": "wikiwoop",
"url": "https://explorer.wikiwoop.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Openpiece Testnet", "name": "Openpiece Testnet",
"chain": "OPENPIECE", "chain": "OPENPIECE",

8
icons/woopchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec",
"width": 310,
"height": 310,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

File diff suppressed because one or more lines are too long

View File

@ -122,6 +122,7 @@
"rlc": "eip155:134", "rlc": "eip155:134",
"AlyxTestnet": "eip155:135", "AlyxTestnet": "eip155:135",
"matic": "eip155:137", "matic": "eip155:137",
"woop": "eip155:139",
"OPtest": "eip155:141", "OPtest": "eip155:141",
"dax": "eip155:142", "dax": "eip155:142",
"PHI": "eip155:144", "PHI": "eip155:144",