eth-chainlist 0.0.443 → 0.0.445
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 +209 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.445 (2024-07-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.444 ([c925aa1](https://github.com/poowf/eth-chainlist/commit/c925aa10b91640b2343e4971a84acffb731163fe))
|
9
|
+
* update chain data ([3793c0e](https://github.com/poowf/eth-chainlist/commit/3793c0eafea9325656247abfd9ee22036c53dcbb))
|
10
|
+
|
11
|
+
### 0.0.444 (2024-07-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.443 ([134403a](https://github.com/poowf/eth-chainlist/commit/134403a0408f665eae7f35a4e517aee16d4dc489))
|
17
|
+
* update chain data ([0fb127b](https://github.com/poowf/eth-chainlist/commit/0fb127bfbdef61252bf92456dedc546b7760dcde))
|
18
|
+
|
3
19
|
### 0.0.443 (2024-07-14)
|
4
20
|
|
5
21
|
|
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',
|
@@ -7657,7 +7695,16 @@ const chainArray = [
|
|
7657
7695
|
shortName: 'wan',
|
7658
7696
|
chainId: 888,
|
7659
7697
|
networkId: 888,
|
7660
|
-
slip44: 5718350
|
7698
|
+
slip44: 5718350,
|
7699
|
+
icon: 'wanchain',
|
7700
|
+
explorers: [
|
7701
|
+
{
|
7702
|
+
name: 'wanscan',
|
7703
|
+
icon: 'wanchain',
|
7704
|
+
url: 'https://wanscan.org',
|
7705
|
+
standard: 'EIP3091'
|
7706
|
+
}
|
7707
|
+
]
|
7661
7708
|
},
|
7662
7709
|
{
|
7663
7710
|
name: 'MAXI Chain Testnet',
|
@@ -8299,7 +8346,16 @@ const chainArray = [
|
|
8299
8346
|
shortName: 'twan',
|
8300
8347
|
chainId: 999,
|
8301
8348
|
networkId: 999,
|
8302
|
-
slip44: 1
|
8349
|
+
slip44: 1,
|
8350
|
+
icon: 'wanchain',
|
8351
|
+
explorers: [
|
8352
|
+
{
|
8353
|
+
name: 'wanscan',
|
8354
|
+
icon: 'wanchain',
|
8355
|
+
url: 'https://testnet.wanscan.org',
|
8356
|
+
standard: 'EIP3091'
|
8357
|
+
}
|
8358
|
+
]
|
8303
8359
|
},
|
8304
8360
|
{
|
8305
8361
|
name: 'GTON Mainnet',
|
@@ -9468,6 +9524,18 @@ const chainArray = [
|
|
9468
9524
|
networkId: 1221,
|
9469
9525
|
icon: 'cycle'
|
9470
9526
|
},
|
9527
|
+
{
|
9528
|
+
name: 'Cycle Network Testnet Jellyfish',
|
9529
|
+
chain: 'ETH',
|
9530
|
+
rpc: [ 'https://jellyfish-rpc-testnet.cyclenetwork.io' ],
|
9531
|
+
faucets: [],
|
9532
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9533
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
9534
|
+
shortName: 'cyclej',
|
9535
|
+
chainId: 1223,
|
9536
|
+
networkId: 1223,
|
9537
|
+
icon: 'cycle'
|
9538
|
+
},
|
9471
9539
|
{
|
9472
9540
|
name: 'Hybrid Testnet (Deprecated)',
|
9473
9541
|
chain: 'HYB',
|
@@ -11155,6 +11223,7 @@ const chainArray = [
|
|
11155
11223
|
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
11156
11224
|
infoURL: 'https://docs.lif3.com/',
|
11157
11225
|
shortName: 'lif3-testnet',
|
11226
|
+
icon: 'lif3',
|
11158
11227
|
chainId: 1811,
|
11159
11228
|
networkId: 1811,
|
11160
11229
|
explorers: [
|
@@ -16058,6 +16127,11 @@ const chainArray = [
|
|
16058
16127
|
chainId: 5000,
|
16059
16128
|
networkId: 5000,
|
16060
16129
|
explorers: [
|
16130
|
+
{
|
16131
|
+
name: 'mantlescan',
|
16132
|
+
url: 'https://mantlescan.xyz',
|
16133
|
+
standard: 'EIP3091'
|
16134
|
+
},
|
16061
16135
|
{
|
16062
16136
|
name: 'Mantle Explorer',
|
16063
16137
|
url: 'https://explorer.mantle.xyz',
|
@@ -17493,7 +17567,10 @@ const chainArray = [
|
|
17493
17567
|
icon: 'zetachain',
|
17494
17568
|
rpc: [
|
17495
17569
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
17496
|
-
'https://zetachain-mainnet
|
17570
|
+
'https://zetachain-mainnet.g.allthatnode.com/archive/evm',
|
17571
|
+
'https://zeta-chain.drpc.org',
|
17572
|
+
'https://zetachain-mainnet.public.blastapi.io',
|
17573
|
+
'https://7000.rpc.thirdweb.com'
|
17497
17574
|
],
|
17498
17575
|
faucets: [],
|
17499
17576
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
@@ -17511,30 +17588,34 @@ const chainArray = [
|
|
17511
17588
|
]
|
17512
17589
|
},
|
17513
17590
|
{
|
17514
|
-
name: 'ZetaChain
|
17591
|
+
name: 'ZetaChain Testnet',
|
17515
17592
|
chain: 'ZetaChain',
|
17516
17593
|
icon: 'zetachain',
|
17517
17594
|
rpc: [
|
17518
17595
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
17519
|
-
'
|
17520
|
-
'https://zetachain-
|
17596
|
+
'https://zetachain-testnet.public.blastapi.io',
|
17597
|
+
'https://zetachain-athens.g.allthatnode.com/archive/evm',
|
17598
|
+
'https://7001.rpc.thirdweb.com',
|
17599
|
+
'https://zeta-chain-testnet.drpc.org'
|
17600
|
+
],
|
17601
|
+
faucets: [
|
17602
|
+
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
17521
17603
|
],
|
17522
|
-
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
17523
17604
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
17524
17605
|
infoURL: 'https://zetachain.com/docs',
|
17525
|
-
shortName: 'zetachain-
|
17606
|
+
shortName: 'zetachain-testnet',
|
17526
17607
|
chainId: 7001,
|
17527
17608
|
networkId: 7001,
|
17528
17609
|
slip44: 1,
|
17529
17610
|
status: 'active',
|
17530
17611
|
explorers: [
|
17531
17612
|
{
|
17532
|
-
name: '
|
17533
|
-
url: 'https://
|
17613
|
+
name: 'ZetaScan',
|
17614
|
+
url: 'https://athens.explorer.zetachain.com',
|
17534
17615
|
standard: 'none'
|
17535
17616
|
},
|
17536
17617
|
{
|
17537
|
-
name: '
|
17618
|
+
name: 'Blockscout',
|
17538
17619
|
url: 'https://zetachain-athens-3.blockscout.com',
|
17539
17620
|
icon: 'blockscout',
|
17540
17621
|
standard: 'EIP3091'
|
@@ -18987,6 +19068,7 @@ const chainArray = [
|
|
18987
19068
|
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
18988
19069
|
infoURL: 'https://docs.lif3.com/',
|
18989
19070
|
shortName: 'lif3-mainnet',
|
19071
|
+
icon: 'lif3',
|
18990
19072
|
chainId: 8869,
|
18991
19073
|
networkId: 8869,
|
18992
19074
|
explorers: [
|
@@ -19095,6 +19177,30 @@ const chainArray = [
|
|
19095
19177
|
}
|
19096
19178
|
]
|
19097
19179
|
},
|
19180
|
+
{
|
19181
|
+
name: 'Avenium Testnet',
|
19182
|
+
chain: 'AVE',
|
19183
|
+
rpc: [
|
19184
|
+
'https://eu-testnet.avenium.io/',
|
19185
|
+
'https://connect-testnet.avenium.io'
|
19186
|
+
],
|
19187
|
+
faucets: [ 'https://faucet-testnet.avenium.io' ],
|
19188
|
+
nativeCurrency: { name: 'Ave Native Token', symbol: 'tAVE', decimals: 18 },
|
19189
|
+
infoURL: 'https://avenium.io',
|
19190
|
+
shortName: 'tave',
|
19191
|
+
chainId: 8886,
|
19192
|
+
networkId: 8886,
|
19193
|
+
icon: 'avenium',
|
19194
|
+
status: 'incubating',
|
19195
|
+
explorers: [
|
19196
|
+
{
|
19197
|
+
name: 'Avenium Explorer Testnet',
|
19198
|
+
icon: 'avenium',
|
19199
|
+
url: 'https://testnet.avescan.net',
|
19200
|
+
standard: 'none'
|
19201
|
+
}
|
19202
|
+
]
|
19203
|
+
},
|
19098
19204
|
{
|
19099
19205
|
name: 'XANAChain',
|
19100
19206
|
chain: 'XANAChain',
|
@@ -20212,6 +20318,25 @@ const chainArray = [
|
|
20212
20318
|
chainId: 10086,
|
20213
20319
|
networkId: 10086
|
20214
20320
|
},
|
20321
|
+
{
|
20322
|
+
name: 'MetaNova Verse',
|
20323
|
+
chain: 'MNV',
|
20324
|
+
rpc: [ 'https://web3.metanovaverse.com' ],
|
20325
|
+
faucets: [],
|
20326
|
+
nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
|
20327
|
+
features: [],
|
20328
|
+
infoURL: 'https://www.blockxnet.com/',
|
20329
|
+
shortName: 'mnv',
|
20330
|
+
chainId: 10096,
|
20331
|
+
networkId: 10096,
|
20332
|
+
explorers: [
|
20333
|
+
{
|
20334
|
+
name: 'Blockscout',
|
20335
|
+
url: 'https://explorer.blockxnet.com',
|
20336
|
+
standard: 'EIP3091'
|
20337
|
+
}
|
20338
|
+
]
|
20339
|
+
},
|
20215
20340
|
{
|
20216
20341
|
name: 'Blockchain Genesis Mainnet',
|
20217
20342
|
chain: 'GEN',
|
@@ -26396,6 +26521,18 @@ const chainArray = [
|
|
26396
26521
|
}
|
26397
26522
|
]
|
26398
26523
|
},
|
26524
|
+
{
|
26525
|
+
name: 'Cycle Network Mainnet Sailboat',
|
26526
|
+
chain: 'ETH',
|
26527
|
+
rpc: [ 'https://sailboat-rpc-mainnet.cyclenetwork.io' ],
|
26528
|
+
faucets: [],
|
26529
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26530
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
26531
|
+
shortName: 'cycles',
|
26532
|
+
chainId: 77677,
|
26533
|
+
networkId: 77677,
|
26534
|
+
icon: 'cycle'
|
26535
|
+
},
|
26399
26536
|
{
|
26400
26537
|
name: 'Toronet Mainnet',
|
26401
26538
|
chain: 'Toronet',
|
@@ -29509,6 +29646,25 @@ const chainArray = [
|
|
29509
29646
|
}
|
29510
29647
|
]
|
29511
29648
|
},
|
29649
|
+
{
|
29650
|
+
name: 'WABA Chain Testnet',
|
29651
|
+
chain: 'WABA Testnet',
|
29652
|
+
icon: 'waba',
|
29653
|
+
rpc: [ 'https://rpc.wabaworld.com' ],
|
29654
|
+
faucets: [],
|
29655
|
+
nativeCurrency: { name: 'WABA', symbol: 'WABA', decimals: 18 },
|
29656
|
+
infoURL: 'https://www.wabanetwork.org',
|
29657
|
+
shortName: 'waba',
|
29658
|
+
chainId: 327126,
|
29659
|
+
networkId: 327126,
|
29660
|
+
explorers: [
|
29661
|
+
{
|
29662
|
+
name: 'blockscout',
|
29663
|
+
url: 'https://explorer.wabaworld.com',
|
29664
|
+
standard: 'none'
|
29665
|
+
}
|
29666
|
+
]
|
29667
|
+
},
|
29512
29668
|
{
|
29513
29669
|
name: 'Nal Mainnet',
|
29514
29670
|
chain: 'ETH',
|
@@ -32013,6 +32169,35 @@ const chainArray = [
|
|
32013
32169
|
icon: 'ethereum',
|
32014
32170
|
explorers: []
|
32015
32171
|
},
|
32172
|
+
{
|
32173
|
+
name: 'Altar Testnet',
|
32174
|
+
chain: 'Altar',
|
32175
|
+
rpc: [ 'https://altar-rpc.ceremonies.ai/' ],
|
32176
|
+
faucets: [ 'https://sepoliafaucet.com/' ],
|
32177
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
32178
|
+
infoURL: 'https://ceremonies.gitbook.io',
|
32179
|
+
shortName: 'altarTestnet',
|
32180
|
+
chainId: 4444444,
|
32181
|
+
networkId: 4444444,
|
32182
|
+
slip44: 1,
|
32183
|
+
icon: 'altarTestnet',
|
32184
|
+
explorers: [
|
32185
|
+
{
|
32186
|
+
name: 'altar testnet explorer',
|
32187
|
+
url: 'https://altar-explorer.ceremonies.ai',
|
32188
|
+
standard: 'none'
|
32189
|
+
}
|
32190
|
+
],
|
32191
|
+
parent: {
|
32192
|
+
type: 'L2',
|
32193
|
+
chain: 'eip155-11155111',
|
32194
|
+
bridges: [
|
32195
|
+
{
|
32196
|
+
url: 'https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/'
|
32197
|
+
}
|
32198
|
+
]
|
32199
|
+
}
|
32200
|
+
},
|
32016
32201
|
{
|
32017
32202
|
name: 'NumBlock Chain',
|
32018
32203
|
chain: 'NumBlock',
|
@@ -33646,6 +33831,19 @@ const chainArray = [
|
|
33646
33831
|
}
|
33647
33832
|
]
|
33648
33833
|
},
|
33834
|
+
{
|
33835
|
+
name: 'Neon EVM Devnet Rollup',
|
33836
|
+
chain: 'Solana',
|
33837
|
+
rpc: [ 'https://devnet.rollup.neonevm.org/' ],
|
33838
|
+
faucets: [],
|
33839
|
+
icon: 'neon',
|
33840
|
+
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
33841
|
+
infoURL: 'https://neonevm.org/',
|
33842
|
+
shortName: 'neonevm-devnet-rollup',
|
33843
|
+
chainId: 245022929,
|
33844
|
+
networkId: 245022929,
|
33845
|
+
explorers: []
|
33846
|
+
},
|
33649
33847
|
{
|
33650
33848
|
name: 'Neon EVM Mainnet',
|
33651
33849
|
chain: 'Solana',
|