eth-chainlist 0.0.589 → 0.0.591
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 +159 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.591 (2025-01-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.590 ([464f3f6](https://github.com/poowf/eth-chainlist/commit/464f3f6b3e0d427be1701fee0ac54f9dd7759ba7))
|
9
|
+
* update chain data ([762fe3b](https://github.com/poowf/eth-chainlist/commit/762fe3b5004bc0c4af9e204179555775059a7fa6))
|
10
|
+
|
11
|
+
### 0.0.590 (2025-01-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.589 ([c9b1098](https://github.com/poowf/eth-chainlist/commit/c9b1098bbafea27e4254ab453d0ac90a2b9074a8))
|
17
|
+
* update chain data ([ae2623c](https://github.com/poowf/eth-chainlist/commit/ae2623c43add2fab55c5c22a890794dca8834a1c))
|
18
|
+
|
3
19
|
### 0.0.589 (2025-01-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4507,6 +4507,21 @@ const chainArray = [
|
|
4507
4507
|
}
|
4508
4508
|
]
|
4509
4509
|
},
|
4510
|
+
{
|
4511
|
+
name: 'Lens',
|
4512
|
+
title: 'Lens mainnet',
|
4513
|
+
chain: 'Lens',
|
4514
|
+
rpc: [],
|
4515
|
+
faucets: [],
|
4516
|
+
chainId: 232,
|
4517
|
+
networkId: 232,
|
4518
|
+
nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 },
|
4519
|
+
icon: 'lens',
|
4520
|
+
infoURL: 'https://lens.xyz',
|
4521
|
+
shortName: 'lens',
|
4522
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
4523
|
+
explorers: []
|
4524
|
+
},
|
4510
4525
|
{
|
4511
4526
|
name: 'Ethernity Testnet',
|
4512
4527
|
chain: 'Ethernity',
|
@@ -8171,6 +8186,26 @@ const chainArray = [
|
|
8171
8186
|
}
|
8172
8187
|
]
|
8173
8188
|
},
|
8189
|
+
{
|
8190
|
+
name: 'Tranched Mainnet',
|
8191
|
+
chain: 'tranched-mainnet',
|
8192
|
+
rpc: [ 'https://tranched-mainnet.calderachain.xyz/http' ],
|
8193
|
+
faucets: [],
|
8194
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
8195
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8196
|
+
infoURL: 'https://tranched-mainnet.hub.caldera.xyz',
|
8197
|
+
shortName: 'tranched-mainnet',
|
8198
|
+
chainId: 743,
|
8199
|
+
networkId: 743,
|
8200
|
+
icon: 'tranched-mainnet',
|
8201
|
+
explorers: [
|
8202
|
+
{
|
8203
|
+
name: 'Tranched Mainnet Caldera Explorer',
|
8204
|
+
url: 'https://tranched-mainnet.calderaexplorer.xyz',
|
8205
|
+
standard: 'EIP3091'
|
8206
|
+
}
|
8207
|
+
]
|
8208
|
+
},
|
8174
8209
|
{
|
8175
8210
|
name: 'EVM on Flow',
|
8176
8211
|
chain: 'Flow',
|
@@ -21217,6 +21252,26 @@ const chainArray = [
|
|
21217
21252
|
icon: 'nibiru',
|
21218
21253
|
explorers: []
|
21219
21254
|
},
|
21255
|
+
{
|
21256
|
+
name: 'InitVerse mainnet',
|
21257
|
+
chain: 'InitVerse',
|
21258
|
+
rpc: [ 'https://rpc-mainnet.inichain.com' ],
|
21259
|
+
faucets: [],
|
21260
|
+
nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
|
21261
|
+
infoURL: 'https://www.inichain.com',
|
21262
|
+
shortName: 'INI',
|
21263
|
+
chainId: 7233,
|
21264
|
+
networkId: 7233,
|
21265
|
+
icon: 'initverse',
|
21266
|
+
explorers: [
|
21267
|
+
{
|
21268
|
+
name: 'initverse',
|
21269
|
+
url: 'https://www.iniscan.com',
|
21270
|
+
icon: 'initverse',
|
21271
|
+
standard: 'none'
|
21272
|
+
}
|
21273
|
+
]
|
21274
|
+
},
|
21220
21275
|
{
|
21221
21276
|
name: 'InitVerse genesis testnet',
|
21222
21277
|
chain: 'InitVerse',
|
@@ -21973,6 +22028,31 @@ const chainArray = [
|
|
21973
22028
|
],
|
21974
22029
|
infoURL: 'https://mochain.app'
|
21975
22030
|
},
|
22031
|
+
{
|
22032
|
+
name: 'Exorium Testnet',
|
22033
|
+
chain: 'EXOR',
|
22034
|
+
rpc: [
|
22035
|
+
'https://rpc-1-testnet.exorium.net',
|
22036
|
+
'https://rpc-2-testnet.exorium.net',
|
22037
|
+
'https://rpc-testnet.exoscan.net/'
|
22038
|
+
],
|
22039
|
+
faucets: [ 'https://faucet-testnet.exorium.net' ],
|
22040
|
+
nativeCurrency: { name: 'EXOR', symbol: 'tEXOR', decimals: 18 },
|
22041
|
+
infoURL: 'https://exorium.net',
|
22042
|
+
shortName: 'texor',
|
22043
|
+
chainId: 7957,
|
22044
|
+
networkId: 7957,
|
22045
|
+
slip44: 1,
|
22046
|
+
icon: 'exorium',
|
22047
|
+
explorers: [
|
22048
|
+
{
|
22049
|
+
name: 'EXORIUM Testnet Explorer',
|
22050
|
+
icon: 'exorium',
|
22051
|
+
url: 'https://testnet.exoscan.net',
|
22052
|
+
standard: 'none'
|
22053
|
+
}
|
22054
|
+
]
|
22055
|
+
},
|
21976
22056
|
{
|
21977
22057
|
name: 'DOS Chain',
|
21978
22058
|
chain: 'DOS',
|
@@ -26873,6 +26953,26 @@ const chainArray = [
|
|
26873
26953
|
}
|
26874
26954
|
]
|
26875
26955
|
},
|
26956
|
+
{
|
26957
|
+
name: 'Ultra EVM Network Testnet',
|
26958
|
+
chain: 'Ultra',
|
26959
|
+
icon: 'ultra',
|
26960
|
+
rpc: [ 'https://evm.test.ultra.eosusa.io' ],
|
26961
|
+
faucets: [],
|
26962
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
26963
|
+
infoURL: 'https://ultra.io/',
|
26964
|
+
shortName: 'ultra-testnet',
|
26965
|
+
chainId: 18881,
|
26966
|
+
networkId: 18881,
|
26967
|
+
slip44: 1,
|
26968
|
+
explorers: [
|
26969
|
+
{
|
26970
|
+
name: 'Ultra EVM Testnet Explorer',
|
26971
|
+
url: 'https://evmexplorer.testnet.ultra.io',
|
26972
|
+
standard: 'EIP3091'
|
26973
|
+
}
|
26974
|
+
]
|
26975
|
+
},
|
26876
26976
|
{
|
26877
26977
|
name: 'Titan (TKX)',
|
26878
26978
|
chain: 'Titan (TKX)',
|
@@ -32243,6 +32343,25 @@ const chainArray = [
|
|
32243
32343
|
}
|
32244
32344
|
]
|
32245
32345
|
},
|
32346
|
+
{
|
32347
|
+
name: 'CAGA mainnet',
|
32348
|
+
chain: 'CAGA',
|
32349
|
+
rpc: [ 'https://cagamainnet.com', 'wss://cagamainnet.com/ws' ],
|
32350
|
+
faucets: [],
|
32351
|
+
nativeCurrency: { name: 'CAGA', symbol: 'CAGA', decimals: 18 },
|
32352
|
+
infoURL: 'https://www.cagacrypto.com/',
|
32353
|
+
shortName: 'caga-mainnet',
|
32354
|
+
chainId: 72888,
|
32355
|
+
networkId: 72888,
|
32356
|
+
icon: 'caga',
|
32357
|
+
explorers: [
|
32358
|
+
{
|
32359
|
+
name: 'caga',
|
32360
|
+
url: 'https://explorer.cagamainnet.com',
|
32361
|
+
standard: 'EIP3091'
|
32362
|
+
}
|
32363
|
+
]
|
32364
|
+
},
|
32246
32365
|
{
|
32247
32366
|
name: 'Grok Chain Mainnet',
|
32248
32367
|
chain: 'Grok',
|
@@ -32793,6 +32912,19 @@ const chainArray = [
|
|
32793
32912
|
}
|
32794
32913
|
]
|
32795
32914
|
},
|
32915
|
+
{
|
32916
|
+
name: 'Berachain',
|
32917
|
+
chain: 'Berachain',
|
32918
|
+
rpc: [ 'https://rpc.berachain.com' ],
|
32919
|
+
faucets: [ 'https://faucet.berachain.com' ],
|
32920
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
32921
|
+
infoURL: 'https://www.berachain.com',
|
32922
|
+
shortName: 'berachain',
|
32923
|
+
chainId: 80094,
|
32924
|
+
networkId: 80094,
|
32925
|
+
icon: 'berachain',
|
32926
|
+
explorers: []
|
32927
|
+
},
|
32796
32928
|
{
|
32797
32929
|
name: 'Hizoco mainnet',
|
32798
32930
|
chain: 'HZC',
|
@@ -41347,6 +41479,26 @@ const chainArray = [
|
|
41347
41479
|
}
|
41348
41480
|
]
|
41349
41481
|
},
|
41482
|
+
{
|
41483
|
+
name: 'ETP Mainnet',
|
41484
|
+
chain: 'ETP',
|
41485
|
+
rpc: [ 'https://rpc.etpscan.xyz' ],
|
41486
|
+
faucets: [],
|
41487
|
+
nativeCurrency: { name: 'ETP Chain Native Token', symbol: 'ETP', decimals: 18 },
|
41488
|
+
infoURL: 'https://www.etposchain.com',
|
41489
|
+
shortName: 'ETP',
|
41490
|
+
chainId: 20256789,
|
41491
|
+
networkId: 20256789,
|
41492
|
+
icon: 'etpchain',
|
41493
|
+
explorers: [
|
41494
|
+
{
|
41495
|
+
name: 'ETPScan',
|
41496
|
+
url: 'https://etpscan.xyz',
|
41497
|
+
icon: 'etpchain',
|
41498
|
+
standard: 'EIP3091'
|
41499
|
+
}
|
41500
|
+
]
|
41501
|
+
},
|
41350
41502
|
{
|
41351
41503
|
name: 'Hokum Testnet',
|
41352
41504
|
chain: 'HokumTestnet',
|
@@ -44082,8 +44234,8 @@ const chainArray = [
|
|
44082
44234
|
icon: 'ntity',
|
44083
44235
|
explorers: [
|
44084
44236
|
{
|
44085
|
-
name: 'Ntity
|
44086
|
-
url: 'https://
|
44237
|
+
name: 'Ntity Explorer',
|
44238
|
+
url: 'https://explorer.ntity.io',
|
44087
44239
|
icon: 'ntity',
|
44088
44240
|
standard: 'EIP3091'
|
44089
44241
|
}
|
@@ -44096,16 +44248,16 @@ const chainArray = [
|
|
44096
44248
|
faucets: [],
|
44097
44249
|
nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
|
44098
44250
|
infoURL: 'https://ntity.io',
|
44099
|
-
shortName: '
|
44251
|
+
shortName: 'haradev',
|
44100
44252
|
chainId: 197710212031,
|
44101
44253
|
networkId: 197710212031,
|
44102
44254
|
slip44: 1,
|
44103
|
-
icon: '
|
44255
|
+
icon: 'haradev',
|
44104
44256
|
explorers: [
|
44105
44257
|
{
|
44106
|
-
name: '
|
44107
|
-
url: 'https://
|
44108
|
-
icon: '
|
44258
|
+
name: 'Haradev Explorer',
|
44259
|
+
url: 'https://explorer.haradev.com',
|
44260
|
+
icon: 'haradev',
|
44109
44261
|
standard: 'EIP3091'
|
44110
44262
|
}
|
44111
44263
|
]
|