eth-chainlist 0.0.228 → 0.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +67 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.229 (2023-09-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.228 ([f6884c9](https://github.com/poowf/eth-chainlist/commit/f6884c93761b6439da731f645ec0778edb9c7044))
|
9
|
+
* update chain data ([c589df3](https://github.com/poowf/eth-chainlist/commit/c589df337d5ba874eb78f40a6959e6052e4aa8c9))
|
10
|
+
|
3
11
|
### 0.0.228 (2023-09-07)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2106,6 +2106,25 @@ const chainArray = [
|
|
2106
2106
|
}
|
2107
2107
|
]
|
2108
2108
|
},
|
2109
|
+
{
|
2110
|
+
name: 'Shibarium',
|
2111
|
+
chain: 'Shibarium',
|
2112
|
+
icon: 'shibarium',
|
2113
|
+
rpc: [ 'https://www.shibrpc.com' ],
|
2114
|
+
faucets: [],
|
2115
|
+
nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
|
2116
|
+
infoURL: 'https://shibariumecosystem.com',
|
2117
|
+
shortName: 'shibariumecosystem',
|
2118
|
+
chainId: 109,
|
2119
|
+
networkId: 109,
|
2120
|
+
explorers: [
|
2121
|
+
{
|
2122
|
+
name: 'shibariumscan',
|
2123
|
+
url: 'https://www.shibariumscan.io',
|
2124
|
+
standard: 'none'
|
2125
|
+
}
|
2126
|
+
]
|
2127
|
+
},
|
2109
2128
|
{
|
2110
2129
|
name: 'Proton Testnet',
|
2111
2130
|
chain: 'XPR',
|
@@ -4393,6 +4412,25 @@ const chainArray = [
|
|
4393
4412
|
}
|
4394
4413
|
]
|
4395
4414
|
},
|
4415
|
+
{
|
4416
|
+
name: 'Areon Network Testnet',
|
4417
|
+
chain: 'Areon',
|
4418
|
+
icon: 'areon',
|
4419
|
+
rpc: [ 'https://testnet-rpc.areon.network' ],
|
4420
|
+
faucets: [],
|
4421
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
4422
|
+
infoURL: 'https://areon.network',
|
4423
|
+
shortName: 'area',
|
4424
|
+
chainId: 462,
|
4425
|
+
networkId: 462,
|
4426
|
+
explorers: [
|
4427
|
+
{
|
4428
|
+
name: 'AreonScan',
|
4429
|
+
url: 'https://areonscan.com',
|
4430
|
+
standard: 'none'
|
4431
|
+
}
|
4432
|
+
]
|
4433
|
+
},
|
4396
4434
|
{
|
4397
4435
|
name: 'Rupaya',
|
4398
4436
|
chain: 'RUPX',
|
@@ -6351,6 +6389,34 @@ const chainArray = [
|
|
6351
6389
|
bridges: [ { url: 'https://bridge.metis.io' } ]
|
6352
6390
|
}
|
6353
6391
|
},
|
6392
|
+
{
|
6393
|
+
name: 'Humans.ai Mainnet',
|
6394
|
+
chain: 'Humans',
|
6395
|
+
rpc: [
|
6396
|
+
'https://jsonrpc.humans.nodestake.top',
|
6397
|
+
'https://humans-mainnet-evm.itrocket.net:443',
|
6398
|
+
'https://humans-evm-rpc.staketab.org:443',
|
6399
|
+
'https://evm.humans.stakepool.dev.br',
|
6400
|
+
'https://mainnet-humans-evm.konsortech.xyz',
|
6401
|
+
'https://evm-rpc.mainnet.humans.zone'
|
6402
|
+
],
|
6403
|
+
faucets: [],
|
6404
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
6405
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6406
|
+
infoURL: 'https://humans.ai',
|
6407
|
+
shortName: 'humans',
|
6408
|
+
chainId: 1089,
|
6409
|
+
networkId: 1089,
|
6410
|
+
icon: 'humans',
|
6411
|
+
explorers: [
|
6412
|
+
{
|
6413
|
+
name: 'explorer.guru',
|
6414
|
+
url: 'https://humans.explorers.guru',
|
6415
|
+
icon: 'humans',
|
6416
|
+
standard: 'none'
|
6417
|
+
}
|
6418
|
+
]
|
6419
|
+
},
|
6354
6420
|
{
|
6355
6421
|
name: 'MOAC mainnet',
|
6356
6422
|
chain: 'MOAC',
|
@@ -18083,7 +18149,7 @@ const chainArray = [
|
|
18083
18149
|
name: 'Arbitrum Sepolia',
|
18084
18150
|
title: 'Arbitrum Sepolia Rollup Testnet',
|
18085
18151
|
chain: 'ETH',
|
18086
|
-
rpc: [ 'https://sepolia-rollup.
|
18152
|
+
rpc: [ 'https://sepolia-rollup.arbitrum.io/rpc' ],
|
18087
18153
|
faucets: [],
|
18088
18154
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
18089
18155
|
infoURL: 'https://arbitrum.io',
|