mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added: Alaya&PlatON testnet (#529)
* added: Alaya&PlatON testnet * add faucets * update explorer url"
This commit is contained in:
parent
45635a60f9
commit
85f31ea9e4
29
_data/chains/eip155-201030.json
Normal file
29
_data/chains/eip155-201030.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Alaya Dev Testnet",
|
||||
"chain": "Alaya",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://devnetopenapi.alaya.network/rpc",
|
||||
"wss://devnetopenapi.alaya.network/ws"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"
|
||||
],
|
||||
"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": "https://devnetscan.alaya.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
29
_data/chains/eip155-210309.json
Normal file
29
_data/chains/eip155-210309.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "PlatON Dev Testnet",
|
||||
"chain": "PlatON",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://devnetopenapi.platon.network/rpc",
|
||||
"wss://devnetopenapi.platon.network/ws"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
|
||||
],
|
||||
"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": "https://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