mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
icon for ecredits (#1105)
* Added eCredits mainnet & testnet * Fix file naming of chain files to .json * Unique short name for testnet. * testnet: ecs-testnet * icon for ecredits Co-authored-by: Siegfried Skalla <s.skalla@cryptix.ag>
This commit is contained in:
parent
b4a0c0668b
commit
9b70d2ef1d
|
@ -15,9 +15,11 @@
|
|||
"shortName": "ecs",
|
||||
"chainId": 63000,
|
||||
"networkId": 63000,
|
||||
"icon": "ecredits",
|
||||
"explorers": [{
|
||||
"name": "eCredits MainNet Explorer",
|
||||
"url": "https://explorer.ecredits.com",
|
||||
"icon": "ecredits",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -17,9 +17,11 @@
|
|||
"shortName": "ecs-testnet",
|
||||
"chainId": 63001,
|
||||
"networkId": 63001,
|
||||
"icon": "ecredits",
|
||||
"explorers": [{
|
||||
"name": "eCredits TestNet Explorer",
|
||||
"url": "https://explorer.tst.ecredits.com",
|
||||
"icon": "ecredits",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
8
_data/icons/ecredits.json
Normal file
8
_data/icons/ecredits.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY",
|
||||
"width": 32,
|
||||
"height": 32,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user