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@c92758cfa2 🚀
This commit is contained in:
parent
924976db0e
commit
bc6c5de097
|
@ -278,6 +278,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "woopchain",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec",
|
||||
"width": 310,
|
||||
"height": 310,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bkc",
|
||||
"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
24
chains/eip155-139.json
Normal 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
|
@ -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"],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 141,
|
||||
|
|
|
@ -2300,6 +2300,31 @@
|
|||
"url": "https://polygonscan.com",
|
||||
"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",
|
||||
"chain": "OPENPIECE",
|
||||
|
|
8
icons/woopchain.json
Normal file
8
icons/woopchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec",
|
||||
"width": 310,
|
||||
"height": 310,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec
Normal file
BIN
iconsDownload/Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
File diff suppressed because one or more lines are too long
|
@ -122,6 +122,7 @@
|
|||
"rlc": "eip155:134",
|
||||
"AlyxTestnet": "eip155:135",
|
||||
"matic": "eip155:137",
|
||||
"woop": "eip155:139",
|
||||
"OPtest": "eip155:141",
|
||||
"dax": "eip155:142",
|
||||
"PHI": "eip155:144",
|
||||
|
|
Loading…
Reference in New Issue
Block a user