eth-chainlist 0.0.647 → 0.0.648
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 +175 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.648 (2025-04-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.647 ([49a0a99](https://github.com/poowf/eth-chainlist/commit/49a0a992aa1d691ad0964f44f9063b819b9433a3))
|
9
|
+
* update chain data ([6fc9eea](https://github.com/poowf/eth-chainlist/commit/6fc9eeaa99b3937cdbe9ee72e2fc1d78e10a701e))
|
10
|
+
|
3
11
|
### 0.0.647 (2025-04-10)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -10903,6 +10903,27 @@ const chainArray = [
|
|
10903
10903
|
}
|
10904
10904
|
]
|
10905
10905
|
},
|
10906
|
+
{
|
10907
|
+
name: 'StateMesh',
|
10908
|
+
icon: 'statemesh',
|
10909
|
+
chain: 'MESH',
|
10910
|
+
rpc: [ 'https://rpc.statemesh.net' ],
|
10911
|
+
faucets: [],
|
10912
|
+
nativeCurrency: { name: 'StateMesh', symbol: 'MESH', decimals: 18 },
|
10913
|
+
infoURL: 'https://statemesh.net',
|
10914
|
+
shortName: 'mesh',
|
10915
|
+
chainId: 1134,
|
10916
|
+
networkId: 1134,
|
10917
|
+
slip44: 1134,
|
10918
|
+
explorers: [
|
10919
|
+
{
|
10920
|
+
name: 'blockscout',
|
10921
|
+
url: 'https://scan.statemesh.net',
|
10922
|
+
icon: 'blockscout',
|
10923
|
+
standard: 'EIP3091'
|
10924
|
+
}
|
10925
|
+
]
|
10926
|
+
},
|
10906
10927
|
{
|
10907
10928
|
name: 'Lisk',
|
10908
10929
|
chain: 'ETH',
|
@@ -12086,6 +12107,27 @@ const chainArray = [
|
|
12086
12107
|
}
|
12087
12108
|
]
|
12088
12109
|
},
|
12110
|
+
{
|
12111
|
+
name: 'Kii Testnet Oro',
|
12112
|
+
chain: 'KII',
|
12113
|
+
rpc: [ 'https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com' ],
|
12114
|
+
faucets: [ 'https://explorer.kiichain.io/testnet/faucet' ],
|
12115
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
12116
|
+
features: [],
|
12117
|
+
infoURL: 'https://kiichain.io',
|
12118
|
+
shortName: 'kiioro',
|
12119
|
+
chainId: 1336,
|
12120
|
+
networkId: 1336,
|
12121
|
+
icon: 'kii',
|
12122
|
+
explorers: [
|
12123
|
+
{
|
12124
|
+
name: 'KiiExplorer',
|
12125
|
+
url: 'https://explorer.kiichain.io/testnet',
|
12126
|
+
icon: 'kii',
|
12127
|
+
standard: 'none'
|
12128
|
+
}
|
12129
|
+
]
|
12130
|
+
},
|
12089
12131
|
{
|
12090
12132
|
name: 'Geth Testnet',
|
12091
12133
|
title: 'Go Ethereum (Geth) Private Testnet',
|
@@ -13217,6 +13259,48 @@ const chainArray = [
|
|
13217
13259
|
}
|
13218
13260
|
]
|
13219
13261
|
},
|
13262
|
+
{
|
13263
|
+
name: 'Fuga Mainnet',
|
13264
|
+
chain: 'Fuga',
|
13265
|
+
rpc: [ 'https://rpc.fuga.blue' ],
|
13266
|
+
faucets: [],
|
13267
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
13268
|
+
infoURL: 'https://fuga.one',
|
13269
|
+
shortName: 'FUGA',
|
13270
|
+
chainId: 1732,
|
13271
|
+
networkId: 1732,
|
13272
|
+
slip44: 732,
|
13273
|
+
explorers: [],
|
13274
|
+
status: 'incubating'
|
13275
|
+
},
|
13276
|
+
{
|
13277
|
+
name: 'Fuga Testnet',
|
13278
|
+
chain: 'Fuga',
|
13279
|
+
rpc: [ 'https://rpc-testnet.fuga.blue' ],
|
13280
|
+
faucets: [],
|
13281
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
13282
|
+
infoURL: 'https://fuga.one',
|
13283
|
+
shortName: 'FUGA_T',
|
13284
|
+
chainId: 1733,
|
13285
|
+
networkId: 1733,
|
13286
|
+
slip44: 1,
|
13287
|
+
explorers: [],
|
13288
|
+
status: 'incubating'
|
13289
|
+
},
|
13290
|
+
{
|
13291
|
+
name: 'Fuga Develop',
|
13292
|
+
chain: 'Fuga',
|
13293
|
+
rpc: [ 'https://rpc-develop.fuga.blue' ],
|
13294
|
+
faucets: [],
|
13295
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
13296
|
+
infoURL: 'https://fuga.one',
|
13297
|
+
shortName: 'FUGA_D',
|
13298
|
+
chainId: 1734,
|
13299
|
+
networkId: 1734,
|
13300
|
+
slip44: 1,
|
13301
|
+
explorers: [],
|
13302
|
+
status: 'incubating'
|
13303
|
+
},
|
13220
13304
|
{
|
13221
13305
|
name: 'Metal L2 Testnet',
|
13222
13306
|
chain: 'Metal L2 Testnet',
|
@@ -15478,7 +15562,12 @@ const chainArray = [
|
|
15478
15562
|
name: 'Game7',
|
15479
15563
|
title: 'Game7',
|
15480
15564
|
chain: 'Game7',
|
15481
|
-
rpc: [
|
15565
|
+
rpc: [
|
15566
|
+
'https://mainnet-rpc.game7.io',
|
15567
|
+
'wss://mainnet-rpc.game7.io',
|
15568
|
+
'https://mainnet-rpc.game7.build',
|
15569
|
+
'wss://mainnet-rpc.game7.build'
|
15570
|
+
],
|
15482
15571
|
faucets: [],
|
15483
15572
|
nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
|
15484
15573
|
features: [ { name: 'EIP155' } ],
|
@@ -20359,15 +20448,26 @@ const chainArray = [
|
|
20359
20448
|
{
|
20360
20449
|
name: 'Settlus',
|
20361
20450
|
chain: 'ETH',
|
20362
|
-
rpc: [],
|
20451
|
+
rpc: [ 'https://settlus-mainnet.g.alchemy.com/public' ],
|
20363
20452
|
faucets: [],
|
20364
20453
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
20365
20454
|
infoURL: 'https://settlus.org',
|
20366
20455
|
shortName: 'setl',
|
20367
20456
|
chainId: 5371,
|
20368
20457
|
networkId: 5371,
|
20369
|
-
parent: {
|
20370
|
-
|
20458
|
+
parent: {
|
20459
|
+
type: 'L2',
|
20460
|
+
chain: 'eip155-1',
|
20461
|
+
bridges: [ { url: 'https://settlus-mainnet.bridge.alchemy.com/' } ]
|
20462
|
+
},
|
20463
|
+
explorers: [
|
20464
|
+
{
|
20465
|
+
name: 'Settlus Mainnet Explorer',
|
20466
|
+
url: 'https://mainnet.settlus.network',
|
20467
|
+
standard: 'EIP3091'
|
20468
|
+
}
|
20469
|
+
],
|
20470
|
+
status: 'active'
|
20371
20471
|
},
|
20372
20472
|
{
|
20373
20473
|
name: 'Settlus Testnet',
|
@@ -20399,7 +20499,7 @@ const chainArray = [
|
|
20399
20499
|
explorers: [
|
20400
20500
|
{
|
20401
20501
|
name: 'Settlus Sepolia Testnet Explorer',
|
20402
|
-
url: 'https://
|
20502
|
+
url: 'https://sepolia.settlus.network',
|
20403
20503
|
standard: 'EIP3091'
|
20404
20504
|
}
|
20405
20505
|
],
|
@@ -27118,7 +27218,12 @@ const chainArray = [
|
|
27118
27218
|
name: 'Game7 Testnet',
|
27119
27219
|
title: 'Game7 Testnet',
|
27120
27220
|
chain: 'Game7',
|
27121
|
-
rpc: [
|
27221
|
+
rpc: [
|
27222
|
+
'https://testnet-rpc.game7.io',
|
27223
|
+
'wss://testnet-rpc.game7.io',
|
27224
|
+
'https://testnet-rpc.game7.build',
|
27225
|
+
'wss://testnet-rpc.game7.build'
|
27226
|
+
],
|
27122
27227
|
faucets: [],
|
27123
27228
|
nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
|
27124
27229
|
features: [ { name: 'EIP155' } ],
|
@@ -32163,12 +32268,12 @@ const chainArray = [
|
|
32163
32268
|
]
|
32164
32269
|
},
|
32165
32270
|
{
|
32166
|
-
name: 'Reddio
|
32167
|
-
title: 'Reddio Sepolia L2 Rollup
|
32271
|
+
name: 'Reddio Testnet',
|
32272
|
+
title: 'Reddio Sepolia L2 Rollup Testnet',
|
32168
32273
|
chain: 'ETH',
|
32169
32274
|
rpc: [ 'https://reddio-dev.reddio.com' ],
|
32170
32275
|
faucets: [],
|
32171
|
-
nativeCurrency: { name: '
|
32276
|
+
nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
|
32172
32277
|
infoURL: 'https://www.reddio.com',
|
32173
32278
|
shortName: 'reddio-devnet',
|
32174
32279
|
chainId: 50341,
|
@@ -38455,7 +38560,21 @@ const chainArray = [
|
|
38455
38560
|
'https://rpc.helikon.io/hydradx',
|
38456
38561
|
'wss://rpc.helikon.io/hydradx',
|
38457
38562
|
'https://hydration.dotters.network',
|
38458
|
-
'wss://hydration.dotters.network'
|
38563
|
+
'wss://hydration.dotters.network',
|
38564
|
+
'https://hydration.ibp.network',
|
38565
|
+
'wss://hydration.ibp.network',
|
38566
|
+
'https://rpc.cay.hydration.cloud',
|
38567
|
+
'wss://rpc.cay.hydration.cloud',
|
38568
|
+
'https://rpc.parm.hydration.cloud',
|
38569
|
+
'wss://rpc.parm.hydration.cloud',
|
38570
|
+
'https://rpc.roach.hydration.cloud',
|
38571
|
+
'wss://rpc.roach.hydration.cloud',
|
38572
|
+
'https://rpc.zipp.hydration.cloud',
|
38573
|
+
'wss://rpc.zipp.hydration.cloud',
|
38574
|
+
'https://rpc.sin.hydration.cloud',
|
38575
|
+
'wss://rpc.sin.hydration.cloud',
|
38576
|
+
'https://rpc.coke.hydration.cloud',
|
38577
|
+
'wss://rpc.coke.hydration.cloud'
|
38459
38578
|
],
|
38460
38579
|
faucets: [],
|
38461
38580
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
@@ -42543,6 +42662,27 @@ const chainArray = [
|
|
42543
42662
|
chainId: 2611555,
|
42544
42663
|
networkId: 2611555
|
42545
42664
|
},
|
42665
|
+
{
|
42666
|
+
name: 'COTI',
|
42667
|
+
chainId: 2632500,
|
42668
|
+
shortName: 'coti',
|
42669
|
+
chain: 'COTI',
|
42670
|
+
networkId: 2632500,
|
42671
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
42672
|
+
rpc: [ 'https://mainnet.coti.io/rpc' ],
|
42673
|
+
faucets: [],
|
42674
|
+
explorers: [
|
42675
|
+
{
|
42676
|
+
name: 'COTI Mainnet Explorer',
|
42677
|
+
url: 'https://mainnet.cotiscan.io',
|
42678
|
+
icon: 'blockscout',
|
42679
|
+
standard: 'EIP3091'
|
42680
|
+
}
|
42681
|
+
],
|
42682
|
+
infoURL: 'https://coti.io/',
|
42683
|
+
icon: 'coti',
|
42684
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
42685
|
+
},
|
42546
42686
|
{
|
42547
42687
|
name: 'Xterio Chain (ETH)',
|
42548
42688
|
chain: 'Xterio',
|
@@ -43557,7 +43697,7 @@ const chainArray = [
|
|
43557
43697
|
}
|
43558
43698
|
},
|
43559
43699
|
{
|
43560
|
-
name: 'Sepolia',
|
43700
|
+
name: 'Ethereum Sepolia',
|
43561
43701
|
title: 'Ethereum Testnet Sepolia',
|
43562
43702
|
chain: 'ETH',
|
43563
43703
|
rpc: [
|
@@ -44028,12 +44168,12 @@ const chainArray = [
|
|
44028
44168
|
{
|
44029
44169
|
name: 'Vcity Testnet',
|
44030
44170
|
chain: 'VCITY',
|
44031
|
-
rpc: [ '
|
44171
|
+
rpc: [ 'http://testnet-rpc.vcity.app' ],
|
44032
44172
|
faucets: [],
|
44033
|
-
nativeCurrency: { name: 'Testnet Vcity Token', symbol: '
|
44173
|
+
nativeCurrency: { name: 'Testnet Vcity Token', symbol: 'VCT', decimals: 18 },
|
44034
44174
|
features: [],
|
44035
44175
|
infoURL: 'https://vcity.app',
|
44036
|
-
shortName: '
|
44176
|
+
shortName: 'Vcitytestnet',
|
44037
44177
|
chainId: 20230825,
|
44038
44178
|
networkId: 20230825,
|
44039
44179
|
icon: 'vcity',
|
@@ -44123,6 +44263,27 @@ const chainArray = [
|
|
44123
44263
|
}
|
44124
44264
|
]
|
44125
44265
|
},
|
44266
|
+
{
|
44267
|
+
name: 'Vcitychain Mainnet',
|
44268
|
+
chain: 'Vcitychain',
|
44269
|
+
rpc: [ 'https://mainnet-rpc.vcity.app' ],
|
44270
|
+
faucets: [],
|
44271
|
+
nativeCurrency: { name: 'Vcity Coin', symbol: 'VCITY', decimals: 18 },
|
44272
|
+
features: [],
|
44273
|
+
infoURL: 'https://vcity.app',
|
44274
|
+
shortName: 'vcity',
|
44275
|
+
chainId: 20250825,
|
44276
|
+
networkId: 20250825,
|
44277
|
+
icon: 'vcitychain',
|
44278
|
+
explorers: [
|
44279
|
+
{
|
44280
|
+
name: 'Vcitychain Explorer',
|
44281
|
+
url: 'https://blockchain.vcity.app',
|
44282
|
+
icon: 'vcitychain',
|
44283
|
+
standard: 'none'
|
44284
|
+
}
|
44285
|
+
]
|
44286
|
+
},
|
44126
44287
|
{
|
44127
44288
|
name: 'ETP Mainnet',
|
44128
44289
|
chain: 'ETP',
|