eth-chainlist 0.0.729 → 0.0.730

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.730 (2026-01-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.729 ([d45d3b8](https://github.com/poowf/eth-chainlist/commit/d45d3b8026d8a51a0e32f9136104a1ea7246c7c9))
9
+ * update chain data ([852abaf](https://github.com/poowf/eth-chainlist/commit/852abaf523bb01e0aab9d179050fccc799455549))
10
+
3
11
  ### 0.0.729 (2026-01-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12604,7 +12604,7 @@ const chainArray = [
12604
12604
  name: 'Kii Testnet Oro',
12605
12605
  chain: 'KII',
12606
12606
  rpc: [ 'https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com' ],
12607
- faucets: [ 'https://explorer.kiichain.io/testnet/faucet' ],
12607
+ faucets: [ 'https://testnet.explorer.kiichain.io/faucet' ],
12608
12608
  nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
12609
12609
  features: [],
12610
12610
  infoURL: 'https://kiichain.io',
@@ -12615,7 +12615,7 @@ const chainArray = [
12615
12615
  explorers: [
12616
12616
  {
12617
12617
  name: 'KiiExplorer',
12618
- url: 'https://explorer.kiichain.io/testnet',
12618
+ url: 'https://testnet.explorer.kiichain.io',
12619
12619
  icon: 'kii',
12620
12620
  standard: 'none'
12621
12621
  }
@@ -13999,6 +13999,27 @@ const chainArray = [
13999
13999
  }
14000
14000
  ]
14001
14001
  },
14002
+ {
14003
+ name: 'KiiChain',
14004
+ chain: 'KII',
14005
+ rpc: [ 'https://json-rpc.kiivalidator.com' ],
14006
+ faucets: [],
14007
+ nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
14008
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14009
+ infoURL: 'https://kiichain.io',
14010
+ shortName: 'kiichain',
14011
+ chainId: 1783,
14012
+ networkId: 1783,
14013
+ icon: 'kii',
14014
+ explorers: [
14015
+ {
14016
+ name: 'KiiExplorer',
14017
+ url: 'https://explorer.kiichain.io',
14018
+ icon: 'kii',
14019
+ standard: 'none'
14020
+ }
14021
+ ]
14022
+ },
14002
14023
  {
14003
14024
  name: 'ZKBase Sepolia Testnet',
14004
14025
  chain: 'ETH',
@@ -19816,6 +19837,27 @@ const chainArray = [
19816
19837
  }
19817
19838
  ]
19818
19839
  },
19840
+ {
19841
+ name: 'Citrea Mainnet',
19842
+ chain: 'Citrea',
19843
+ rpc: [ 'https://rpc.mainnet.citrea.xyz' ],
19844
+ faucets: [],
19845
+ nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
19846
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19847
+ infoURL: 'https://citrea.xyz',
19848
+ shortName: 'citrea',
19849
+ chainId: 4114,
19850
+ networkId: 4114,
19851
+ icon: 'citrea',
19852
+ explorers: [
19853
+ {
19854
+ name: 'Citrea Mainnet Explorer',
19855
+ url: 'https://explorer.mainnet.citrea.xyz',
19856
+ icon: 'citrea',
19857
+ standard: 'EIP3091'
19858
+ }
19859
+ ]
19860
+ },
19819
19861
  {
19820
19862
  name: 'Humans.ai Testnet',
19821
19863
  chain: 'Humans Testnet',
@@ -24651,7 +24693,7 @@ const chainArray = [
24651
24693
  name: 'Alpen Testnet',
24652
24694
  chain: 'alpen-testnet',
24653
24695
  rpc: [ 'https://rpc.testnet.alpenlabs.io' ],
24654
- faucets: [],
24696
+ faucets: [ 'https://faucet.testnet.alpenlabs.io' ],
24655
24697
  nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
24656
24698
  features: [],
24657
24699
  infoURL: 'https://alpenlabs.io/',
@@ -33113,16 +33155,40 @@ const chainArray = [
33113
33155
  ]
33114
33156
  },
33115
33157
  {
33116
- name: 'Tempo Testnet',
33158
+ name: 'Tempo Testnet Andantino (Deprecated)',
33117
33159
  chain: 'ETH',
33118
33160
  rpc: [ 'https://rpc.testnet.tempo.xyz' ],
33119
33161
  faucets: [],
33120
33162
  nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 6 },
33121
33163
  infoURL: 'https://tempo.xyz',
33122
- shortName: 'tempotest',
33164
+ shortName: 'tempo-andantino',
33123
33165
  chainId: 42429,
33124
33166
  networkId: 42429,
33125
33167
  icon: 'tempo',
33168
+ status: 'deprecated',
33169
+ explorers: [
33170
+ {
33171
+ name: 'tempo-explorer',
33172
+ url: 'https://explore.andantino.tempo.xyz',
33173
+ icon: 'tempo',
33174
+ standard: 'EIP3091'
33175
+ }
33176
+ ]
33177
+ },
33178
+ {
33179
+ name: 'Tempo Testnet Moderato',
33180
+ chain: 'ETH',
33181
+ rpc: [
33182
+ 'https://rpc.moderato.tempo.xyz',
33183
+ 'wss://rpc.moderato.tempo.xyz'
33184
+ ],
33185
+ faucets: [],
33186
+ nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 6 },
33187
+ infoURL: 'https://tempo.xyz',
33188
+ shortName: 'tempo-moderato',
33189
+ chainId: 42431,
33190
+ networkId: 42431,
33191
+ icon: 'tempo',
33126
33192
  explorers: [
33127
33193
  {
33128
33194
  name: 'tempo-explorer',
@@ -36855,11 +36921,12 @@ const chainArray = [
36855
36921
  {
36856
36922
  name: 'Nillion Network Sepolia Testnet',
36857
36923
  chain: 'ETH',
36924
+ icon: 'nillion',
36858
36925
  rpc: [
36859
36926
  'https://rpc.testnet.nillion.network',
36860
36927
  'wss://rpc.testnet.nillion.network'
36861
36928
  ],
36862
- faucets: [],
36929
+ faucets: [ 'https://faucet.testnet.nillion.network' ],
36863
36930
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
36864
36931
  infoURL: 'https://nillion.com/',
36865
36932
  shortName: 'nilsep',
@@ -38636,9 +38703,10 @@ const chainArray = [
38636
38703
  {
38637
38704
  name: 'Nillion Network',
38638
38705
  chain: 'ETH',
38706
+ icon: 'nillion',
38639
38707
  rpc: [ 'https://rpc.nillion.network', 'wss://rpc.nillion.network' ],
38640
38708
  faucets: [],
38641
- nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
38709
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
38642
38710
  infoURL: 'https://nillion.com/',
38643
38711
  shortName: 'nil',
38644
38712
  chainId: 98875,
@@ -44079,6 +44147,32 @@ const chainArray = [
44079
44147
  }
44080
44148
  ]
44081
44149
  },
44150
+ {
44151
+ name: 'bokuto',
44152
+ chain: 'bokuto',
44153
+ rpc: [ 'https://rpc-bokuto.katanarpc.com' ],
44154
+ faucets: [ 'https://faucet.katana.tools' ],
44155
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
44156
+ infoURL: 'https://katana.network',
44157
+ shortName: 'bokuto',
44158
+ chainId: 737373,
44159
+ networkId: 737373,
44160
+ icon: 'katana',
44161
+ explorers: [
44162
+ {
44163
+ name: 'bokutoscan',
44164
+ url: 'https://bokuto.katanascan.com',
44165
+ icon: 'katana',
44166
+ standard: 'EIP3091'
44167
+ },
44168
+ {
44169
+ name: 'bokuto explorer',
44170
+ url: 'https://explorer-bokuto.katanarpc.com',
44171
+ icon: 'katana',
44172
+ standard: 'EIP3091'
44173
+ }
44174
+ ]
44175
+ },
44082
44176
  {
44083
44177
  name: 'Hemi Sepolia',
44084
44178
  chain: 'ETH',
@@ -45278,6 +45372,25 @@ const chainArray = [
45278
45372
  }
45279
45373
  ]
45280
45374
  },
45375
+ {
45376
+ name: 'WebChain ETK',
45377
+ chain: 'WVM',
45378
+ rpc: [ 'https://rpc.webchain.e-talk.xyz' ],
45379
+ faucets: [],
45380
+ nativeCurrency: { name: 'ETK', symbol: 'ETK', decimals: 18 },
45381
+ shortName: 'wvm',
45382
+ infoURL: 'https://e-talk.xyz/webchain',
45383
+ chainId: 1000001,
45384
+ networkId: 1000001,
45385
+ explorers: [
45386
+ {
45387
+ name: 'WebChain Explorer',
45388
+ url: 'https://e-talk.xyz/webchain',
45389
+ standard: 'EIP3091'
45390
+ }
45391
+ ],
45392
+ icon: 'webchain'
45393
+ },
45281
45394
  {
45282
45395
  name: 'Wirex Pay Testnet',
45283
45396
  chain: 'WirexPay',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.729",
3
+ "version": "0.0.730",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {