Deploying to gh-pages from @ ethereum-lists/chains@a3087ab590 🚀

This commit is contained in:
ligi 2022-12-20 12:57:14 +00:00
parent b0bc04802c
commit 37c75cf010
10 changed files with 84 additions and 3 deletions

View File

@ -998,6 +998,14 @@
"height": 382, "height": 382,
"format": "png" "format": "png"
}] }]
}, {
"name": "mythical",
"icons": [{
"url": "ipfs://bafkreihru6cccfblrjz5bv36znq2l3h67u6xj5ivtc4bj5l6gzofbgtnb4",
"width": 350,
"height": 350,
"format": "png"
}]
}, { }, {
"name": "ludan", "name": "ludan",
"icons": [{ "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
View 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

View File

@ -7200,6 +7200,19 @@
"rpc": ["https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws"], "rpc": ["https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws"],
"faucets": ["https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"], "faucets": ["https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"],
"infoURL": "https://www.alaya.network/" "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", "name": "Jellie",
"chainId": 202624, "chainId": 202624,

View File

@ -10584,6 +10584,32 @@
"url": "https://devnetscan.alaya.network", "url": "https://devnetscan.alaya.network",
"standard": "none" "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", "name": "Jellie",
"title": "Twala Testnet Jellie", "title": "Twala Testnet Jellie",

8
icons/mythical.json Normal file
View 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

View File

@ -553,6 +553,7 @@
"aka": "eip155:200625", "aka": "eip155:200625",
"alaya": "eip155:201018", "alaya": "eip155:201018",
"alayadev": "eip155:201030", "alayadev": "eip155:201030",
"myth": "eip155:201804",
"twl-jellie": "eip155:202624", "twl-jellie": "eip155:202624",
"platon": "eip155:210425", "platon": "eip155:210425",
"hym": "eip155:234666", "hym": "eip155:234666",