eth-chainlist 0.0.443 → 0.0.444
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 +150 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.444 (2024-07-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.443 ([134403a](https://github.com/poowf/eth-chainlist/commit/134403a0408f665eae7f35a4e517aee16d4dc489))
|
9
|
+
* update chain data ([0fb127b](https://github.com/poowf/eth-chainlist/commit/0fb127bfbdef61252bf92456dedc546b7760dcde))
|
10
|
+
|
3
11
|
### 0.0.443 (2024-07-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3507,6 +3507,25 @@ const chainArray = [
|
|
3507
3507
|
icon: 'waterfall-main',
|
3508
3508
|
explorers: []
|
3509
3509
|
},
|
3510
|
+
{
|
3511
|
+
name: 'Dojima Testnet',
|
3512
|
+
chain: 'Dojima',
|
3513
|
+
rpc: [ 'https://rpc-test-d11k.dojima.network' ],
|
3514
|
+
faucets: [],
|
3515
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
3516
|
+
icon: 'dojima',
|
3517
|
+
infoURL: 'https://www.dojima.network/',
|
3518
|
+
shortName: 'dojtestnet',
|
3519
|
+
chainId: 184,
|
3520
|
+
networkId: 184,
|
3521
|
+
explorers: [
|
3522
|
+
{
|
3523
|
+
name: 'Dojima Testnet Explorer',
|
3524
|
+
url: 'https://explorer-test.dojima.network',
|
3525
|
+
standard: 'none'
|
3526
|
+
}
|
3527
|
+
]
|
3528
|
+
},
|
3510
3529
|
{
|
3511
3530
|
name: 'Mint Mainnet',
|
3512
3531
|
chain: 'ETH',
|
@@ -3549,6 +3568,25 @@ const chainArray = [
|
|
3549
3568
|
}
|
3550
3569
|
]
|
3551
3570
|
},
|
3571
|
+
{
|
3572
|
+
name: 'Dojima',
|
3573
|
+
chain: 'Dojima',
|
3574
|
+
rpc: [ 'https://rpc-d11k.dojima.network' ],
|
3575
|
+
faucets: [],
|
3576
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
3577
|
+
icon: 'dojima',
|
3578
|
+
infoURL: 'https://www.dojima.network/',
|
3579
|
+
shortName: 'dojima',
|
3580
|
+
chainId: 187,
|
3581
|
+
networkId: 187,
|
3582
|
+
explorers: [
|
3583
|
+
{
|
3584
|
+
name: 'Dojima Explorer',
|
3585
|
+
url: 'https://explorer.dojima.network',
|
3586
|
+
standard: 'none'
|
3587
|
+
}
|
3588
|
+
]
|
3589
|
+
},
|
3552
3590
|
{
|
3553
3591
|
name: 'BMC Mainnet',
|
3554
3592
|
chain: 'BMC',
|
@@ -9468,6 +9506,18 @@ const chainArray = [
|
|
9468
9506
|
networkId: 1221,
|
9469
9507
|
icon: 'cycle'
|
9470
9508
|
},
|
9509
|
+
{
|
9510
|
+
name: 'Cycle Network Testnet Jellyfish',
|
9511
|
+
chain: 'ETH',
|
9512
|
+
rpc: [ 'https://jellyfish-rpc-testnet.cyclenetwork.io' ],
|
9513
|
+
faucets: [],
|
9514
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9515
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
9516
|
+
shortName: 'cyclej',
|
9517
|
+
chainId: 1223,
|
9518
|
+
networkId: 1223,
|
9519
|
+
icon: 'cycle'
|
9520
|
+
},
|
9471
9521
|
{
|
9472
9522
|
name: 'Hybrid Testnet (Deprecated)',
|
9473
9523
|
chain: 'HYB',
|
@@ -17493,7 +17543,10 @@ const chainArray = [
|
|
17493
17543
|
icon: 'zetachain',
|
17494
17544
|
rpc: [
|
17495
17545
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
17496
|
-
'https://zetachain-mainnet
|
17546
|
+
'https://zetachain-mainnet.g.allthatnode.com/archive/evm',
|
17547
|
+
'https://zeta-chain.drpc.org',
|
17548
|
+
'https://zetachain-mainnet.public.blastapi.io',
|
17549
|
+
'https://7000.rpc.thirdweb.com'
|
17497
17550
|
],
|
17498
17551
|
faucets: [],
|
17499
17552
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
@@ -17511,30 +17564,34 @@ const chainArray = [
|
|
17511
17564
|
]
|
17512
17565
|
},
|
17513
17566
|
{
|
17514
|
-
name: 'ZetaChain
|
17567
|
+
name: 'ZetaChain Testnet',
|
17515
17568
|
chain: 'ZetaChain',
|
17516
17569
|
icon: 'zetachain',
|
17517
17570
|
rpc: [
|
17518
17571
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
17519
|
-
'
|
17520
|
-
'https://zetachain-
|
17572
|
+
'https://zetachain-testnet.public.blastapi.io',
|
17573
|
+
'https://zetachain-athens.g.allthatnode.com/archive/evm',
|
17574
|
+
'https://7001.rpc.thirdweb.com',
|
17575
|
+
'https://zeta-chain-testnet.drpc.org'
|
17576
|
+
],
|
17577
|
+
faucets: [
|
17578
|
+
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
17521
17579
|
],
|
17522
|
-
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
17523
17580
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
17524
17581
|
infoURL: 'https://zetachain.com/docs',
|
17525
|
-
shortName: 'zetachain-
|
17582
|
+
shortName: 'zetachain-testnet',
|
17526
17583
|
chainId: 7001,
|
17527
17584
|
networkId: 7001,
|
17528
17585
|
slip44: 1,
|
17529
17586
|
status: 'active',
|
17530
17587
|
explorers: [
|
17531
17588
|
{
|
17532
|
-
name: '
|
17533
|
-
url: 'https://
|
17589
|
+
name: 'ZetaScan',
|
17590
|
+
url: 'https://athens.explorer.zetachain.com',
|
17534
17591
|
standard: 'none'
|
17535
17592
|
},
|
17536
17593
|
{
|
17537
|
-
name: '
|
17594
|
+
name: 'Blockscout',
|
17538
17595
|
url: 'https://zetachain-athens-3.blockscout.com',
|
17539
17596
|
icon: 'blockscout',
|
17540
17597
|
standard: 'EIP3091'
|
@@ -19095,6 +19152,30 @@ const chainArray = [
|
|
19095
19152
|
}
|
19096
19153
|
]
|
19097
19154
|
},
|
19155
|
+
{
|
19156
|
+
name: 'Avenium Testnet',
|
19157
|
+
chain: 'AVE',
|
19158
|
+
rpc: [
|
19159
|
+
'https://eu-testnet.avenium.io/',
|
19160
|
+
'https://connect-testnet.avenium.io'
|
19161
|
+
],
|
19162
|
+
faucets: [ 'https://faucet-testnet.avenium.io' ],
|
19163
|
+
nativeCurrency: { name: 'Ave Native Token', symbol: 'tAVE', decimals: 18 },
|
19164
|
+
infoURL: 'https://avenium.io',
|
19165
|
+
shortName: 'tave',
|
19166
|
+
chainId: 8886,
|
19167
|
+
networkId: 8886,
|
19168
|
+
icon: 'avenium',
|
19169
|
+
status: 'incubating',
|
19170
|
+
explorers: [
|
19171
|
+
{
|
19172
|
+
name: 'Avenium Explorer Testnet',
|
19173
|
+
icon: 'avenium',
|
19174
|
+
url: 'https://testnet.avescan.net',
|
19175
|
+
standard: 'none'
|
19176
|
+
}
|
19177
|
+
]
|
19178
|
+
},
|
19098
19179
|
{
|
19099
19180
|
name: 'XANAChain',
|
19100
19181
|
chain: 'XANAChain',
|
@@ -26396,6 +26477,18 @@ const chainArray = [
|
|
26396
26477
|
}
|
26397
26478
|
]
|
26398
26479
|
},
|
26480
|
+
{
|
26481
|
+
name: 'Cycle Network Mainnet Sailboat',
|
26482
|
+
chain: 'ETH',
|
26483
|
+
rpc: [ 'https://sailboat-rpc-mainnet.cyclenetwork.io' ],
|
26484
|
+
faucets: [],
|
26485
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26486
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
26487
|
+
shortName: 'cycles',
|
26488
|
+
chainId: 77677,
|
26489
|
+
networkId: 77677,
|
26490
|
+
icon: 'cycle'
|
26491
|
+
},
|
26399
26492
|
{
|
26400
26493
|
name: 'Toronet Mainnet',
|
26401
26494
|
chain: 'Toronet',
|
@@ -29509,6 +29602,25 @@ const chainArray = [
|
|
29509
29602
|
}
|
29510
29603
|
]
|
29511
29604
|
},
|
29605
|
+
{
|
29606
|
+
name: 'WABA Chain Testnet',
|
29607
|
+
chain: 'WABA Testnet',
|
29608
|
+
icon: 'waba',
|
29609
|
+
rpc: [ 'https://rpc.wabaworld.com' ],
|
29610
|
+
faucets: [],
|
29611
|
+
nativeCurrency: { name: 'WABA', symbol: 'WABA', decimals: 18 },
|
29612
|
+
infoURL: 'https://www.wabanetwork.org',
|
29613
|
+
shortName: 'waba',
|
29614
|
+
chainId: 327126,
|
29615
|
+
networkId: 327126,
|
29616
|
+
explorers: [
|
29617
|
+
{
|
29618
|
+
name: 'blockscout',
|
29619
|
+
url: 'https://explorer.wabaworld.com',
|
29620
|
+
standard: 'none'
|
29621
|
+
}
|
29622
|
+
]
|
29623
|
+
},
|
29512
29624
|
{
|
29513
29625
|
name: 'Nal Mainnet',
|
29514
29626
|
chain: 'ETH',
|
@@ -32013,6 +32125,35 @@ const chainArray = [
|
|
32013
32125
|
icon: 'ethereum',
|
32014
32126
|
explorers: []
|
32015
32127
|
},
|
32128
|
+
{
|
32129
|
+
name: 'Altar Testnet',
|
32130
|
+
chain: 'Altar',
|
32131
|
+
rpc: [ 'https://altar-rpc.ceremonies.ai/' ],
|
32132
|
+
faucets: [ 'https://sepoliafaucet.com/' ],
|
32133
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
32134
|
+
infoURL: 'https://ceremonies.gitbook.io',
|
32135
|
+
shortName: 'altarTestnet',
|
32136
|
+
chainId: 4444444,
|
32137
|
+
networkId: 4444444,
|
32138
|
+
slip44: 1,
|
32139
|
+
icon: 'altarTestnet',
|
32140
|
+
explorers: [
|
32141
|
+
{
|
32142
|
+
name: 'altar testnet explorer',
|
32143
|
+
url: 'https://altar-explorer.ceremonies.ai',
|
32144
|
+
standard: 'none'
|
32145
|
+
}
|
32146
|
+
],
|
32147
|
+
parent: {
|
32148
|
+
type: 'L2',
|
32149
|
+
chain: 'eip155-11155111',
|
32150
|
+
bridges: [
|
32151
|
+
{
|
32152
|
+
url: 'https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/'
|
32153
|
+
}
|
32154
|
+
]
|
32155
|
+
}
|
32156
|
+
},
|
32016
32157
|
{
|
32017
32158
|
name: 'NumBlock Chain',
|
32018
32159
|
chain: 'NumBlock',
|