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

This commit is contained in:
ligi 2023-02-04 17:26:45 +00:00
parent 6f35ab5d7c
commit 52959b82cc
33 changed files with 281 additions and 5 deletions

View File

@ -118,6 +118,14 @@
"height": 256, "height": 256,
"format": "png" "format": "png"
}] }]
}, {
"name": "bitindiTestnet",
"icons": [{
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
"width": 60,
"height": 72,
"format": "png"
}]
}, { }, {
"name": "sanrchain", "name": "sanrchain",
"icons": [{ "icons": [{
@ -150,6 +158,14 @@
"height": 200, "height": 200,
"format": "png" "format": "png"
}] }]
}, {
"name": "dogs",
"icons": [{
"url": "ipfs://QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3",
"width": 160,
"height": 171,
"format": "png"
}]
}, { }, {
"name": "mas", "name": "mas",
"icons": [{ "icons": [{
@ -1830,6 +1846,14 @@
"height": 3000, "height": 3000,
"format": "png" "format": "png"
}] }]
}, {
"name": "bitindi",
"icons": [{
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
"width": 60,
"height": 72,
"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

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

@ -0,0 +1,23 @@
{
"name": "Dogcoin Mainnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://mainnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSm",
"chainId": 1117,
"networkId": 1117,
"explorers": [
{
"name": "Dogcoin",
"url": "https://explorer.dogcoin.network",
"standard": "EIP3091"
}
]
}

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

@ -0,0 +1,23 @@
{
"name": "Bitindi Testnet",
"chain": "BNI",
"icon": "bitindiTestnet",
"rpc": ["https://testnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIt",
"chainId": 4096,
"networkId": 4096,
"explorers": [
{
"name": "Bitindi",
"url": "https://testnet.bitindiscan.com",
"standard": "EIP3091"
}
]
}

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

@ -0,0 +1,23 @@
{
"name": "Bitindi Mainnet",
"chain": "BNI",
"icon": "bitindi",
"rpc": ["https://mainnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIm",
"chainId": 4099,
"networkId": 4099,
"explorers": [
{
"name": "Bitindi",
"url": "https://bitindiscan.com",
"standard": "EIP3091"
}
]
}

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

@ -0,0 +1,23 @@
{
"name": "Dogcoin Testnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://testnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSt",
"chainId": 9339,
"networkId": 9339,
"explorers": [
{
"name": "Dogcoin",
"url": "https://testnet.dogcoin.network",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3430,6 +3430,19 @@
"rpc": ["https://rpc.coredao.org/"], "rpc": ["https://rpc.coredao.org/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.coredao.org" "infoURL": "https://www.coredao.org"
}, {
"name": "Dogcoin Mainnet",
"chainId": 1117,
"shortName": "DOGSm",
"networkId": 1117,
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"infoURL": "https://dogcoin.network"
}, { }, {
"name": "DeFiChain EVM Network Mainnet", "name": "DeFiChain EVM Network Mainnet",
"chainId": 1130, "chainId": 1130,
@ -5003,6 +5016,32 @@
"rpc": ["https://testnet.bobaopera.boba.network", "wss://wss.testnet.bobaopera.boba.network", "https://replica.testnet.bobaopera.boba.network", "wss://replica-wss.testnet.bobaopera.boba.network"], "rpc": ["https://testnet.bobaopera.boba.network", "wss://wss.testnet.bobaopera.boba.network", "https://replica.testnet.bobaopera.boba.network", "wss://replica-wss.testnet.bobaopera.boba.network"],
"faucets": [], "faucets": [],
"infoURL": "https://boba.network" "infoURL": "https://boba.network"
}, {
"name": "Bitindi Testnet",
"chainId": 4096,
"shortName": "BNIt",
"networkId": 4096,
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"rpc": ["https://testnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"infoURL": "https://bitindi.org"
}, {
"name": "Bitindi Mainnet",
"chainId": 4099,
"shortName": "BNIm",
"networkId": 4099,
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"infoURL": "https://bitindi.org"
}, { }, {
"name": "AIOZ Network Testnet", "name": "AIOZ Network Testnet",
"chainId": 4102, "chainId": 4102,
@ -5900,6 +5939,19 @@
"rpc": [], "rpc": [],
"faucets": ["https://faucet.thefirechain.com"], "faucets": ["https://faucet.thefirechain.com"],
"infoURL": "https://thefirechain.com" "infoURL": "https://thefirechain.com"
}, {
"name": "Dogcoin Testnet",
"chainId": 9339,
"shortName": "DOGSt",
"networkId": 9339,
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"rpc": ["https://testnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"infoURL": "https://dogcoin.network"
}, { }, {
"name": "Rangers Protocol Testnet Robin", "name": "Rangers Protocol Testnet Robin",
"chainId": 9527, "chainId": 9527,

View File

@ -4915,6 +4915,26 @@
"icon": "core", "icon": "core",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Dogcoin Mainnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://mainnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSm",
"chainId": 1117,
"networkId": 1117,
"explorers": [{
"name": "Dogcoin",
"url": "https://explorer.dogcoin.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "DeFiChain EVM Network Mainnet", "name": "DeFiChain EVM Network Mainnet",
"chain": "defichain-evm", "chain": "defichain-evm",
@ -7273,6 +7293,46 @@
"url": "https://blockexplorer.testnet.bobaopera.boba.network", "url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Bitindi Testnet",
"chain": "BNI",
"icon": "bitindiTestnet",
"rpc": ["https://testnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIt",
"chainId": 4096,
"networkId": 4096,
"explorers": [{
"name": "Bitindi",
"url": "https://testnet.bitindiscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Bitindi Mainnet",
"chain": "BNI",
"icon": "bitindi",
"rpc": ["https://mainnet-rpc.bitindi.org"],
"faucets": ["https://faucet.bitindi.org"],
"nativeCurrency": {
"name": "BNI",
"symbol": "$BNI",
"decimals": 18
},
"infoURL": "https://bitindi.org",
"shortName": "BNIm",
"chainId": 4099,
"networkId": 4099,
"explorers": [{
"name": "Bitindi",
"url": "https://bitindiscan.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "AIOZ Network Testnet", "name": "AIOZ Network Testnet",
"chain": "AIOZ", "chain": "AIOZ",
@ -8632,6 +8692,26 @@
"networkId": 9170, "networkId": 9170,
"explorers": [], "explorers": [],
"status": "deprecated" "status": "deprecated"
}, {
"name": "Dogcoin Testnet",
"chain": "DOGS",
"icon": "dogs",
"rpc": ["https://testnet-rpc.dogcoin.network"],
"faucets": ["https://faucet.dogcoin.network"],
"nativeCurrency": {
"name": "Dogcoin",
"symbol": "DOGS",
"decimals": 18
},
"infoURL": "https://dogcoin.network",
"shortName": "DOGSt",
"chainId": 9339,
"networkId": 9339,
"explorers": [{
"name": "Dogcoin",
"url": "https://testnet.dogcoin.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "Rangers Protocol Testnet Robin", "name": "Rangers Protocol Testnet Robin",
"chain": "Rangers", "chain": "Rangers",

8
icons/bitindi.json Normal file
View File

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

View File

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

8
icons/dogs.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

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

@ -263,6 +263,7 @@
"twemix": "eip155:1112", "twemix": "eip155:1112",
"tcore": "eip155:1115", "tcore": "eip155:1115",
"core": "eip155:1116", "core": "eip155:1116",
"DOGSm": "eip155:1117",
"DFI": "eip155:1130", "DFI": "eip155:1130",
"DFI-T": "eip155:1131", "DFI-T": "eip155:1131",
"MATH": "eip155:1139", "MATH": "eip155:1139",
@ -384,6 +385,8 @@
"ycc": "eip155:3999", "ycc": "eip155:3999",
"tftm": "eip155:4002", "tftm": "eip155:4002",
"BobaoperaTestnet": "eip155:4051", "BobaoperaTestnet": "eip155:4051",
"BNIt": "eip155:4096",
"BNIm": "eip155:4099",
"aioz-testnet": "eip155:4102", "aioz-testnet": "eip155:4102",
"PHIv1": "eip155:4181", "PHIv1": "eip155:4181",
"BobaFujiTestnet": "eip155:4328", "BobaFujiTestnet": "eip155:4328",
@ -453,6 +456,7 @@
"brb": "eip155:9012", "brb": "eip155:9012",
"GENEC": "eip155:9100", "GENEC": "eip155:9100",
"_old_tfire": "eip155:9170", "_old_tfire": "eip155:9170",
"DOGSt": "eip155:9339",
"trpg": "eip155:9527", "trpg": "eip155:9527",
"QETTest": "eip155:9528", "QETTest": "eip155:9528",
"MainnetDev": "eip155:9700", "MainnetDev": "eip155:9700",

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB