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": [ "rpc": [
], ],
"faucets": [ "faucets": [
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Sepolia Ether", "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

@ -15,7 +15,7 @@
}, },
"infoURL": "https://www.platon.network", "infoURL": "https://www.platon.network",
"shortName": "platondev", "shortName": "platondev",
"chainId": 210309, "chainId": 2203181,
"networkId": 1, "networkId": 1,
"icon": "platon", "icon": "platon",
"explorers": [ "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"
}
]