eth-chainlist 0.0.364 → 0.0.366

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 +264 -14
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.366 (2024-03-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.365 ([77871b7](https://github.com/poowf/eth-chainlist/commit/77871b7b239fd340626b79c3db43b26ed1222157))
9
+ * update chain data ([bbc7177](https://github.com/poowf/eth-chainlist/commit/bbc71777a50f3a01e79853949fc8624bba914371))
10
+
11
+ ### 0.0.365 (2024-03-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.364 ([5431e4f](https://github.com/poowf/eth-chainlist/commit/5431e4f43329118cc6e77d8a34a1778af303f35b))
17
+ * update chain data ([b063a62](https://github.com/poowf/eth-chainlist/commit/b063a62ec66f6c35ea2adc2741a0b7d9153468d1))
18
+
3
19
  ### 0.0.364 (2024-03-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -307,6 +307,8 @@ const chainArray = [
307
307
  'https://flare.rpc.thirdweb.com',
308
308
  'https://flare-bundler.etherspot.io',
309
309
  'https://rpc.ankr.com/flare',
310
+ 'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
311
+ 'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
310
312
  'https://rpc.ftso.au/flare',
311
313
  'https://flare.enosys.global/ext/C/rpc',
312
314
  'https://flare.solidifi.app/ext/C/rpc'
@@ -351,7 +353,10 @@ const chainArray = [
351
353
  icon: 'coston',
352
354
  rpc: [
353
355
  'https://coston-api.flare.network/ext/C/rpc',
354
- 'https://flare-testnet-coston.rpc.thirdweb.com',
356
+ 'https://songbird-testnet-coston.rpc.thirdweb.com',
357
+ 'https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc',
358
+ 'https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc',
359
+ 'https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc',
355
360
  'https://coston.enosys.global/ext/C/rpc'
356
361
  ],
357
362
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -415,6 +420,9 @@ const chainArray = [
415
420
  icon: 'songbird',
416
421
  rpc: [
417
422
  'https://songbird-api.flare.network/ext/C/rpc',
423
+ 'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
424
+ 'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
425
+ 'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
418
426
  'https://rpc.ftso.au/songbird',
419
427
  'https://songbird.enosys.global/ext/C/rpc',
420
428
  'https://songbird.solidifi.app/ext/C/rpc'
@@ -2378,6 +2386,9 @@ const chainArray = [
2378
2386
  'https://coston2-api.flare.network/ext/C/rpc',
2379
2387
  'https://flare-testnet-coston2.rpc.thirdweb.com',
2380
2388
  'https://flaretestnet-bundler.etherspot.io',
2389
+ 'https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc',
2390
+ 'https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc',
2391
+ 'https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc',
2381
2392
  'https://coston2.enosys.global/ext/C/rpc'
2382
2393
  ],
2383
2394
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -4947,6 +4958,27 @@ const chainArray = [
4947
4958
  chainId: 385,
4948
4959
  networkId: 385
4949
4960
  },
4961
+ {
4962
+ name: 'CamDL Testnet',
4963
+ chain: 'CADL',
4964
+ rpc: [ 'https://rpc1.testnet.camdl.gov.kh/' ],
4965
+ faucets: [ 'https://faucet.testnet.camdl.gov.kh/' ],
4966
+ nativeCurrency: { name: 'CADL', symbol: 'CADL', decimals: 18 },
4967
+ features: [ { name: 'EIP155' } ],
4968
+ infoURL: 'https://camdl.gov.kh/',
4969
+ shortName: 'camdl-testnet',
4970
+ chainId: 395,
4971
+ networkId: 395,
4972
+ icon: 'camdl',
4973
+ explorers: [
4974
+ {
4975
+ name: 'CamDL Testnet Explorer',
4976
+ url: 'https://explorer.testnet.camdl.gov.kh',
4977
+ standard: 'EIP3091'
4978
+ }
4979
+ ],
4980
+ status: 'active'
4981
+ },
4950
4982
  {
4951
4983
  name: 'Nativ3 Mainnet',
4952
4984
  chainId: 399,
@@ -6971,6 +7003,27 @@ const chainArray = [
6971
7003
  networkId: 910,
6972
7004
  slip44: 1
6973
7005
  },
7006
+ {
7007
+ name: 'TAPROOT Mainnet',
7008
+ title: 'TAPROOT Mainnet',
7009
+ chain: 'TAPROOT CHAIN',
7010
+ rpc: [ 'https://rpc.taprootchain.io' ],
7011
+ faucets: [],
7012
+ nativeCurrency: { name: 'TBTC', symbol: 'TBTC', decimals: 18 },
7013
+ infoURL: 'https://taprootchain.io',
7014
+ shortName: 'TAPROOT-Mainnet',
7015
+ chainId: 911,
7016
+ networkId: 911,
7017
+ icon: 'taproot',
7018
+ explorers: [
7019
+ {
7020
+ name: 'TAPROOT Scan',
7021
+ url: 'https://scan.taprootchain.io',
7022
+ icon: 'taproot',
7023
+ standard: 'EIP3091'
7024
+ }
7025
+ ]
7026
+ },
6974
7027
  {
6975
7028
  name: 'Rinia Testnet',
6976
7029
  chain: 'FIRE',
@@ -13688,6 +13741,24 @@ const chainArray = [
13688
13741
  chainId: 5105,
13689
13742
  networkId: 5105
13690
13743
  },
13744
+ {
13745
+ name: 'Azra Testnet',
13746
+ chain: 'Azra Testnet',
13747
+ rpc: [ 'https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz' ],
13748
+ faucets: [],
13749
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
13750
+ infoURL: 'https://azragames.com',
13751
+ shortName: 'azra-testnet',
13752
+ chainId: 5106,
13753
+ networkId: 5106,
13754
+ explorers: [
13755
+ {
13756
+ name: 'blockscout',
13757
+ url: 'https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz',
13758
+ standard: 'EIP3091'
13759
+ }
13760
+ ]
13761
+ },
13691
13762
  {
13692
13763
  name: 'Bahamut',
13693
13764
  title: 'Bahamut mainnet',
@@ -13837,6 +13908,24 @@ const chainArray = [
13837
13908
  }
13838
13909
  ]
13839
13910
  },
13911
+ {
13912
+ name: 'Egochain',
13913
+ chainId: 5439,
13914
+ shortName: 'egax',
13915
+ chain: 'EGAX',
13916
+ networkId: 5439,
13917
+ nativeCurrency: { name: 'EGAX', symbol: 'EGAX', decimals: 18 },
13918
+ rpc: [ 'https://mainnet.egochain.org' ],
13919
+ faucets: [],
13920
+ infoURL: 'https://docs.egochain.org/',
13921
+ explorers: [
13922
+ {
13923
+ name: 'egoscan',
13924
+ url: 'https://egoscan.io',
13925
+ standard: 'EIP3091'
13926
+ }
13927
+ ]
13928
+ },
13840
13929
  {
13841
13930
  name: 'VEX EVM TESTNET',
13842
13931
  chain: 'vex',
@@ -16455,6 +16544,26 @@ const chainArray = [
16455
16544
  }
16456
16545
  ]
16457
16546
  },
16547
+ {
16548
+ name: 'Espento Mainnet',
16549
+ chain: 'SPENT',
16550
+ rpc: [ 'https://rpc.escscan.com/' ],
16551
+ faucets: [],
16552
+ nativeCurrency: { name: 'ESPENTO', symbol: 'SPENT', decimals: 18 },
16553
+ infoURL: 'https://espento.network',
16554
+ shortName: 'spent',
16555
+ chainId: 9911,
16556
+ networkId: 9911,
16557
+ icon: 'espento',
16558
+ explorers: [
16559
+ {
16560
+ name: 'escscan',
16561
+ url: 'https://escscan.com',
16562
+ icon: 'espento',
16563
+ standard: 'EIP3091'
16564
+ }
16565
+ ]
16566
+ },
16458
16567
  {
16459
16568
  name: 'Mind Smart Chain Testnet',
16460
16569
  chain: 'tMIND',
@@ -17132,11 +17241,11 @@ const chainArray = [
17132
17241
  ]
17133
17242
  },
17134
17243
  {
17135
- name: 'SanR Chain',
17136
- chain: 'SanRChain',
17244
+ name: 'Santiment Intelligence Network',
17245
+ chain: 'Santiment Intelligence Network',
17137
17246
  rpc: [ 'https://sanrchain-node.santiment.net' ],
17138
17247
  faucets: [],
17139
- nativeCurrency: { name: 'nSAN', symbol: 'nSAN', decimals: 18 },
17248
+ nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
17140
17249
  infoURL: 'https://sanr.app',
17141
17250
  shortName: 'SAN',
17142
17251
  chainId: 11888,
@@ -17149,8 +17258,8 @@ const chainArray = [
17149
17258
  },
17150
17259
  explorers: [
17151
17260
  {
17152
- name: 'SanR Chain Explorer',
17153
- url: 'https://sanrchain-explorer.santiment.net',
17261
+ name: 'Santiment Intelligence Explorer',
17262
+ url: 'https://app-explorer-pos.sanr.app',
17154
17263
  standard: 'none'
17155
17264
  }
17156
17265
  ]
@@ -18038,7 +18147,7 @@ const chainArray = [
18038
18147
  ]
18039
18148
  },
18040
18149
  {
18041
- name: 'unreal',
18150
+ name: 'unreal-old',
18042
18151
  title: 'unreal testnet for re.al',
18043
18152
  chain: 'unreal',
18044
18153
  rpc: [
@@ -18048,7 +18157,7 @@ const chainArray = [
18048
18157
  nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
18049
18158
  infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
18050
18159
  faucets: [],
18051
- shortName: 'unreal',
18160
+ shortName: 'unreal-old',
18052
18161
  chainId: 18231,
18053
18162
  networkId: 18231,
18054
18163
  slip44: 60,
@@ -18061,10 +18170,37 @@ const chainArray = [
18061
18170
  standard: 'EIP3091'
18062
18171
  }
18063
18172
  ],
18173
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
18174
+ status: 'deprecated'
18175
+ },
18176
+ {
18177
+ name: 'unreal',
18178
+ title: 'unreal testnet for re.al',
18179
+ chain: 'unreal',
18180
+ rpc: [
18181
+ 'https://rpc.unreal-orbit.gelato.digital',
18182
+ 'wss://ws.unreal-orbit.gelato.digital'
18183
+ ],
18184
+ nativeCurrency: { name: 'unreal Ether', symbol: 'reETH', decimals: 18 },
18185
+ infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
18186
+ faucets: [],
18187
+ shortName: 'unreal',
18188
+ chainId: 18233,
18189
+ networkId: 18233,
18190
+ slip44: 60,
18191
+ icon: 'unreal',
18192
+ explorers: [
18193
+ {
18194
+ name: 'blockscout',
18195
+ url: 'https://unreal.blockscout.com',
18196
+ icon: 'unreal',
18197
+ standard: 'EIP3091'
18198
+ }
18199
+ ],
18064
18200
  parent: {
18065
18201
  type: 'L2',
18066
- chain: 'eip155-11155111',
18067
- bridges: [ { url: 'https://bridge.unreal.gelato.digital' } ]
18202
+ chain: 'eip155-17000',
18203
+ bridges: [ { url: 'https://bridge.gelato.network/bridge/unreal' } ]
18068
18204
  }
18069
18205
  },
18070
18206
  {
@@ -19680,6 +19816,26 @@ const chainArray = [
19680
19816
  }
19681
19817
  ]
19682
19818
  },
19819
+ {
19820
+ name: 'Quantum Network',
19821
+ chain: 'Quantum',
19822
+ rpc: [ 'https://rpcqtm.avescoin.io' ],
19823
+ faucets: [],
19824
+ nativeCurrency: { name: 'Quantum', symbol: 'QTM', decimals: 18 },
19825
+ infoURL: 'https://avescoin.io/',
19826
+ shortName: 'QTM',
19827
+ chainId: 44445,
19828
+ networkId: 44445,
19829
+ icon: 'quantum',
19830
+ explorers: [
19831
+ {
19832
+ name: 'Quantum Explorer',
19833
+ url: 'https://qtm.avescoin.io',
19834
+ icon: 'quantum',
19835
+ standard: 'EIP3091'
19836
+ }
19837
+ ]
19838
+ },
19683
19839
  {
19684
19840
  name: 'Celo Alfajores Testnet',
19685
19841
  chainId: 44787,
@@ -20882,6 +21038,28 @@ const chainArray = [
20882
21038
  }
20883
21039
  ]
20884
21040
  },
21041
+ {
21042
+ name: 'CAGA crypto Ankara testnet',
21043
+ chain: 'Ankara',
21044
+ rpc: [
21045
+ 'https://www.ankara-cagacrypto.com',
21046
+ 'wss://wss.ankara-cagacrypto.com'
21047
+ ],
21048
+ faucets: [],
21049
+ nativeCurrency: { name: 'Caga', symbol: 'CAGA', decimals: 18 },
21050
+ infoURL: 'https://www.cagacrypto.com/',
21051
+ shortName: 'caga',
21052
+ chainId: 72778,
21053
+ networkId: 72778,
21054
+ icon: 'ankaracaga',
21055
+ explorers: [
21056
+ {
21057
+ name: 'ankara',
21058
+ url: 'https://explorer.ankara-cagacrypto.com',
21059
+ standard: 'EIP3091'
21060
+ }
21061
+ ]
21062
+ },
20885
21063
  {
20886
21064
  name: 'Grok Chain Mainnet',
20887
21065
  chain: 'Grok',
@@ -22453,6 +22631,37 @@ const chainArray = [
22453
22631
  }
22454
22632
  ]
22455
22633
  },
22634
+ {
22635
+ name: 're.al',
22636
+ title: 're.al Real-World Assets network',
22637
+ chain: 're.al',
22638
+ rpc: [ 'https://real.drpc.org', 'wss://real.drpc.org' ],
22639
+ nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
22640
+ infoURL: 'https://re.al',
22641
+ faucets: [],
22642
+ shortName: 're-al',
22643
+ chainId: 111188,
22644
+ networkId: 111188,
22645
+ slip44: 60,
22646
+ icon: 'real',
22647
+ explorers: [
22648
+ {
22649
+ name: 'blockscout',
22650
+ url: 'https://explorer.re.al',
22651
+ icon: 'real',
22652
+ standard: 'EIP3091'
22653
+ }
22654
+ ],
22655
+ parent: {
22656
+ type: 'L2',
22657
+ chain: 'eip155-1',
22658
+ bridges: [
22659
+ { url: 'https://re.al/bridge' },
22660
+ { url: 'https://bridge.gelato.network/bridge/real' }
22661
+ ]
22662
+ },
22663
+ status: 'incubating'
22664
+ },
22456
22665
  {
22457
22666
  name: 'Metachain One Mainnet',
22458
22667
  chain: 'METAO',
@@ -24259,13 +24468,13 @@ const chainArray = [
24259
24468
  ]
24260
24469
  },
24261
24470
  {
24262
- name: 'Galadriel Testnet',
24471
+ name: 'Galadriel Devnet',
24263
24472
  chain: 'Galadriel',
24264
- rpc: [ 'https://testnet.galadriel.com' ],
24473
+ rpc: [ 'https://devnet.galadriel.com' ],
24265
24474
  faucets: [ 'https://docs.galadriel.com/faucet' ],
24266
- nativeCurrency: { name: 'Galadriel Testnet token', symbol: 'GAL', decimals: 18 },
24475
+ nativeCurrency: { name: 'Galadriel Devnet token', symbol: 'GAL', decimals: 18 },
24267
24476
  infoURL: 'https://galadriel.com',
24268
- shortName: 'galadriel-testnet',
24477
+ shortName: 'galadriel-devnet',
24269
24478
  chainId: 696969,
24270
24479
  networkId: 696969,
24271
24480
  explorers: [
@@ -24752,6 +24961,27 @@ const chainArray = [
24752
24961
  }
24753
24962
  ]
24754
24963
  },
24964
+ {
24965
+ name: 'Netmind Chain Testnet',
24966
+ title: 'NetMind Chain Testnet',
24967
+ chain: 'NetMind',
24968
+ rpc: [ 'https://testblock.protago-dev.com' ],
24969
+ faucets: [],
24970
+ nativeCurrency: { name: 'NMT', symbol: 'NMT', decimals: 18 },
24971
+ infoURL: 'https://netmind.ai',
24972
+ shortName: 'nmtTest',
24973
+ chainId: 1100789,
24974
+ networkId: 1100789,
24975
+ icon: 'netmind',
24976
+ explorers: [
24977
+ {
24978
+ name: 'NetMind Testnet Explorer',
24979
+ url: 'https://testbrower.protago-dev.com',
24980
+ icon: 'netmind',
24981
+ standard: 'EIP3091'
24982
+ }
24983
+ ]
24984
+ },
24755
24985
  {
24756
24986
  name: 'Tiltyard Subnet',
24757
24987
  chain: 'TILTYARD',
@@ -25721,6 +25951,26 @@ const chainArray = [
25721
25951
  }
25722
25952
  ]
25723
25953
  },
25954
+ {
25955
+ name: 'DeBank Sepolia Testnet',
25956
+ chain: 'DeBank',
25957
+ rpc: [ 'https://sepolia-rpc.testnet.debank.com' ],
25958
+ faucets: [],
25959
+ icon: 'debank',
25960
+ nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
25961
+ infoURL: 'https://debank.com',
25962
+ shortName: 'dbkse',
25963
+ chainId: 20240324,
25964
+ networkId: 20240324,
25965
+ slip44: 1,
25966
+ explorers: [
25967
+ {
25968
+ name: 'DeBank Chain Explorer',
25969
+ url: 'https://sepolia-explorer.testnet.debank.com',
25970
+ standard: 'EIP3091'
25971
+ }
25972
+ ]
25973
+ },
25724
25974
  {
25725
25975
  name: 'Hokum Testnet',
25726
25976
  chain: 'HokumTestnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.364",
3
+ "version": "0.0.366",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {