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

This commit is contained in:
ligi 2022-11-08 18:27:36 +00:00
parent 448b002795
commit 32e267f70a
10 changed files with 78 additions and 3 deletions

View File

@ -772,6 +772,14 @@
"height": 2048, "height": 2048,
"format": "png" "format": "png"
}] }]
}, {
"name": "any",
"icons": [{
"url": "ipfs://QmaARJiAQUn4Z6wG8GLEry3kTeBB3k6RfHzSZU9SPhBgcG",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "xdc", "name": "xdc",
"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-1701.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Anytype EVM Chain",
"chain": "ETH",
"icon": "any",
"rpc": ["https://geth.anytype.io"],
"faucets": ["https://evm.anytype.io/faucet"],
"nativeCurrency": {
"name": "ANY",
"symbol": "ANY",
"decimals": 18
},
"infoURL": "https://evm.anytype.io",
"shortName": "AnytypeChain",
"chainId": 1701,
"networkId": 1701,
"explorers": [
{
"name": "Anytype Explorer",
"url": "https://explorer.anytype.io",
"icon": "any",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,19 @@
"rpc": ["https://rpc.ludan.org/"], "rpc": ["https://rpc.ludan.org/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.ludan.org/" "infoURL": "https://www.ludan.org/"
}, {
"name": "Anytype EVM Chain",
"chainId": 1701,
"shortName": "AnytypeChain",
"networkId": 1701,
"nativeCurrency": {
"name": "ANY",
"symbol": "ANY",
"decimals": 18
},
"rpc": ["https://geth.anytype.io"],
"faucets": ["https://evm.anytype.io/faucet"],
"infoURL": "https://evm.anytype.io"
}, { }, {
"name": "TBSI Mainnet", "name": "TBSI Mainnet",
"chainId": 1707, "chainId": 1707,

View File

@ -4676,6 +4676,27 @@
"icon": "ludan", "icon": "ludan",
"chainId": 1688, "chainId": 1688,
"networkId": 1688 "networkId": 1688
}, {
"name": "Anytype EVM Chain",
"chain": "ETH",
"icon": "any",
"rpc": ["https://geth.anytype.io"],
"faucets": ["https://evm.anytype.io/faucet"],
"nativeCurrency": {
"name": "ANY",
"symbol": "ANY",
"decimals": 18
},
"infoURL": "https://evm.anytype.io",
"shortName": "AnytypeChain",
"chainId": 1701,
"networkId": 1701,
"explorers": [{
"name": "Anytype Explorer",
"url": "https://explorer.anytype.io",
"icon": "any",
"standard": "EIP3091"
}]
}, { }, {
"name": "TBSI Mainnet", "name": "TBSI Mainnet",
"title": "Thai Blockchain Service Infrastructure Mainnet", "title": "Thai Blockchain Service Infrastructure Mainnet",

8
icons/any.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -254,6 +254,7 @@
"ath": "eip155:1620", "ath": "eip155:1620",
"bta": "eip155:1657", "bta": "eip155:1657",
"LUDAN": "eip155:1688", "LUDAN": "eip155:1688",
"AnytypeChain": "eip155:1701",
"TBSI": "eip155:1707", "TBSI": "eip155:1707",
"tTBSI": "eip155:1708", "tTBSI": "eip155:1708",
"rAna": "eip155:1807", "rAna": "eip155:1807",