Skip to content

Commit fdb6ef3

Browse files
authored
Merge branch 'master' into fix-hydra-testnet
2 parents 50858ca + 5cf7f0e commit fdb6ef3

90 files changed

Lines changed: 1068 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ npx prettier --write _data/*/*.json
119119
* When making changes that fix the CI problems - please re-request a review - otherwise it is too much work to track such changes with so many PRs daily
120120

121121
## Usages
122-
### Tools
122+
### Tools
123123
* [MESC](https://paradigmxyz.github.io/mesc)
124124

125125
### Explorers
@@ -147,6 +147,7 @@ npx prettier --write _data/*/*.json
147147
* [evmchainlist.org](https://evmchainlist.org)
148148
* [networks.vercel.app](https://networks.vercel.app)
149149
* [Wagmi compatible chain configurations](https://spenhouet.com/chains)
150+
* [chainlist.simplr.sh - Info packaged single pager](https://chainlist.simplr.sh)
150151

151152
### Other
152153
* [FaucETH](https://github.com/komputing/FaucETH)

_data/chains/eip155-10081.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"shortName": "joct",
1717
"chainId": 10081,
1818
"networkId": 10081,
19+
"icon": "joct",
1920
"slip44": 1,
2021
"explorers": [
2122
{

_data/chains/eip155-1088.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"rpc": [
55
"https://andromeda.metis.io/?owner=1088",
66
"https://metis.drpc.org",
7-
"wss://metis.drpc.org"
7+
"wss://metis.drpc.org",
8+
"https://metis-rpc.publicnode.com",
9+
"wss://metis-rpc.publicnode.com"
810
],
911
"faucets": [],
1012
"nativeCurrency": {

_data/chains/eip155-11124.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Abstract Testnet",
3-
"chain": "Abstract Testnet",
2+
"name": "Abstract Sepolia Testnet",
3+
"chain": "Abstract Sepolia Testnet",
44
"rpc": ["https://api.testnet.abs.xyz"],
55
"faucets": ["https://faucet.triangleplatform.com/abstract/testnet"],
66
"chainId": 11124,
@@ -19,9 +19,9 @@
1919
},
2020
"explorers": [
2121
{
22-
"name": "Abstract Block Explorer",
23-
"url": "https://explorer.testnet.abs.xyz",
24-
"standard": "none"
22+
"name": "Abstract Sepolia Testnet Explorer",
23+
"url": "https://sepolia.abscan.org",
24+
"standard": "EIP3091"
2525
}
2626
]
2727
}

_data/chains/eip155-1125.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Taker Chain Mainnet",
3+
"chain": "Taker",
4+
"icon": "taker",
5+
"rpc": ["https://rpc-mainnet.taker.xyz"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Taker",
9+
"symbol": "TAKER",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://www.taker.xyz",
13+
"shortName": "taker",
14+
"chainId": 1125,
15+
"networkId": 1125,
16+
"explorers": [
17+
{
18+
"name": "TakerScan",
19+
"url": "https://explorer.taker.xyz",
20+
"icon": "taker",
21+
"standard": "none"
22+
}
23+
]
24+
}

_data/chains/eip155-11820.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Artela Mainnet",
3+
"chain": "Artela",
4+
"rpc": ["https://node-euro.artela.network/rpc"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "ART",
8+
"symbol": "ART",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://artela.network/",
12+
"shortName": "artela-mainnet",
13+
"chainId": 11820,
14+
"networkId": 11820,
15+
"icon": "artela",
16+
"explorers": [
17+
{
18+
"name": "ArtelaScan",
19+
"url": "https://artscan.artela.network",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-12323.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Huddle01",
2+
"name": "Huddle01 dRTC Chain",
33
"chain": "huddle01",
44
"rpc": ["https://huddle01.calderachain.xyz/http"],
55
"faucets": [],

_data/chains/eip155-1301.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "Unichain Sepolia Testnet",
33
"chain": "ETH",
4-
"rpc": ["https://sepolia.unichain.org"],
4+
"rpc": [
5+
"https://sepolia.unichain.org",
6+
"https://unichain-sepolia-rpc.publicnode.com",
7+
"wss://unichain-sepolia-rpc.publicnode.com"
8+
],
59
"faucets": [],
610
"nativeCurrency": {
711
"name": "Sepolia Ether",

_data/chains/eip155-1338.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
22
"name": "Elysium Testnet",
33
"title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged",
4-
"chain": "Elysium",
5-
"rpc": ["https://elysium-test-rpc.vulcanforged.com"],
6-
"faucets": [],
4+
"chain": "Atlantis",
5+
"rpc": ["https://rpc.atlantischain.network"],
6+
"faucets": ["https://faucet.atlantischain.network"],
77
"nativeCurrency": {
8-
"name": "LAVA",
9-
"symbol": "LAVA",
8+
"name": "ELY",
9+
"symbol": "ELY",
1010
"decimals": 18
1111
},
12-
"infoURL": "https://elysiumscan.vulcanforged.com",
13-
"shortName": "ELST",
12+
"infoURL": "https://elysiumchain.tech",
13+
"shortName": "ATL",
1414
"chainId": 1338,
1515
"networkId": 1338,
16-
"slip44": 1,
1716
"explorers": [
1817
{
19-
"name": "Elysium testnet explorer",
20-
"url": "https://elysium-explorer.vulcanforged.com",
21-
"standard": "none"
18+
"name": "Atlantis explorer",
19+
"url": "https://blockscout.atlantischain.network",
20+
"standard": "EIP3091"
2221
}
2322
]
2423
}

_data/chains/eip155-1339.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
{
22
"name": "Elysium Mainnet",
3-
"title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged",
3+
"title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain.",
44
"chain": "Elysium",
5-
"rpc": ["https://rpc.elysiumchain.tech/"],
6-
"faucets": [],
5+
"rpc": ["https://rpc.elysiumchain.tech", "https://rpc.elysiumchain.us"],
6+
"faucets": ["https://faucet.elysiumchain.tech"],
77
"nativeCurrency": {
8-
"name": "LAVA",
9-
"symbol": "LAVA",
8+
"name": "ELY",
9+
"symbol": "ELY",
1010
"decimals": 18
1111
},
12-
"infoURL": "https://elysiumscan.vulcanforged.com",
13-
"shortName": "ELSM",
12+
"infoURL": "https://elysiumchain.tech/",
13+
"shortName": "ELY",
1414
"chainId": 1339,
1515
"networkId": 1339,
16+
"icon": "elysium",
1617
"explorers": [
1718
{
1819
"name": "Elysium mainnet explorer",
1920
"url": "https://explorer.elysiumchain.tech",
20-
"standard": "none"
21+
"standard": "EIP3091"
22+
},
23+
{
24+
"name": "Elysium blockscout explorer",
25+
"url": "https://blockscout.elysiumchain.tech",
26+
"standard": "EIP3091"
2127
}
2228
]
2329
}

0 commit comments

Comments
 (0)