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@39ccb9912f 🚀
This commit is contained in:
parent
15c1f525c7
commit
1ed8630ca2
File diff suppressed because one or more lines are too long
27
chains/eip155-202624.json
Normal file
27
chains/eip155-202624.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Jellie",
|
||||
"title": "Twala Testnet Jellie",
|
||||
"shortName": "twl-jellie",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"chainId": 202624,
|
||||
"networkId": 202624,
|
||||
"icon": "twala",
|
||||
"nativeCurrency": {
|
||||
"name": "Twala Coin",
|
||||
"symbol": "TWL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"https://jellie-rpc.twala.io/",
|
||||
"wss://jellie-rpc-wss.twala.io/"
|
||||
],
|
||||
"faucets": [],
|
||||
"infoURL": "https://twala.io/",
|
||||
"explorers": [{
|
||||
"name": "Jellie Blockchain Explorer",
|
||||
"url": "https://jellie.twala.io",
|
||||
"standard": "EIP3091",
|
||||
"icon": "twala"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5432,6 +5432,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": "Jellie",
|
||||
"chainId": 202624,
|
||||
"shortName": "twl-jellie",
|
||||
"networkId": 202624,
|
||||
"nativeCurrency": {
|
||||
"name": "Twala Coin",
|
||||
"symbol": "TWL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://jellie-rpc.twala.io/", "wss://jellie-rpc-wss.twala.io/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://twala.io/"
|
||||
}, {
|
||||
"name": "PlatON Mainnet",
|
||||
"chainId": 210425,
|
||||
|
|
|
@ -7861,6 +7861,29 @@
|
|||
"url": "https://devnetscan.alaya.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Jellie",
|
||||
"title": "Twala Testnet Jellie",
|
||||
"shortName": "twl-jellie",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"chainId": 202624,
|
||||
"networkId": 202624,
|
||||
"icon": "twala",
|
||||
"nativeCurrency": {
|
||||
"name": "Twala Coin",
|
||||
"symbol": "TWL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://jellie-rpc.twala.io/", "wss://jellie-rpc-wss.twala.io/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://twala.io/",
|
||||
"explorers": [{
|
||||
"name": "Jellie Blockchain Explorer",
|
||||
"url": "https://jellie.twala.io",
|
||||
"standard": "EIP3091",
|
||||
"icon": "twala"
|
||||
}]
|
||||
}, {
|
||||
"name": "PlatON Mainnet",
|
||||
"chain": "PlatON",
|
||||
|
|
8
icons/twala.json
Normal file
8
icons/twala.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK",
|
||||
"width":1326,
|
||||
"height":1265,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
|
@ -417,6 +417,7 @@
|
|||
"aka": "eip155:200625",
|
||||
"alaya": "eip155:201018",
|
||||
"alayadev": "eip155:201030",
|
||||
"twl-jellie": "eip155:202624",
|
||||
"platon": "eip155:210425",
|
||||
"hym": "eip155:234666",
|
||||
"ats": "eip155:246529",
|
||||
|
|
Loading…
Reference in New Issue
Block a user