Deploying to gh-pages from @ ethereum-lists/chains@a1ac7dfd22 🚀

This commit is contained in:
ligi 2023-05-08 17:28:28 +00:00
parent 2729ece819
commit 5562578027
12 changed files with 135 additions and 5 deletions

View File

@ -1302,6 +1302,14 @@
"height": 578, "height": 578,
"format": "png" "format": "png"
}] }]
}, {
"name": "arc",
"icons": [{
"url": "ipfs://bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "xeta", "name": "xeta",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-1243.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "ARC Mainnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-main-1.archiechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "ARC",
"chainId": 1243,
"networkId": 1243,
"explorers": [
{
"name": "archiescan",
"url": "https://app.archiescan.io",
"standard": "none"
}
]
}

23
chains/eip155-1244.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "ARC Testnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-test-1.archiechain.io"],
"faucets": ["https://faucet.archiechain.io"],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "TARC",
"chainId": 1244,
"networkId": 1244,
"explorers": [
{
"name": "archiescan",
"url": "https://testnet.archiescan.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4106,6 +4106,32 @@
"rpc": ["https://rpc.step.network"], "rpc": ["https://rpc.step.network"],
"faucets": [], "faucets": [],
"infoURL": "https://step.network" "infoURL": "https://step.network"
}, {
"name": "ARC Mainnet",
"chainId": 1243,
"shortName": "ARC",
"networkId": 1243,
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"rpc": ["https://rpc-main-1.archiechain.io"],
"faucets": [],
"infoURL": "https://archiechain.io/"
}, {
"name": "ARC Testnet",
"chainId": 1244,
"shortName": "TARC",
"networkId": 1244,
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"rpc": ["https://rpc-test-1.archiechain.io"],
"faucets": ["https://faucet.archiechain.io"],
"infoURL": "https://archiechain.io/"
}, { }, {
"name": "OM Platform Mainnet", "name": "OM Platform Mainnet",
"chainId": 1246, "chainId": 1246,

View File

@ -6064,6 +6064,46 @@
"url": "https://bridge.step.network" "url": "https://bridge.step.network"
}] }]
} }
}, {
"name": "ARC Mainnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-main-1.archiechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "ARC",
"chainId": 1243,
"networkId": 1243,
"explorers": [{
"name": "archiescan",
"url": "https://app.archiescan.io",
"standard": "none"
}]
}, {
"name": "ARC Testnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-test-1.archiechain.io"],
"faucets": ["https://faucet.archiechain.io"],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "TARC",
"chainId": 1244,
"networkId": 1244,
"explorers": [{
"name": "archiescan",
"url": "https://testnet.archiescan.io",
"standard": "none"
}]
}, { }, {
"name": "OM Platform Mainnet", "name": "OM Platform Mainnet",
"chain": "omplatform", "chain": "omplatform",

8
icons/arc.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -315,6 +315,8 @@
"UltronTestnet": "eip155:1230", "UltronTestnet": "eip155:1230",
"UtronMainnet": "eip155:1231", "UtronMainnet": "eip155:1231",
"step": "eip155:1234", "step": "eip155:1234",
"ARC": "eip155:1243",
"TARC": "eip155:1244",
"om": "eip155:1246", "om": "eip155:1246",
"CICT": "eip155:1252", "CICT": "eip155:1252",
"HO": "eip155:1280", "HO": "eip155:1280",