Add Anytype EVM network (#1755)

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Anthony Akentiev 2022-11-08 21:24:19 +03:00 committed by GitHub
parent ebae0c0cc0
commit 4028543446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

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"
}
]
}

8
_data/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