add kekchain logo (#1488)

Co-authored-by: Interchained <president@worldvaporexpo.com>
This commit is contained in:
Bill 2022-08-25 10:23:34 -04:00 committed by GitHub
parent 50ac7a0f93
commit 60de2bf17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "Kekchain",
"chain": "kek",
"network": "testnet",
"rpc": [
"https://testnet.kekchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "KEK",
"symbol": "KEK",
"decimals": 18
},
"infoURL": "https://kekchain.com",
"shortName": "KEK",
"chainId": 420666,
"networkId": 1,
"icon": "kek",
"explorers": [{
"name": "blockscout",
"url": "https://testnet-explorer.kekchain.com",
"icon": "kek",
"standard": "EIP3091"
}]
}

8
_data/icons/kek.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM",
"width":300,
"height":300,
"format":"svg"
}
]