1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

Merge branch 'ethereum-lists:master' into master

This commit is contained in:
EU99 2022-04-04 12:49:06 +08:00 committed by GitHub
commit 43ae811879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 89 additions and 4 deletions

View File

@ -5,6 +5,7 @@
"rpc": [
],
"faucets": [
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
],
"nativeCurrency": {
"name": "Sepolia Ether",

View File

@ -0,0 +1,25 @@
{
"name": "AIOZ Network",
"chain": "AIOZ",
"network": "mainnet",
"icon": "aioz",
"rpc": [
"https://eth-dataseed.aioz.network"
],
"faucets": [],
"nativeCurrency": {
"name": "AIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"infoURL": "https://aioz.network",
"shortName": "aioz",
"chainId": 168,
"networkId": 168,
"slip44": 60,
"explorers": [{
"name": "AIOZ Network Explorer",
"url": "https://explorer.aioz.network",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,18 @@
{
"name": "LUDAN Mainnet",
"chain": "LUDAN",
"rpc": [
"http://rpc.ludan.org:55001/"
],
"faucets": [],
"nativeCurrency": {
"name": "LUDAN",
"symbol": "LUDAN",
"decimals": 18
},
"infoURL": "https://www.ludan.org/",
"shortName": "LUDAN",
"icon": "ludan",
"chainId": 1688,
"networkId": 1688
}

View File

@ -3,7 +3,7 @@
"chain": "Alaya",
"rpc": [
"https://openapi.alaya.network/rpc",
"wss://openapi.alaya.network/ws"
"wss://openapi.alaya.network/ws"
],
"faucets": [],
"nativeCurrency": {

View File

@ -4,7 +4,7 @@
"network": "mainnet",
"rpc": [
"https://openapi.platon.network/rpc",
"wss://openapi.platon.network/ws"
"wss://openapi.platon.network/ws"
],
"faucets": [],
"nativeCurrency": {

View File

@ -3,7 +3,7 @@
"chain": "PlatON",
"rpc": [
"https://devnetopenapi.platon.network/rpc",
"wss://devnetopenapi.platon.network/ws"
"wss://devnetopenapi.platon.network/ws"
],
"faucets": [
"https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
@ -15,7 +15,7 @@
},
"infoURL": "https://www.platon.network",
"shortName": "platondev",
"chainId": 210309,
"chainId": 2203181,
"networkId": 1,
"icon": "platon",
"explorers": [

View File

@ -0,0 +1,25 @@
{
"name": "AIOZ Network Testnet",
"chain": "AIOZ",
"network": "testnet",
"icon": "aioz",
"rpc": [
"https://eth-ds.testnet.aioz.network"
],
"faucets": [],
"nativeCurrency": {
"name": "testAIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"infoURL": "https://aioz.network",
"shortName": "aioz-testnet",
"chainId": 4102,
"networkId": 4102,
"slip44": 60,
"explorers": [{
"name": "AIOZ Network Testnet Explorer",
"url": "https://testnet.explorer.aioz.network",
"standard": "EIP3091"
}]
}

8
_data/icons/aioz.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z",
"width": 1024,
"height": 1024,
"format": "png"
}
]

8
_data/icons/ludan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay",
"width": 512,
"height": 512,
"format": "png"
}
]