eth-chainlist 0.0.589 → 0.0.590
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 +146 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.590 (2025-01-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.589 ([c9b1098](https://github.com/poowf/eth-chainlist/commit/c9b1098bbafea27e4254ab453d0ac90a2b9074a8))
|
9
|
+
* update chain data ([ae2623c](https://github.com/poowf/eth-chainlist/commit/ae2623c43add2fab55c5c22a890794dca8834a1c))
|
10
|
+
|
3
11
|
### 0.0.589 (2025-01-17)
|
4
12
|
|
5
13
|
|
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',
|
@@ -41347,6 +41466,26 @@ const chainArray = [
|
|
41347
41466
|
}
|
41348
41467
|
]
|
41349
41468
|
},
|
41469
|
+
{
|
41470
|
+
name: 'ETP Mainnet',
|
41471
|
+
chain: 'ETP',
|
41472
|
+
rpc: [ 'https://rpc.etpscan.xyz' ],
|
41473
|
+
faucets: [],
|
41474
|
+
nativeCurrency: { name: 'ETP Chain Native Token', symbol: 'ETP', decimals: 18 },
|
41475
|
+
infoURL: 'https://www.etposchain.com',
|
41476
|
+
shortName: 'ETP',
|
41477
|
+
chainId: 20256789,
|
41478
|
+
networkId: 20256789,
|
41479
|
+
icon: 'etpchain',
|
41480
|
+
explorers: [
|
41481
|
+
{
|
41482
|
+
name: 'ETPScan',
|
41483
|
+
url: 'https://etpscan.xyz',
|
41484
|
+
icon: 'etpchain',
|
41485
|
+
standard: 'EIP3091'
|
41486
|
+
}
|
41487
|
+
]
|
41488
|
+
},
|
41350
41489
|
{
|
41351
41490
|
name: 'Hokum Testnet',
|
41352
41491
|
chain: 'HokumTestnet',
|
@@ -44082,8 +44221,8 @@ const chainArray = [
|
|
44082
44221
|
icon: 'ntity',
|
44083
44222
|
explorers: [
|
44084
44223
|
{
|
44085
|
-
name: 'Ntity
|
44086
|
-
url: 'https://
|
44224
|
+
name: 'Ntity Explorer',
|
44225
|
+
url: 'https://explorer.ntity.io',
|
44087
44226
|
icon: 'ntity',
|
44088
44227
|
standard: 'EIP3091'
|
44089
44228
|
}
|
@@ -44096,16 +44235,16 @@ const chainArray = [
|
|
44096
44235
|
faucets: [],
|
44097
44236
|
nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
|
44098
44237
|
infoURL: 'https://ntity.io',
|
44099
|
-
shortName: '
|
44238
|
+
shortName: 'haradev',
|
44100
44239
|
chainId: 197710212031,
|
44101
44240
|
networkId: 197710212031,
|
44102
44241
|
slip44: 1,
|
44103
|
-
icon: '
|
44242
|
+
icon: 'haradev',
|
44104
44243
|
explorers: [
|
44105
44244
|
{
|
44106
|
-
name: '
|
44107
|
-
url: 'https://
|
44108
|
-
icon: '
|
44245
|
+
name: 'Haradev Explorer',
|
44246
|
+
url: 'https://explorer.haradev.com',
|
44247
|
+
icon: 'haradev',
|
44109
44248
|
standard: 'EIP3091'
|
44110
44249
|
}
|
44111
44250
|
]
|