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

This commit is contained in:
ligi 2023-02-28 06:27:26 +00:00
parent ac8ecbd606
commit 82701ef511
24 changed files with 135 additions and 5 deletions

View File

@ -574,6 +574,14 @@
"height": 256, "height": 256,
"format": "png" "format": "png"
}] }]
}, {
"name": "tipboxcoinIcon",
"icons": [{
"url": "ipfs://QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh",
"width": 192,
"height": 192,
"format": "png"
}]
}, { }, {
"name": "etherlite", "name": "etherlite",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-404040.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Tipboxcoin Mainnet",
"chain": "TPBX",
"icon": "tipboxcoinIcon",
"rpc": ["https://mainnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"infoURL": "https://tipboxcoin.net",
"shortName": "TPBXm",
"chainId": 404040,
"networkId": 404040,
"explorers": [
{
"name": "Tipboxcoin",
"url": "https://tipboxcoin.net",
"standard": "EIP3091"
}
]
}

23
chains/eip155-4141.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Tipboxcoin Testnet",
"chain": "TPBX",
"icon": "tipboxcoinIcon",
"rpc": ["https://testnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"infoURL": "https://tipboxcoin.net",
"shortName": "TPBXt",
"chainId": 4141,
"networkId": 4141,
"explorers": [
{
"name": "Tipboxcoin",
"url": "https://testnet.tipboxcoin.net",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5341,6 +5341,19 @@
"rpc": ["https://eth-ds.testnet.aioz.network"], "rpc": ["https://eth-ds.testnet.aioz.network"],
"faucets": [], "faucets": [],
"infoURL": "https://aioz.network" "infoURL": "https://aioz.network"
}, {
"name": "Tipboxcoin Testnet",
"chainId": 4141,
"shortName": "TPBXt",
"networkId": 4141,
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"rpc": ["https://testnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"infoURL": "https://tipboxcoin.net"
}, { }, {
"name": "PHI Network V1", "name": "PHI Network V1",
"chainId": 4181, "chainId": 4181,
@ -8695,6 +8708,19 @@
"rpc": ["https://tahoe.metalblockchain.org/ext/bc/C/rpc"], "rpc": ["https://tahoe.metalblockchain.org/ext/bc/C/rpc"],
"faucets": [], "faucets": [],
"infoURL": "https://www.metalblockchain.org/" "infoURL": "https://www.metalblockchain.org/"
}, {
"name": "Tipboxcoin Mainnet",
"chainId": 404040,
"shortName": "TPBXm",
"networkId": 404040,
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"infoURL": "https://tipboxcoin.net"
}, { }, {
"name": "Kekchain", "name": "Kekchain",
"chainId": 420420, "chainId": 420420,

View File

@ -7864,6 +7864,26 @@
"url": "https://testnet.explorer.aioz.network", "url": "https://testnet.explorer.aioz.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Tipboxcoin Testnet",
"chain": "TPBX",
"icon": "tipboxcoinIcon",
"rpc": ["https://testnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"infoURL": "https://tipboxcoin.net",
"shortName": "TPBXt",
"chainId": 4141,
"networkId": 4141,
"explorers": [{
"name": "Tipboxcoin",
"url": "https://testnet.tipboxcoin.net",
"standard": "EIP3091"
}]
}, { }, {
"name": "PHI Network V1", "name": "PHI Network V1",
"chain": "PHI V1", "chain": "PHI V1",
@ -13011,6 +13031,26 @@
"url": "https://tahoe.metalscan.io", "url": "https://tahoe.metalscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Tipboxcoin Mainnet",
"chain": "TPBX",
"icon": "tipboxcoinIcon",
"rpc": ["https://mainnet-rpc.tipboxcoin.net"],
"faucets": ["https://faucet.tipboxcoin.net"],
"nativeCurrency": {
"name": "Tipboxcoin",
"symbol": "TPBX",
"decimals": 18
},
"infoURL": "https://tipboxcoin.net",
"shortName": "TPBXm",
"chainId": 404040,
"networkId": 404040,
"explorers": [{
"name": "Tipboxcoin",
"url": "https://tipboxcoin.net",
"standard": "EIP3091"
}]
}, { }, {
"name": "Kekchain", "name": "Kekchain",
"chain": "kek", "chain": "kek",

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 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

@ -410,6 +410,7 @@
"BNIt": "eip155:4096", "BNIt": "eip155:4096",
"BNIm": "eip155:4099", "BNIm": "eip155:4099",
"aioz-testnet": "eip155:4102", "aioz-testnet": "eip155:4102",
"TPBXt": "eip155:4141",
"PHIv1": "eip155:4181", "PHIv1": "eip155:4181",
"BobaFujiTestnet": "eip155:4328", "BobaFujiTestnet": "eip155:4328",
"html": "eip155:4444", "html": "eip155:4444",
@ -668,6 +669,7 @@
"olympus": "eip155:333999", "olympus": "eip155:333999",
"metal": "eip155:381931", "metal": "eip155:381931",
"Tahoe": "eip155:381932", "Tahoe": "eip155:381932",
"TPBXm": "eip155:404040",
"KEK": "eip155:420420", "KEK": "eip155:420420",
"tKEK": "eip155:420666", "tKEK": "eip155:420666",
"arb-rinkeby": "eip155:421611", "arb-rinkeby": "eip155:421611",

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB