eth-chainlist 0.0.548 → 0.0.550

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.550 (2024-11-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.549 ([62da647](https://github.com/poowf/eth-chainlist/commit/62da647bfeb6fb3b871e4e678c1cebd3b0e68022))
9
+ * update chain data ([b8df63f](https://github.com/poowf/eth-chainlist/commit/b8df63f26936a14273c34fd6e282105e79a85cf1))
10
+
11
+ ### 0.0.549 (2024-11-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.548 ([214d9b6](https://github.com/poowf/eth-chainlist/commit/214d9b64d4103229303669aaadea6a128d3ec59d))
17
+ * update chain data ([33e1289](https://github.com/poowf/eth-chainlist/commit/33e1289a382eece676769c52096e84a6c1272253))
18
+
3
19
  ### 0.0.548 (2024-11-26)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -335,6 +335,7 @@ const chainArray = [
335
335
  ]
336
336
  },
337
337
  {
338
+ icon: 'diode',
338
339
  name: 'Diode Prenet',
339
340
  chain: 'DIODE',
340
341
  rpc: [
@@ -3095,11 +3096,18 @@ const chainArray = [
3095
3096
  chainId: 151,
3096
3097
  networkId: 151,
3097
3098
  slip44: 824,
3098
- rpc: [],
3099
+ rpc: [ 'https://governors.mainnet.redbelly.network' ],
3099
3100
  faucets: [],
3100
3101
  infoURL: 'https://redbelly.network',
3101
3102
  nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
3102
- status: 'incubating'
3103
+ status: 'active',
3104
+ explorers: [
3105
+ {
3106
+ name: 'Routescan',
3107
+ url: 'https://redbelly.routescan.io',
3108
+ standard: 'EIP3091'
3109
+ }
3110
+ ]
3103
3111
  },
3104
3112
  {
3105
3113
  name: 'Redbelly Network Devnet',
@@ -3126,9 +3134,9 @@ const chainArray = [
3126
3134
  nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
3127
3135
  explorers: [
3128
3136
  {
3129
- name: 'Redbelly Network Testnet Explorer',
3130
- url: 'https://explorer.testnet.redbelly.network',
3131
- standard: 'none'
3137
+ name: 'Routescan',
3138
+ url: 'https://redbelly.testnet.routescan.io',
3139
+ standard: 'EIP3091'
3132
3140
  }
3133
3141
  ],
3134
3142
  status: 'active'
@@ -13519,12 +13527,12 @@ const chainArray = [
13519
13527
  faucets: [ 'https://faucet.nowchain.co' ],
13520
13528
  nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
13521
13529
  infoURL: 'https://nowchain.co',
13522
- shortName: 'now',
13530
+ shortName: 'tnow',
13523
13531
  chainId: 2014,
13524
13532
  networkId: 2014,
13525
13533
  explorers: [
13526
13534
  {
13527
- name: 'nowscan',
13535
+ name: 'nowscan testnet',
13528
13536
  url: 'https://testnet.nowscan.io',
13529
13537
  standard: 'EIP3091'
13530
13538
  }
@@ -27371,6 +27379,25 @@ const chainArray = [
27371
27379
  }
27372
27380
  ]
27373
27381
  },
27382
+ {
27383
+ name: 'Zilliqa 2 EVM proto-mainnet',
27384
+ chain: 'ZIL',
27385
+ rpc: [ 'https://api.zq2-protomainnet.zilliqa.com' ],
27386
+ faucets: [ 'https://faucet.zq2-protomainnet.zilliqa.com' ],
27387
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
27388
+ infoURL: 'https://www.zilliqa.com/',
27389
+ shortName: 'zq2-proto-mainnet',
27390
+ chainId: 32770,
27391
+ networkId: 32770,
27392
+ icon: 'zilliqa',
27393
+ explorers: [
27394
+ {
27395
+ name: 'Zilliqa 2 EVM proto-mainnet explorer',
27396
+ url: 'https://explorer.zq2-protomainnet.zilliqa.com',
27397
+ standard: 'EIP3091'
27398
+ }
27399
+ ]
27400
+ },
27374
27401
  {
27375
27402
  name: 'Zilliqa EVM Isolated Server',
27376
27403
  chain: 'ZIL',
@@ -31666,6 +31693,18 @@ const chainArray = [
31666
31693
  }
31667
31694
  ]
31668
31695
  },
31696
+ {
31697
+ name: 'Unite',
31698
+ chain: 'UNITE',
31699
+ rpc: [],
31700
+ faucets: [],
31701
+ nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
31702
+ infoURL: 'https://unite.io',
31703
+ shortName: 'unite',
31704
+ chainId: 88899,
31705
+ networkId: 88899,
31706
+ status: 'incubating'
31707
+ },
31669
31708
  {
31670
31709
  name: 'F(x)Core Testnet Network',
31671
31710
  chain: 'Fxcore',
@@ -36751,6 +36790,18 @@ const chainArray = [
36751
36790
  networkId: 888888,
36752
36791
  slip44: 60
36753
36792
  },
36793
+ {
36794
+ name: 'Unite Testnet',
36795
+ chain: 'UNITE',
36796
+ rpc: [],
36797
+ faucets: [],
36798
+ nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
36799
+ infoURL: 'https://unite.io',
36800
+ shortName: 'unitetestnet',
36801
+ chainId: 888991,
36802
+ networkId: 888991,
36803
+ status: 'incubating'
36804
+ },
36754
36805
  {
36755
36806
  name: 'Posichain Mainnet Shard 0',
36756
36807
  chain: 'PSC',
@@ -38707,7 +38758,7 @@ const chainArray = [
38707
38758
  chain: 'DeepBrainChain',
38708
38759
  rpc: [ 'https://rpc-testnet.dbcwallet.io' ],
38709
38760
  faucets: [],
38710
- nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
38761
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'tDBC', decimals: 18 },
38711
38762
  infoURL: 'https://www.deepbrainchain.org',
38712
38763
  shortName: 'tDBC',
38713
38764
  chainId: 19850818,
@@ -38717,7 +38768,7 @@ const chainArray = [
38717
38768
  explorers: [
38718
38769
  {
38719
38770
  name: 'DeepBrainChain Testnet',
38720
- url: 'https://blockscout-testnet.dbcscan.io',
38771
+ url: 'https://testnet.dbcscan.io',
38721
38772
  icon: 'dbc',
38722
38773
  standard: 'EIP3091'
38723
38774
  }
@@ -38738,7 +38789,7 @@ const chainArray = [
38738
38789
  explorers: [
38739
38790
  {
38740
38791
  name: 'DeepBrainChain Mainnet',
38741
- url: 'https://blockscout.dbcscan.io',
38792
+ url: 'https://www.dbcscan.io',
38742
38793
  icon: 'dbc',
38743
38794
  standard: 'EIP3091'
38744
38795
  }
@@ -38947,7 +38998,27 @@ const chainArray = [
38947
38998
  url: 'https://maizenet-explorer.usecorn.com',
38948
38999
  standard: 'EIP3091'
38949
39000
  }
38950
- ]
39001
+ ],
39002
+ parent: { type: 'L2', chain: 'eip155-1' }
39003
+ },
39004
+ {
39005
+ name: 'Corn Testnet',
39006
+ chain: 'BTCN',
39007
+ rpc: [ 'https://testnet-rpc.usecorn.com' ],
39008
+ faucets: [],
39009
+ nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
39010
+ infoURL: 'https://usecorn.com',
39011
+ shortName: 'btcn-testnet',
39012
+ chainId: 21000001,
39013
+ networkId: 21000001,
39014
+ explorers: [
39015
+ {
39016
+ name: 'Corn Testnet Explorer',
39017
+ url: 'https://testnet-explorer.usecorn.com',
39018
+ standard: 'EIP3091'
39019
+ }
39020
+ ],
39021
+ parent: { type: 'L2', chain: 'eip155-11155111' }
38951
39022
  },
38952
39023
  {
38953
39024
  name: 'Excelon Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.548",
3
+ "version": "0.0.550",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {