mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Mythical Chain (#2024)
* Add Mythical icon * Create eip155-151.json * Create eip155-152.json * Update network id to match chain id * Update network id to match chain id * Add icon * Delete eip155-152.json * Update chain and network ids * Rename eip155-151.json to eip155-201804.json * Update _data/chains/eip155-201804.json * Run the prettier Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
3368438bd0
commit
a3087ab590
25
_data/chains/eip155-201804.json
Normal file
25
_data/chains/eip155-201804.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Mythical Chain",
|
||||
"chain": "MYTH",
|
||||
"rpc": ["https://chain-rpc.mythicalgames.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Mythos",
|
||||
"symbol": "MYTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://mythicalgames.com/",
|
||||
"shortName": "myth",
|
||||
"chainId": 201804,
|
||||
"networkId": 201804,
|
||||
"icon": "mythical",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Mythical Chain Explorer",
|
||||
"url": "https://explorer.mythicalgames.com",
|
||||
"icon": "mythical",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/mythical.json
Normal file
8
_data/icons/mythical.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreihru6cccfblrjz5bv36znq2l3h67u6xj5ivtc4bj5l6gzofbgtnb4",
|
||||
"width": 350,
|
||||
"height": 350,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user