mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added: Alaya&PlatON testnet
This commit is contained in:
parent
e46be47cdc
commit
75d9c8bd59
27
_data/chains/eip155-201030.json
Normal file
27
_data/chains/eip155-201030.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "Alaya Dev Testnet",
|
||||||
|
"chain": "Alaya",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://devnetopenapi.alaya.network/rpc",
|
||||||
|
"wss://devnetopenapi.alaya.network/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ATP",
|
||||||
|
"symbol": "atp",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.alaya.network/",
|
||||||
|
"shortName": "alaya",
|
||||||
|
"chainId": 201030,
|
||||||
|
"networkId": 1,
|
||||||
|
"icon": "alaya",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "alaya explorer",
|
||||||
|
"url": "devnetscan.alaya.network",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
27
_data/chains/eip155-210309.json
Normal file
27
_data/chains/eip155-210309.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "PlatON Dev Testnet",
|
||||||
|
"chain": "PlatON",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://devnetopenapi.platon.network/rpc",
|
||||||
|
"wss://devnetopenapi.platon.network/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LAT",
|
||||||
|
"symbol": "lat",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.platon.network",
|
||||||
|
"shortName": "PlatON",
|
||||||
|
"chainId": 210309,
|
||||||
|
"networkId": 1,
|
||||||
|
"icon": "platon",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "PlatON explorer",
|
||||||
|
"url": "devnetscan.platon.network",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/alaya.json
Normal file
8
_data/icons/alaya.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu",
|
||||||
|
"width":1140,
|
||||||
|
"height":1140,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
8
_data/icons/platon.json
Normal file
8
_data/icons/platon.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC",
|
||||||
|
"width":200,
|
||||||
|
"height":200,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user