eth-chainlist 0.0.228 → 0.0.230
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 +16 -0
- package/data/chain.js +135 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.230 (2023-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.229 ([14c1226](https://github.com/poowf/eth-chainlist/commit/14c12263ae12a63ec538a96fbd1085ec95a64ff5))
|
9
|
+
* update chain data ([23c663e](https://github.com/poowf/eth-chainlist/commit/23c663e02c87d3c4be8a86abe15f0de4063f839a))
|
10
|
+
|
11
|
+
### 0.0.229 (2023-09-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.228 ([f6884c9](https://github.com/poowf/eth-chainlist/commit/f6884c93761b6439da731f645ec0778edb9c7044))
|
17
|
+
* update chain data ([c589df3](https://github.com/poowf/eth-chainlist/commit/c589df337d5ba874eb78f40a6959e6052e4aa8c9))
|
18
|
+
|
3
19
|
### 0.0.228 (2023-09-07)
|
4
20
|
|
5
21
|
|
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',
|
@@ -4125,11 +4144,25 @@ const chainArray = [
|
|
4125
4144
|
'wss://rpc.pulsechain.com',
|
4126
4145
|
'https://pulsechain.publicnode.com'
|
4127
4146
|
],
|
4147
|
+
slip44: 60,
|
4128
4148
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4129
4149
|
faucets: [],
|
4130
4150
|
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
4131
|
-
status: '
|
4132
|
-
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
|
4151
|
+
status: 'active',
|
4152
|
+
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
4153
|
+
explorers: [
|
4154
|
+
{
|
4155
|
+
name: 'blockscout',
|
4156
|
+
url: 'https://scan.pulsechain.com',
|
4157
|
+
icon: 'blockscout',
|
4158
|
+
standard: 'EIP3091'
|
4159
|
+
},
|
4160
|
+
{
|
4161
|
+
name: 'otterscan',
|
4162
|
+
url: 'https://otter.pulsechain.com',
|
4163
|
+
standard: 'EIP3091'
|
4164
|
+
}
|
4165
|
+
]
|
4133
4166
|
},
|
4134
4167
|
{
|
4135
4168
|
name: 'Consta Testnet',
|
@@ -4356,6 +4389,7 @@ const chainArray = [
|
|
4356
4389
|
},
|
4357
4390
|
{
|
4358
4391
|
name: 'Frenchain Testnet',
|
4392
|
+
status: 'deprecated',
|
4359
4393
|
chain: 'tfren',
|
4360
4394
|
rpc: [ 'https://rpc-01tn.frenchain.app' ],
|
4361
4395
|
faucets: [],
|
@@ -4393,6 +4427,25 @@ const chainArray = [
|
|
4393
4427
|
}
|
4394
4428
|
]
|
4395
4429
|
},
|
4430
|
+
{
|
4431
|
+
name: 'Areon Network Testnet',
|
4432
|
+
chain: 'Areon',
|
4433
|
+
icon: 'areon',
|
4434
|
+
rpc: [ 'https://testnet-rpc.areon.network' ],
|
4435
|
+
faucets: [],
|
4436
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
4437
|
+
infoURL: 'https://areon.network',
|
4438
|
+
shortName: 'area',
|
4439
|
+
chainId: 462,
|
4440
|
+
networkId: 462,
|
4441
|
+
explorers: [
|
4442
|
+
{
|
4443
|
+
name: 'AreonScan',
|
4444
|
+
url: 'https://areonscan.com',
|
4445
|
+
standard: 'none'
|
4446
|
+
}
|
4447
|
+
]
|
4448
|
+
},
|
4396
4449
|
{
|
4397
4450
|
name: 'Rupaya',
|
4398
4451
|
chain: 'RUPX',
|
@@ -5781,6 +5834,7 @@ const chainArray = [
|
|
5781
5834
|
'wss://rpc.v3.testnet.pulsechain.com/'
|
5782
5835
|
],
|
5783
5836
|
faucets: [ 'https://faucet.v3.testnet.pulsechain.com/' ],
|
5837
|
+
status: 'deprecated',
|
5784
5838
|
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
5785
5839
|
},
|
5786
5840
|
{
|
@@ -5799,9 +5853,17 @@ const chainArray = [
|
|
5799
5853
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5800
5854
|
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
|
5801
5855
|
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
5802
|
-
status: '
|
5803
|
-
|
5804
|
-
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
5856
|
+
status: 'active',
|
5857
|
+
slip44: 60,
|
5858
|
+
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 },
|
5859
|
+
explorers: [
|
5860
|
+
{
|
5861
|
+
name: 'blockscout',
|
5862
|
+
url: 'https://scan.v4.testnet.pulsechain.com',
|
5863
|
+
icon: 'blockscout',
|
5864
|
+
standard: 'EIP3091'
|
5865
|
+
}
|
5866
|
+
]
|
5805
5867
|
},
|
5806
5868
|
{
|
5807
5869
|
name: 'muNode Testnet',
|
@@ -6351,6 +6413,34 @@ const chainArray = [
|
|
6351
6413
|
bridges: [ { url: 'https://bridge.metis.io' } ]
|
6352
6414
|
}
|
6353
6415
|
},
|
6416
|
+
{
|
6417
|
+
name: 'Humans.ai Mainnet',
|
6418
|
+
chain: 'Humans',
|
6419
|
+
rpc: [
|
6420
|
+
'https://jsonrpc.humans.nodestake.top',
|
6421
|
+
'https://humans-mainnet-evm.itrocket.net:443',
|
6422
|
+
'https://humans-evm-rpc.staketab.org:443',
|
6423
|
+
'https://evm.humans.stakepool.dev.br',
|
6424
|
+
'https://mainnet-humans-evm.konsortech.xyz',
|
6425
|
+
'https://evm-rpc.mainnet.humans.zone'
|
6426
|
+
],
|
6427
|
+
faucets: [],
|
6428
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
6429
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6430
|
+
infoURL: 'https://humans.ai',
|
6431
|
+
shortName: 'humans',
|
6432
|
+
chainId: 1089,
|
6433
|
+
networkId: 1089,
|
6434
|
+
icon: 'humans',
|
6435
|
+
explorers: [
|
6436
|
+
{
|
6437
|
+
name: 'explorer.guru',
|
6438
|
+
url: 'https://humans.explorers.guru',
|
6439
|
+
icon: 'humans',
|
6440
|
+
standard: 'none'
|
6441
|
+
}
|
6442
|
+
]
|
6443
|
+
},
|
6354
6444
|
{
|
6355
6445
|
name: 'MOAC mainnet',
|
6356
6446
|
chain: 'MOAC',
|
@@ -6548,6 +6638,25 @@ const chainArray = [
|
|
6548
6638
|
icon: 'defichain-network',
|
6549
6639
|
explorers: []
|
6550
6640
|
},
|
6641
|
+
{
|
6642
|
+
name: 'DeFiMetaChain',
|
6643
|
+
icon: 'changi',
|
6644
|
+
chain: 'DFI',
|
6645
|
+
rpc: [ 'https://testnet-dmc.mydefichain.com:20551' ],
|
6646
|
+
faucets: [ 'http://tc04.mydefichain.com/faucet' ],
|
6647
|
+
nativeCurrency: { name: 'DeFiChain Token', symbol: 'DFI', decimals: 18 },
|
6648
|
+
infoURL: 'https://defichain.com',
|
6649
|
+
shortName: 'changi',
|
6650
|
+
chainId: 1133,
|
6651
|
+
networkId: 1133,
|
6652
|
+
explorers: [
|
6653
|
+
{
|
6654
|
+
name: 'MetaScan',
|
6655
|
+
url: 'https://meta.defiscan.live',
|
6656
|
+
standard: 'EIP3091'
|
6657
|
+
}
|
6658
|
+
]
|
6659
|
+
},
|
6551
6660
|
{
|
6552
6661
|
name: 'AmStar Testnet',
|
6553
6662
|
chain: 'AmStar',
|
@@ -9519,6 +9628,7 @@ const chainArray = [
|
|
9519
9628
|
{
|
9520
9629
|
name: 'Canxium Mainnet',
|
9521
9630
|
chain: 'CAU',
|
9631
|
+
icon: 'canxium',
|
9522
9632
|
rpc: [ 'https://rpc.canxium.org' ],
|
9523
9633
|
faucets: [],
|
9524
9634
|
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
@@ -14478,6 +14588,25 @@ const chainArray = [
|
|
14478
14588
|
}
|
14479
14589
|
]
|
14480
14590
|
},
|
14591
|
+
{
|
14592
|
+
name: 'Cerium Testnet',
|
14593
|
+
chain: 'CAU',
|
14594
|
+
icon: 'canxium',
|
14595
|
+
rpc: [ 'https://cerium-rpc.canxium.net' ],
|
14596
|
+
faucets: [],
|
14597
|
+
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
14598
|
+
infoURL: 'https://canxium.org',
|
14599
|
+
shortName: 'ceri',
|
14600
|
+
chainId: 30103,
|
14601
|
+
networkId: 30103,
|
14602
|
+
explorers: [
|
14603
|
+
{
|
14604
|
+
name: 'canxium explorer',
|
14605
|
+
url: 'https://cerium-explorer.canxium.net',
|
14606
|
+
standard: 'none'
|
14607
|
+
}
|
14608
|
+
]
|
14609
|
+
},
|
14481
14610
|
{
|
14482
14611
|
name: 'Ethersocial Network',
|
14483
14612
|
chain: 'ESN',
|
@@ -16212,9 +16341,7 @@ const chainArray = [
|
|
16212
16341
|
chain: 'Polygon',
|
16213
16342
|
icon: 'polygon',
|
16214
16343
|
rpc: [
|
16215
|
-
'https://matic-mumbai.chainstacklabs.com',
|
16216
16344
|
'https://rpc-mumbai.maticvigil.com',
|
16217
|
-
'https://matic-testnet-archive-rpc.bwarelabs.com',
|
16218
16345
|
'https://polygon-mumbai-bor.publicnode.com',
|
16219
16346
|
'https://polygon-mumbai.gateway.tenderly.co',
|
16220
16347
|
'wss://polygon-mumbai.gateway.tenderly.co'
|
@@ -18083,7 +18210,7 @@ const chainArray = [
|
|
18083
18210
|
name: 'Arbitrum Sepolia',
|
18084
18211
|
title: 'Arbitrum Sepolia Rollup Testnet',
|
18085
18212
|
chain: 'ETH',
|
18086
|
-
rpc: [ 'https://sepolia-rollup.
|
18213
|
+
rpc: [ 'https://sepolia-rollup.arbitrum.io/rpc' ],
|
18087
18214
|
faucets: [],
|
18088
18215
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
18089
18216
|
infoURL: 'https://arbitrum.io',
|