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

This commit is contained in:
ligi 2023-03-13 14:41:06 +00:00
parent b8aaa2e9d7
commit f73dd03f13
13 changed files with 139 additions and 5 deletions

View File

@ -662,6 +662,14 @@
"height": 28, "height": 28,
"format": "png" "format": "png"
}] }]
}, {
"name": "hap",
"icons": [{
"url": "ipfs://QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "bxn", "name": "bxn",
"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-373737.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "HAPchain Testnet",
"chain": "HAPchain",
"rpc": ["https://jsonrpc-test.hap.land"],
"faucets": [],
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"infoURL": "https://hap.land",
"shortName": "hap-testnet",
"chainId": 373737,
"networkId": 373737,
"icon": "hap",
"explorers": [
{
"name": "HAP EVM Explorer (Blockscout)",
"url": "https://blockscout-test.hap.land",
"standard": "none",
"icon": "hap"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "HAPchain",
"chain": "HAPchain",
"rpc": ["https://jsonrpc.hap.land"],
"faucets": [],
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"infoURL": "https://hap.land",
"shortName": "hap",
"chainId": 8794598,
"networkId": 8794598,
"icon": "hap",
"explorers": [
{
"name": "HAP EVM Explorer (Blockscout)",
"url": "https://blockscout.hap.land",
"standard": "none",
"icon": "hap"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8825,6 +8825,19 @@
"rpc": ["https://rpc.polis.tech"], "rpc": ["https://rpc.polis.tech"],
"faucets": ["https://faucet.polis.tech"], "faucets": ["https://faucet.polis.tech"],
"infoURL": "https://polis.tech" "infoURL": "https://polis.tech"
}, {
"name": "HAPchain Testnet",
"chainId": 373737,
"shortName": "hap-testnet",
"networkId": 373737,
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"rpc": ["https://jsonrpc-test.hap.land"],
"faucets": [],
"infoURL": "https://hap.land"
}, { }, {
"name": "Metal C-Chain", "name": "Metal C-Chain",
"chainId": 381931, "chainId": 381931,
@ -9423,6 +9436,19 @@
"rpc": ["https://mainnet.plian.io/child_0"], "rpc": ["https://mainnet.plian.io/child_0"],
"faucets": [], "faucets": [],
"infoURL": "https://plian.org" "infoURL": "https://plian.org"
}, {
"name": "HAPchain",
"chainId": 8794598,
"shortName": "hap",
"networkId": 8794598,
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"rpc": ["https://jsonrpc.hap.land"],
"faucets": [],
"infoURL": "https://hap.land"
}, { }, {
"name": "Plian Testnet Subchain 1", "name": "Plian Testnet Subchain 1",
"chainId": 10067275, "chainId": 10067275,

View File

@ -13226,6 +13226,27 @@
"shortName": "olympus", "shortName": "olympus",
"chainId": 333999, "chainId": 333999,
"networkId": 333999 "networkId": 333999
}, {
"name": "HAPchain Testnet",
"chain": "HAPchain",
"rpc": ["https://jsonrpc-test.hap.land"],
"faucets": [],
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"infoURL": "https://hap.land",
"shortName": "hap-testnet",
"chainId": 373737,
"networkId": 373737,
"icon": "hap",
"explorers": [{
"name": "HAP EVM Explorer (Blockscout)",
"url": "https://blockscout-test.hap.land",
"standard": "none",
"icon": "hap"
}]
}, { }, {
"name": "Metal C-Chain", "name": "Metal C-Chain",
"chain": "Metal", "chain": "Metal",
@ -14164,6 +14185,27 @@
"chain": "eip155-2099156", "chain": "eip155-2099156",
"type": "L2" "type": "L2"
} }
}, {
"name": "HAPchain",
"chain": "HAPchain",
"rpc": ["https://jsonrpc.hap.land"],
"faucets": [],
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"infoURL": "https://hap.land",
"shortName": "hap",
"chainId": 8794598,
"networkId": 8794598,
"icon": "hap",
"explorers": [{
"name": "HAP EVM Explorer (Blockscout)",
"url": "https://blockscout.hap.land",
"standard": "none",
"icon": "hap"
}]
}, { }, {
"name": "Plian Testnet Subchain 1", "name": "Plian Testnet Subchain 1",
"chain": "Plian", "chain": "Plian",

8
icons/hap.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -678,6 +678,7 @@
"oonetest": "eip155:333777", "oonetest": "eip155:333777",
"sparta": "eip155:333888", "sparta": "eip155:333888",
"olympus": "eip155:333999", "olympus": "eip155:333999",
"hap-testnet": "eip155:373737",
"metal": "eip155:381931", "metal": "eip155:381931",
"Tahoe": "eip155:381932", "Tahoe": "eip155:381932",
"TPBXm": "eip155:404040", "TPBXm": "eip155:404040",
@ -724,6 +725,7 @@
"tqom": "eip155:7668378", "tqom": "eip155:7668378",
"music": "eip155:7762959", "music": "eip155:7762959",
"plian-mainnet-l2": "eip155:8007736", "plian-mainnet-l2": "eip155:8007736",
"hap": "eip155:8794598",
"plian-testnet-l2": "eip155:10067275", "plian-testnet-l2": "eip155:10067275",
"SVRNm": "eip155:10101010", "SVRNm": "eip155:10101010",
"sep": "eip155:11155111", "sep": "eip155:11155111",