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:
commit
43ae811879
|
@ -5,6 +5,7 @@
|
|||
"rpc": [
|
||||
],
|
||||
"faucets": [
|
||||
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Sepolia Ether",
|
||||
|
|
25
_data/chains/eip155-168.json
Normal file
25
_data/chains/eip155-168.json
Normal 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"
|
||||
}]
|
||||
}
|
18
_data/chains/eip155-1688.json
Normal file
18
_data/chains/eip155-1688.json
Normal 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
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "Alaya",
|
||||
"rpc": [
|
||||
"https://openapi.alaya.network/rpc",
|
||||
"wss://openapi.alaya.network/ws"
|
||||
"wss://openapi.alaya.network/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://openapi.platon.network/rpc",
|
||||
"wss://openapi.platon.network/ws"
|
||||
"wss://openapi.platon.network/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -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": [
|
25
_data/chains/eip155-4102.json
Normal file
25
_data/chains/eip155-4102.json
Normal 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
8
_data/icons/aioz.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z",
|
||||
"width": 1024,
|
||||
"height": 1024,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/ludan.json
Normal file
8
_data/icons/ludan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user