eth-chainlist 0.0.646 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +628 -62
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.647 (2025-04-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.646 ([1f129bb](https://github.com/poowf/eth-chainlist/commit/1f129bbe693af9ff66d69023a64f2893b89c2b78))
17
+ * update chain data ([59b1e34](https://github.com/poowf/eth-chainlist/commit/59b1e341b06eaba4c59fd9dba3cb0bbf6e7ef748))
18
+
3
19
  ### 0.0.646 (2025-03-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3892,6 +3892,26 @@ const chainArray = [
3892
3892
  }
3893
3893
  ]
3894
3894
  },
3895
+ {
3896
+ name: 'firachain',
3897
+ chain: 'FIR',
3898
+ icon: 'firachainIcon',
3899
+ rpc: [ 'https://rpc.firachain.com' ],
3900
+ faucets: [],
3901
+ nativeCurrency: { name: 'firachain', symbol: 'FIR', decimals: 18 },
3902
+ infoURL: 'https://firachain.com',
3903
+ shortName: 'FIR',
3904
+ chainId: 194,
3905
+ networkId: 194,
3906
+ status: 'active',
3907
+ explorers: [
3908
+ {
3909
+ name: 'FiraChain Explorer',
3910
+ url: 'https://block.firachain.com',
3911
+ standard: 'EIP3091'
3912
+ }
3913
+ ]
3914
+ },
3895
3915
  {
3896
3916
  name: 'X Layer Testnet',
3897
3917
  chain: 'X Layer',
@@ -4550,7 +4570,7 @@ const chainArray = [
4550
4570
  name: 'Lens',
4551
4571
  title: 'Lens mainnet',
4552
4572
  chain: 'Lens',
4553
- rpc: [],
4573
+ rpc: [ 'https://rpc.lens.xyz' ],
4554
4574
  faucets: [],
4555
4575
  chainId: 232,
4556
4576
  networkId: 232,
@@ -4558,8 +4578,21 @@ const chainArray = [
4558
4578
  icon: 'lens',
4559
4579
  infoURL: 'https://lens.xyz',
4560
4580
  shortName: 'lens',
4561
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
4562
- explorers: []
4581
+ parent: {
4582
+ type: 'L2',
4583
+ chain: 'eip155-1',
4584
+ bridges: [
4585
+ { url: 'https://app.across.to/bridge?destinationChainId=232' }
4586
+ ]
4587
+ },
4588
+ explorers: [
4589
+ {
4590
+ name: 'Lens Block Explorer',
4591
+ url: 'https://explorer.lens.xyz',
4592
+ icon: 'lens',
4593
+ standard: 'EIP3091'
4594
+ }
4595
+ ]
4563
4596
  },
4564
4597
  {
4565
4598
  name: 'Ethernity Testnet',
@@ -10870,6 +10903,27 @@ const chainArray = [
10870
10903
  }
10871
10904
  ]
10872
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
+ },
10873
10927
  {
10874
10928
  name: 'Lisk',
10875
10929
  chain: 'ETH',
@@ -11084,7 +11138,6 @@ const chainArray = [
11084
11138
  name: 'Cuckoo Chain',
11085
11139
  title: 'Cuckoo Chain',
11086
11140
  chain: 'CuckooAI',
11087
- icon: 'cuckoo-ai',
11088
11141
  rpc: [
11089
11142
  'https://mainnet-rpc.cuckoo.network',
11090
11143
  'wss://mainnet-rpc.cuckoo.network'
@@ -11157,7 +11210,6 @@ const chainArray = [
11157
11210
  name: 'Cuckoo Sepolia',
11158
11211
  title: 'Cuckoo AI Testnet Sepolia',
11159
11212
  chain: 'CuckooAI',
11160
- icon: 'cuckoo-ai',
11161
11213
  rpc: [
11162
11214
  'https://testnet-rpc.cuckoo.network',
11163
11215
  'wss://testnet-rpc.cuckoo.network'
@@ -11168,13 +11220,7 @@ const chainArray = [
11168
11220
  shortName: 'caisepolia',
11169
11221
  chainId: 1210,
11170
11222
  networkId: 1210,
11171
- explorers: [
11172
- {
11173
- name: 'Cuckoo Sepolia Explorer',
11174
- url: 'https://testnet-scan.cuckoo.network',
11175
- standard: 'EIP3091'
11176
- }
11177
- ]
11223
+ explorers: []
11178
11224
  },
11179
11225
  {
11180
11226
  name: 'ADF Chain Testnet',
@@ -12061,6 +12107,27 @@ const chainArray = [
12061
12107
  }
12062
12108
  ]
12063
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
+ },
12064
12131
  {
12065
12132
  name: 'Geth Testnet',
12066
12133
  title: 'Go Ethereum (Geth) Private Testnet',
@@ -13192,6 +13259,48 @@ const chainArray = [
13192
13259
  }
13193
13260
  ]
13194
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
+ },
13195
13304
  {
13196
13305
  name: 'Metal L2 Testnet',
13197
13306
  chain: 'Metal L2 Testnet',
@@ -13557,7 +13666,6 @@ const chainArray = [
13557
13666
  shortName: 'soneium',
13558
13667
  title: 'Soneium mainnet',
13559
13668
  chain: 'ETH',
13560
- icon: 'soneium',
13561
13669
  rpc: [ 'https://rpc.soneium.org' ],
13562
13670
  faucets: [],
13563
13671
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -15454,7 +15562,12 @@ const chainArray = [
15454
15562
  name: 'Game7',
15455
15563
  title: 'Game7',
15456
15564
  chain: 'Game7',
15457
- rpc: [ 'https://mainnet-rpc.game7.io', 'wss://mainnet-rpc.game7.io' ],
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
+ ],
15458
15571
  faucets: [],
15459
15572
  nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
15460
15573
  features: [ { name: 'EIP155' } ],
@@ -17585,6 +17698,28 @@ const chainArray = [
17585
17698
  slip44: 1,
17586
17699
  status: 'incubating'
17587
17700
  },
17701
+ {
17702
+ name: 'Pentagon Chain',
17703
+ chain: 'Pentagon Chain',
17704
+ rpc: [ 'https://rpc.pentagon.games' ],
17705
+ faucets: [ 'https://bridge.pentagon.games' ],
17706
+ nativeCurrency: { name: 'Pentagon Chain', symbol: 'PC', decimals: 18 },
17707
+ icon: 'pentagonchain',
17708
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17709
+ infoURL: 'https://pentagon.games',
17710
+ shortName: 'PentagonChain',
17711
+ chainId: 3344,
17712
+ networkId: 3344,
17713
+ explorers: [
17714
+ {
17715
+ name: 'Pentagon Chain Explorer',
17716
+ url: 'https://explorer.pentagon.games',
17717
+ icon: 'pentagonchain',
17718
+ standard: 'EIP3091'
17719
+ }
17720
+ ],
17721
+ status: 'active'
17722
+ },
17588
17723
  {
17589
17724
  name: 'Meroneum',
17590
17725
  chain: 'MERON',
@@ -18053,7 +18188,7 @@ const chainArray = [
18053
18188
  name: 'Xone Mainnet',
18054
18189
  chain: 'XOC',
18055
18190
  icon: 'Xonechain',
18056
- rpc: [ 'https://rpc.xone.org' ],
18191
+ rpc: [ 'https://rpc.xone.org', 'wss://rpc-wss.xone.org' ],
18057
18192
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18058
18193
  faucets: [ 'https://faucet.xone.org/' ],
18059
18194
  nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
@@ -18128,12 +18263,10 @@ const chainArray = [
18128
18263
  shortName: 'alv',
18129
18264
  chainId: 3797,
18130
18265
  networkId: 3797,
18131
- icon: 'alveychain',
18132
18266
  explorers: [
18133
18267
  {
18134
18268
  name: 'AlveyScan',
18135
18269
  url: 'https://alveyscan.com',
18136
- icon: 'alveychain',
18137
18270
  standard: 'EIP3091'
18138
18271
  }
18139
18272
  ]
@@ -20315,15 +20448,26 @@ const chainArray = [
20315
20448
  {
20316
20449
  name: 'Settlus',
20317
20450
  chain: 'ETH',
20318
- rpc: [],
20451
+ rpc: [ 'https://settlus-mainnet.g.alchemy.com/public' ],
20319
20452
  faucets: [],
20320
20453
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20321
20454
  infoURL: 'https://settlus.org',
20322
20455
  shortName: 'setl',
20323
20456
  chainId: 5371,
20324
20457
  networkId: 5371,
20325
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
20326
- status: 'incubating'
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'
20327
20471
  },
20328
20472
  {
20329
20473
  name: 'Settlus Testnet',
@@ -20355,7 +20499,7 @@ const chainArray = [
20355
20499
  explorers: [
20356
20500
  {
20357
20501
  name: 'Settlus Sepolia Testnet Explorer',
20358
- url: 'https://settlus-sepolia-testnet.explorer.alchemy.com',
20502
+ url: 'https://sepolia.settlus.network',
20359
20503
  standard: 'EIP3091'
20360
20504
  }
20361
20505
  ],
@@ -21961,7 +22105,6 @@ const chainArray = [
21961
22105
  {
21962
22106
  name: 'Nexera Mainnet',
21963
22107
  chain: 'Nexera',
21964
- icon: 'nexera',
21965
22108
  chainId: 7208,
21966
22109
  networkId: 7208,
21967
22110
  infoURL: 'https://nexera.network',
@@ -24691,20 +24834,20 @@ const chainArray = [
24691
24834
  ]
24692
24835
  },
24693
24836
  {
24694
- name: 'WeaveVM Testnet',
24695
- chain: 'WVM',
24696
- rpc: [ 'https://testnet.wvm.dev', 'https://testnet-rpc.wvm.dev' ],
24697
- faucets: [],
24698
- nativeCurrency: { name: 'Testnet WeaveVM Token', symbol: 'tWVM', decimals: 18 },
24699
- infoURL: 'https://wvm.dev',
24700
- shortName: 'twvm',
24837
+ name: 'Load Alphanet',
24838
+ chain: 'LOAD',
24839
+ rpc: [ 'https://alphanet.load.network' ],
24840
+ faucets: [ 'https://load.network/faucet' ],
24841
+ nativeCurrency: { name: 'Testnet Load Token', symbol: 'tLOAD', decimals: 18 },
24842
+ infoURL: 'https://load.network',
24843
+ shortName: 'tload',
24701
24844
  chainId: 9496,
24702
24845
  networkId: 9496,
24703
- icon: 'weavevm',
24846
+ icon: 'loadnetwork',
24704
24847
  explorers: [
24705
24848
  {
24706
- name: 'WeaveVM Explorer',
24707
- url: 'https://explorer.wvm.dev',
24849
+ name: 'Load Network Explorer',
24850
+ url: 'https://explorer.load.network',
24708
24851
  standard: 'EIP3091'
24709
24852
  }
24710
24853
  ]
@@ -27075,7 +27218,12 @@ const chainArray = [
27075
27218
  name: 'Game7 Testnet',
27076
27219
  title: 'Game7 Testnet',
27077
27220
  chain: 'Game7',
27078
- rpc: [ 'https://testnet-rpc.game7.io', 'wss://testnet-rpc.game7.io' ],
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
+ ],
27079
27227
  faucets: [],
27080
27228
  nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
27081
27229
  features: [ { name: 'EIP155' } ],
@@ -29204,12 +29352,10 @@ const chainArray = [
29204
29352
  shortName: 'talv',
29205
29353
  chainId: 25839,
29206
29354
  networkId: 25839,
29207
- icon: 'alveychain',
29208
29355
  explorers: [
29209
29356
  {
29210
29357
  name: 'AlveyScan Testnet',
29211
29358
  url: 'https://alveytestnet.com',
29212
- icon: 'alveychain',
29213
29359
  standard: 'EIP3091'
29214
29360
  }
29215
29361
  ]
@@ -29984,7 +30130,6 @@ const chainArray = [
29984
30130
  {
29985
30131
  name: 'Mezo Matsnet Testnet',
29986
30132
  chain: 'Mezo',
29987
- icon: 'mezo',
29988
30133
  rpc: [ 'https://rpc.test.mezo.org' ],
29989
30134
  faucets: [ 'https://mezo.org/matsnet' ],
29990
30135
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
@@ -30308,7 +30453,6 @@ const chainArray = [
30308
30453
  shortName: 'apechain',
30309
30454
  chainId: 33139,
30310
30455
  networkId: 33139,
30311
- icon: 'apechain',
30312
30456
  explorers: [
30313
30457
  {
30314
30458
  name: 'ApeChain Explorer',
@@ -31415,8 +31559,8 @@ const chainArray = [
31415
31559
  ]
31416
31560
  },
31417
31561
  {
31418
- name: 'Juneo Mainnet',
31419
- chain: 'JUNE-Chain',
31562
+ name: 'Juneo JUNE-Chain',
31563
+ chain: 'Juneo JUNE-Chain',
31420
31564
  rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc' ],
31421
31565
  faucets: [],
31422
31566
  nativeCurrency: { name: 'JUNE', symbol: 'JUNE', decimals: 18 },
@@ -31435,6 +31579,237 @@ const chainArray = [
31435
31579
  }
31436
31580
  ]
31437
31581
  },
31582
+ {
31583
+ name: 'Juneo DAI1-Chain',
31584
+ chain: 'Juneo DAI1-Chain',
31585
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/DAI1/rpc' ],
31586
+ faucets: [],
31587
+ nativeCurrency: { name: 'DAI1', symbol: 'DAI1', decimals: 18 },
31588
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31589
+ infoURL: 'https://juneo.com/',
31590
+ shortName: 'DAI1',
31591
+ chainId: 45004,
31592
+ networkId: 45004,
31593
+ icon: 'juneo-dai1',
31594
+ explorers: [
31595
+ {
31596
+ name: 'Juneo Scan',
31597
+ url: 'https://juneoscan.io/chain/5',
31598
+ icon: 'juneomainnet',
31599
+ standard: 'none'
31600
+ }
31601
+ ]
31602
+ },
31603
+ {
31604
+ name: 'Juneo USDT1-Chain',
31605
+ chain: 'Juneo USDT1-Chain',
31606
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/USDT1/rpc' ],
31607
+ faucets: [],
31608
+ nativeCurrency: { name: 'USDT1', symbol: 'USDT1', decimals: 18 },
31609
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31610
+ infoURL: 'https://juneo.com/',
31611
+ shortName: 'USDT1',
31612
+ chainId: 45005,
31613
+ networkId: 45005,
31614
+ icon: 'juneo-usdt1',
31615
+ explorers: [
31616
+ {
31617
+ name: 'Juneo Scan',
31618
+ url: 'https://juneoscan.io/chain/3',
31619
+ icon: 'juneomainnet',
31620
+ standard: 'none'
31621
+ }
31622
+ ]
31623
+ },
31624
+ {
31625
+ name: 'Juneo USD1-Chain',
31626
+ chain: 'Juneo USD1-Chain',
31627
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/USD1/rpc' ],
31628
+ faucets: [],
31629
+ nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
31630
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31631
+ infoURL: 'https://juneo.com/',
31632
+ shortName: 'USD1',
31633
+ chainId: 45006,
31634
+ networkId: 45006,
31635
+ icon: 'juneo-usd1',
31636
+ explorers: [
31637
+ {
31638
+ name: 'Juneo Scan',
31639
+ url: 'https://juneoscan.io/chain/4',
31640
+ icon: 'juneomainnet',
31641
+ standard: 'none'
31642
+ }
31643
+ ]
31644
+ },
31645
+ {
31646
+ name: 'Juneo mBTC1-Chain',
31647
+ chain: 'Juneo mBTC1-Chain',
31648
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/mBTC1/rpc' ],
31649
+ faucets: [],
31650
+ nativeCurrency: { name: 'mBTC1', symbol: 'mBTC1', decimals: 18 },
31651
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31652
+ infoURL: 'https://juneo.com/',
31653
+ shortName: 'mBTC1',
31654
+ chainId: 45007,
31655
+ networkId: 45007,
31656
+ icon: 'juneo-mbtc1',
31657
+ explorers: [
31658
+ {
31659
+ name: 'Juneo Scan',
31660
+ url: 'https://juneoscan.io/chain/9',
31661
+ icon: 'juneomainnet',
31662
+ standard: 'none'
31663
+ }
31664
+ ]
31665
+ },
31666
+ {
31667
+ name: 'Juneo GLD1-Chain',
31668
+ chain: 'Juneo GLD1-Chain',
31669
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/GLD1/rpc' ],
31670
+ faucets: [],
31671
+ nativeCurrency: { name: 'GLD1', symbol: 'GLD1', decimals: 18 },
31672
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31673
+ infoURL: 'https://juneo.com/',
31674
+ shortName: 'GLD1',
31675
+ chainId: 45008,
31676
+ networkId: 45008,
31677
+ icon: 'juneo-gld1',
31678
+ explorers: [
31679
+ {
31680
+ name: 'Juneo Scan',
31681
+ url: 'https://juneoscan.io/chain/8',
31682
+ icon: 'juneomainnet',
31683
+ standard: 'none'
31684
+ }
31685
+ ]
31686
+ },
31687
+ {
31688
+ name: 'Juneo LTC1-Chain',
31689
+ chain: 'Juneo LTC1-Chain',
31690
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/LTC1/rpc' ],
31691
+ faucets: [],
31692
+ nativeCurrency: { name: 'LTC1', symbol: 'LTC1', decimals: 18 },
31693
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31694
+ infoURL: 'https://juneo.com/',
31695
+ shortName: 'LTC1',
31696
+ chainId: 45009,
31697
+ networkId: 45009,
31698
+ icon: 'juneo-ltc1',
31699
+ explorers: [
31700
+ {
31701
+ name: 'Juneo Scan',
31702
+ url: 'https://juneoscan.io/chain/11',
31703
+ icon: 'juneomainnet',
31704
+ standard: 'none'
31705
+ }
31706
+ ]
31707
+ },
31708
+ {
31709
+ name: 'Juneo DOGE1-Chain',
31710
+ chain: 'Juneo DOGE1-Chain',
31711
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/DOGE1/rpc' ],
31712
+ faucets: [],
31713
+ nativeCurrency: { name: 'DOGE1', symbol: 'DOGE1', decimals: 18 },
31714
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31715
+ infoURL: 'https://juneo.com/',
31716
+ shortName: 'DOGE1',
31717
+ chainId: 45010,
31718
+ networkId: 45010,
31719
+ icon: 'juneo-doge1',
31720
+ explorers: [
31721
+ {
31722
+ name: 'Juneo Scan',
31723
+ url: 'https://juneoscan.io/chain/10',
31724
+ icon: 'juneomainnet',
31725
+ standard: 'none'
31726
+ }
31727
+ ]
31728
+ },
31729
+ {
31730
+ name: 'Juneo EUR1-Chain',
31731
+ chain: 'Juneo EUR1-Chain',
31732
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/EUR1/rpc' ],
31733
+ faucets: [],
31734
+ nativeCurrency: { name: 'EUR1', symbol: 'EUR1', decimals: 18 },
31735
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31736
+ infoURL: 'https://juneo.com/',
31737
+ shortName: 'EUR1',
31738
+ chainId: 45011,
31739
+ networkId: 45011,
31740
+ icon: 'juneo-eur1',
31741
+ explorers: [
31742
+ {
31743
+ name: 'Juneo Scan',
31744
+ url: 'https://juneoscan.io/chain/6',
31745
+ icon: 'juneomainnet',
31746
+ standard: 'none'
31747
+ }
31748
+ ]
31749
+ },
31750
+ {
31751
+ name: 'Juneo SGD1-Chain',
31752
+ chain: 'Juneo SGD1-Chain',
31753
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/SGD1/rpc' ],
31754
+ faucets: [],
31755
+ nativeCurrency: { name: 'SGD1', symbol: 'SGD1', decimals: 18 },
31756
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31757
+ infoURL: 'https://juneo.com/',
31758
+ shortName: 'SGD1',
31759
+ chainId: 45012,
31760
+ networkId: 45012,
31761
+ icon: 'juneo-sgd1',
31762
+ explorers: [
31763
+ {
31764
+ name: 'Juneo Scan',
31765
+ url: 'https://juneoscan.io/chain/7',
31766
+ icon: 'juneomainnet',
31767
+ standard: 'none'
31768
+ }
31769
+ ]
31770
+ },
31771
+ {
31772
+ name: 'Juneo BCH1-Chain',
31773
+ chain: 'Juneo BCH1-Chain',
31774
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/BCH1/rpc' ],
31775
+ faucets: [],
31776
+ nativeCurrency: { name: 'BCH1', symbol: 'BCH1', decimals: 18 },
31777
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31778
+ infoURL: 'https://juneo.com/',
31779
+ shortName: 'BCH1',
31780
+ chainId: 45013,
31781
+ networkId: 45013,
31782
+ icon: 'juneo-bch1',
31783
+ explorers: [
31784
+ {
31785
+ name: 'Juneo Scan',
31786
+ url: 'https://juneoscan.io/chain/12',
31787
+ icon: 'juneomainnet',
31788
+ standard: 'none'
31789
+ }
31790
+ ]
31791
+ },
31792
+ {
31793
+ name: 'Juneo LINK1-Chain',
31794
+ chain: 'Juneo LINK1-Chain',
31795
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/LINK1/rpc' ],
31796
+ faucets: [],
31797
+ nativeCurrency: { name: 'LINK1', symbol: 'LINK1', decimals: 18 },
31798
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31799
+ infoURL: 'https://juneo.com/',
31800
+ shortName: 'LINK1',
31801
+ chainId: 45014,
31802
+ networkId: 45014,
31803
+ icon: 'juneo-link1',
31804
+ explorers: [
31805
+ {
31806
+ name: 'Juneo Scan',
31807
+ url: 'https://juneoscan.io/chain/13',
31808
+ icon: 'juneomainnet',
31809
+ standard: 'none'
31810
+ }
31811
+ ]
31812
+ },
31438
31813
  {
31439
31814
  name: 'Swamps L2',
31440
31815
  chain: 'SWP',
@@ -31884,23 +32259,21 @@ const chainArray = [
31884
32259
  shortName: 'SomniaTestnet',
31885
32260
  chainId: 50312,
31886
32261
  networkId: 50312,
31887
- icon: 'somnia',
31888
32262
  explorers: [
31889
32263
  {
31890
32264
  name: 'Somnia Testnet',
31891
32265
  url: 'https://somnia-testnet.socialscan.io',
31892
- icon: 'somnia',
31893
32266
  standard: 'EIP3091'
31894
32267
  }
31895
32268
  ]
31896
32269
  },
31897
32270
  {
31898
- name: 'Reddio Devnet',
31899
- title: 'Reddio Sepolia L2 Rollup Devnet',
32271
+ name: 'Reddio Testnet',
32272
+ title: 'Reddio Sepolia L2 Rollup Testnet',
31900
32273
  chain: 'ETH',
31901
32274
  rpc: [ 'https://reddio-dev.reddio.com' ],
31902
32275
  faucets: [],
31903
- nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
32276
+ nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
31904
32277
  infoURL: 'https://www.reddio.com',
31905
32278
  shortName: 'reddio-devnet',
31906
32279
  chainId: 50341,
@@ -33689,12 +34062,10 @@ const chainArray = [
33689
34062
  {
33690
34063
  name: 'Proof of Play Apex Explorer',
33691
34064
  url: 'https://explorer.apex.proofofplay.com',
33692
- icon: 'pop-apex',
33693
34065
  standard: 'EIP3091'
33694
34066
  }
33695
34067
  ],
33696
34068
  infoURL: 'https://proofofplay.com',
33697
- icon: 'pop-apex',
33698
34069
  parent: {
33699
34070
  type: 'L2',
33700
34071
  chain: 'eip155-42161',
@@ -33836,7 +34207,6 @@ const chainArray = [
33836
34207
  {
33837
34208
  name: 'Nexera Testnet',
33838
34209
  chain: 'Nexera',
33839
- icon: 'nexera',
33840
34210
  chainId: 72080,
33841
34211
  networkId: 72080,
33842
34212
  infoURL: 'https://testnet.nexera.network',
@@ -36259,6 +36629,27 @@ const chainArray = [
36259
36629
  explorers: [],
36260
36630
  status: 'deprecated'
36261
36631
  },
36632
+ {
36633
+ name: 'Socotra JUNE-Chain',
36634
+ chain: 'Socotra JUNE-Chain',
36635
+ rpc: [ 'https://rpc.socotra-testnet.network/ext/bc/JUNE/rpc' ],
36636
+ faucets: [],
36637
+ nativeCurrency: { name: 'Socotra JUNE', symbol: 'JUNE', decimals: 18 },
36638
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
36639
+ infoURL: 'https://juneo.com/',
36640
+ shortName: 'Socotra-JUNE',
36641
+ chainId: 101003,
36642
+ networkId: 101003,
36643
+ icon: 'juneoSocotraTestnet',
36644
+ explorers: [
36645
+ {
36646
+ name: 'Juneo Scan',
36647
+ url: 'https://socotra.juneoscan.io/chain/2',
36648
+ icon: 'juneomainnet',
36649
+ standard: 'none'
36650
+ }
36651
+ ]
36652
+ },
36262
36653
  {
36263
36654
  name: 'Global Trust Network',
36264
36655
  chain: 'GTN',
@@ -37164,6 +37555,30 @@ const chainArray = [
37164
37555
  explorers: [],
37165
37556
  status: 'incubating'
37166
37557
  },
37558
+ {
37559
+ name: 'Eventum Mainnet',
37560
+ shortName: 'Eventum',
37561
+ chain: 'Eventum',
37562
+ icon: 'eventum',
37563
+ networkId: 161803,
37564
+ chainId: 161803,
37565
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
37566
+ rpc: [ 'https://mainnet-rpc.evedex.com' ],
37567
+ faucets: [],
37568
+ explorers: [
37569
+ {
37570
+ name: 'Eventum Mainnet Explorer',
37571
+ url: 'https://explorer.evedex.com',
37572
+ standard: 'EIP3091'
37573
+ }
37574
+ ],
37575
+ infoURL: 'https://evedex.com',
37576
+ parent: {
37577
+ type: 'L2',
37578
+ chain: 'eip155-1',
37579
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
37580
+ }
37581
+ },
37167
37582
  {
37168
37583
  name: 'Eclat Mainnet',
37169
37584
  chain: 'Eclat',
@@ -38000,7 +38415,6 @@ const chainArray = [
38000
38415
  chain: 'SOR',
38001
38416
  rpc: [ 'https://rpc.sorian.io' ],
38002
38417
  faucets: [],
38003
- icon: 'sorian',
38004
38418
  nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
38005
38419
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
38006
38420
  infoURL: 'https://sorian.io',
@@ -38146,7 +38560,21 @@ const chainArray = [
38146
38560
  'https://rpc.helikon.io/hydradx',
38147
38561
  'wss://rpc.helikon.io/hydradx',
38148
38562
  'https://hydration.dotters.network',
38149
- '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'
38150
38578
  ],
38151
38579
  faucets: [],
38152
38580
  nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
@@ -38205,6 +38633,26 @@ const chainArray = [
38205
38633
  }
38206
38634
  ]
38207
38635
  },
38636
+ {
38637
+ name: 'B20 Testnet',
38638
+ chain: 'B20',
38639
+ rpc: [ 'https://rpc.beonescan.com' ],
38640
+ faucets: [ 'https://faucet.beonechain.com/' ],
38641
+ nativeCurrency: { name: 'B20', symbol: 'TBOC', decimals: 18 },
38642
+ infoURL: 'https://rpc.beonescan.com',
38643
+ shortName: 'B20',
38644
+ chainId: 223344,
38645
+ networkId: 223344,
38646
+ icon: 'b20',
38647
+ explorers: [
38648
+ {
38649
+ name: 'beonescan',
38650
+ url: 'https://beonescan.com',
38651
+ icon: 'b20',
38652
+ standard: 'none'
38653
+ }
38654
+ ]
38655
+ },
38208
38656
  {
38209
38657
  name: 'Taf ECO Chain Mainnet',
38210
38658
  chain: 'Taf ECO Chain',
@@ -38590,13 +39038,11 @@ const chainArray = [
38590
39038
  chainId: 272247,
38591
39039
  networkId: 272247,
38592
39040
  slip44: 272247,
38593
- icon: 'nxy',
38594
39041
  explorers: [
38595
39042
  {
38596
39043
  name: 'Nxy Explorer',
38597
39044
  url: 'https://explorer.nxy.social',
38598
- standard: 'none',
38599
- icon: 'nxy'
39045
+ standard: 'none'
38600
39046
  }
38601
39047
  ]
38602
39048
  },
@@ -38611,13 +39057,11 @@ const chainArray = [
38611
39057
  chainId: 272520,
38612
39058
  networkId: 272520,
38613
39059
  slip44: 272520,
38614
- icon: 'nxy',
38615
39060
  explorers: [
38616
39061
  {
38617
39062
  name: 'Nxy Explorer',
38618
39063
  url: 'https://explorer.nxy.social',
38619
- standard: 'none',
38620
- icon: 'nxy'
39064
+ standard: 'none'
38621
39065
  }
38622
39066
  ]
38623
39067
  },
@@ -41927,10 +42371,10 @@ const chainArray = [
41927
42371
  icon: 'xrplevm',
41928
42372
  rpc: [ 'https://rpc.xrplevm.org', 'https://ws.xrplevm.org' ],
41929
42373
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41930
- faucets: [ 'https://chains.tools/faucet/xrplevm' ],
42374
+ faucets: [ 'https://faucet.xrplevm.org' ],
41931
42375
  nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
41932
42376
  infoURL: 'https://xrplevm.org',
41933
- shortName: 'xrplevm',
42377
+ shortName: 'xrplevmdevnet',
41934
42378
  chainId: 1440002,
41935
42379
  networkId: 1440002,
41936
42380
  explorers: [
@@ -41942,6 +42386,30 @@ const chainArray = [
41942
42386
  }
41943
42387
  ]
41944
42388
  },
42389
+ {
42390
+ name: 'XRPL EVM Sidechain Testnet',
42391
+ chain: 'XRPLEVM Testnet',
42392
+ icon: 'xrplevm',
42393
+ rpc: [
42394
+ 'https://rpc.testnet.xrplevm.org',
42395
+ 'https://ws.testnet.xrplevm.org'
42396
+ ],
42397
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
42398
+ faucets: [ 'https://faucet.xrplevm.org' ],
42399
+ nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
42400
+ infoURL: 'https://xrplevm.org',
42401
+ shortName: 'xrplevmtestnet',
42402
+ chainId: 1449000,
42403
+ networkId: 1449000,
42404
+ explorers: [
42405
+ {
42406
+ name: 'blockscout',
42407
+ url: 'https://explorer.testnet.xrplevm.org',
42408
+ icon: 'xrplevm',
42409
+ standard: 'EIP3091'
42410
+ }
42411
+ ]
42412
+ },
41945
42413
  {
41946
42414
  name: 'Waterfall 9 Test Network',
41947
42415
  chain: 'Waterfall TestNet9',
@@ -42194,6 +42662,27 @@ const chainArray = [
42194
42662
  chainId: 2611555,
42195
42663
  networkId: 2611555
42196
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
+ },
42197
42686
  {
42198
42687
  name: 'Xterio Chain (ETH)',
42199
42688
  chain: 'Xterio',
@@ -43208,7 +43697,7 @@ const chainArray = [
43208
43697
  }
43209
43698
  },
43210
43699
  {
43211
- name: 'Sepolia',
43700
+ name: 'Ethereum Sepolia',
43212
43701
  title: 'Ethereum Testnet Sepolia',
43213
43702
  chain: 'ETH',
43214
43703
  rpc: [
@@ -43679,12 +44168,12 @@ const chainArray = [
43679
44168
  {
43680
44169
  name: 'Vcity Testnet',
43681
44170
  chain: 'VCITY',
43682
- rpc: [ 'https://testnet.vcity.app' ],
44171
+ rpc: [ 'http://testnet-rpc.vcity.app' ],
43683
44172
  faucets: [],
43684
- nativeCurrency: { name: 'Testnet Vcity Token', symbol: 'VCITY', decimals: 18 },
44173
+ nativeCurrency: { name: 'Testnet Vcity Token', symbol: 'VCT', decimals: 18 },
43685
44174
  features: [],
43686
44175
  infoURL: 'https://vcity.app',
43687
- shortName: 'Vcity',
44176
+ shortName: 'Vcitytestnet',
43688
44177
  chainId: 20230825,
43689
44178
  networkId: 20230825,
43690
44179
  icon: 'vcity',
@@ -43774,6 +44263,27 @@ const chainArray = [
43774
44263
  }
43775
44264
  ]
43776
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
+ },
43777
44287
  {
43778
44288
  name: 'ETP Mainnet',
43779
44289
  chain: 'ETP',
@@ -44055,7 +44565,8 @@ const chainArray = [
44055
44565
  rpc: [
44056
44566
  'https://rpc-testnet.xone.plus',
44057
44567
  'https://rpc-testnet.xone.org',
44058
- 'https://rpc-testnet.knight.center'
44568
+ 'https://rpc-testnet.knight.center',
44569
+ 'wss://wss-rpc-testnet.xone.org'
44059
44570
  ],
44060
44571
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
44061
44572
  faucets: [ 'https://faucet.xone.org/' ],
@@ -45307,6 +45818,27 @@ const chainArray = [
45307
45818
  bridges: [ { url: 'https://portal.testnet.sophon.xyz/bridge' } ]
45308
45819
  }
45309
45820
  },
45821
+ {
45822
+ name: 'Smart Mainnet',
45823
+ chain: 'SMART',
45824
+ rpc: [],
45825
+ faucets: [],
45826
+ nativeCurrency: { name: 'Smart', symbol: 'SMART', decimals: 6 },
45827
+ infoURL: 'https://smartblockchain.com',
45828
+ shortName: 'smart',
45829
+ chainId: 661898459,
45830
+ networkId: 661898459,
45831
+ slip44: 783,
45832
+ icon: 'smart',
45833
+ explorers: [
45834
+ {
45835
+ name: 'smartexplorer',
45836
+ url: 'https://smartexplorer.com',
45837
+ icon: 'smart',
45838
+ standard: 'none'
45839
+ }
45840
+ ]
45841
+ },
45310
45842
  {
45311
45843
  name: 'Degen Chain',
45312
45844
  title: 'Degen Chain',
@@ -46384,6 +46916,27 @@ const chainArray = [
46384
46916
  networkId: 3125659152,
46385
46917
  slip44: 164
46386
46918
  },
46919
+ {
46920
+ name: 'Ultima Mainnet',
46921
+ chain: 'ULTIMA',
46922
+ rpc: [],
46923
+ faucets: [],
46924
+ nativeCurrency: { name: 'Ultima', symbol: 'ULTIMA', decimals: 6 },
46925
+ infoURL: 'https://ultima.io',
46926
+ shortName: 'ultima',
46927
+ chainId: 3416255149,
46928
+ networkId: 3416255149,
46929
+ slip44: 785,
46930
+ icon: 'ultima',
46931
+ explorers: [
46932
+ {
46933
+ name: 'ultimachain',
46934
+ url: 'https://ultimachain.info',
46935
+ icon: 'ultima',
46936
+ standard: 'none'
46937
+ }
46938
+ ]
46939
+ },
46387
46940
  {
46388
46941
  name: 'OneLedger Testnet Frankenstein',
46389
46942
  chain: 'OLT',
@@ -46983,6 +47536,19 @@ const chainArray = [
46983
47536
  }
46984
47537
  ]
46985
47538
  },
47539
+ {
47540
+ name: 'Yominet',
47541
+ chain: 'YOMINET',
47542
+ icon: 'yominet',
47543
+ rpc: [ 'https://jsonrpc-yominet-1.anvil.asia-southeast.initia.xyz' ],
47544
+ faucets: [],
47545
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
47546
+ shortName: 'yomi',
47547
+ infoURL: 'https://www.kamigotchi.io/',
47548
+ chainId: 428962654539583,
47549
+ networkId: 428962654539583,
47550
+ explorers: []
47551
+ },
46986
47552
  {
46987
47553
  name: 'Godwoken Testnet (V1)',
46988
47554
  chain: 'GWT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.646",
3
+ "version": "0.0.648",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {