mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@a3087ab590 🚀
This commit is contained in:
parent
b0bc04802c
commit
37c75cf010
|
@ -998,6 +998,14 @@
|
|||
"height": 382,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "mythical",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreihru6cccfblrjz5bv36znq2l3h67u6xj5ivtc4bj5l6gzofbgtnb4",
|
||||
"width": 350,
|
||||
"height": 350,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "ludan",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-201804.json
Normal file
25
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -7200,6 +7200,19 @@
|
|||
"rpc": ["https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws"],
|
||||
"faucets": ["https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"],
|
||||
"infoURL": "https://www.alaya.network/"
|
||||
}, {
|
||||
"name": "Mythical Chain",
|
||||
"chainId": 201804,
|
||||
"shortName": "myth",
|
||||
"networkId": 201804,
|
||||
"nativeCurrency": {
|
||||
"name": "Mythos",
|
||||
"symbol": "MYTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://chain-rpc.mythicalgames.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://mythicalgames.com/"
|
||||
}, {
|
||||
"name": "Jellie",
|
||||
"chainId": 202624,
|
||||
|
|
|
@ -10584,6 +10584,32 @@
|
|||
"url": "https://devnetscan.alaya.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Jellie",
|
||||
"title": "Twala Testnet Jellie",
|
||||
|
|
8
icons/mythical.json
Normal file
8
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 |
|
@ -553,6 +553,7 @@
|
|||
"aka": "eip155:200625",
|
||||
"alaya": "eip155:201018",
|
||||
"alayadev": "eip155:201030",
|
||||
"myth": "eip155:201804",
|
||||
"twl-jellie": "eip155:202624",
|
||||
"platon": "eip155:210425",
|
||||
"hym": "eip155:234666",
|
||||
|
|
Loading…
Reference in New Issue
Block a user