eth-chainlist 0.0.445 → 0.0.446

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.446 (2024-07-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.445 ([7da3f1b](https://github.com/poowf/eth-chainlist/commit/7da3f1bd946550ae00e6a102cc299d62d2c88688))
9
+ * update chain data ([df2f137](https://github.com/poowf/eth-chainlist/commit/df2f13759f3d17de3192a909a0794cb488d6aa22))
10
+
3
11
  ### 0.0.445 (2024-07-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5218,6 +5218,32 @@ const chainArray = [
5218
5218
  bridges: [ { url: 'https://bridge.zksync.io/' } ]
5219
5219
  }
5220
5220
  },
5221
+ {
5222
+ name: 'GRVT Mainnet',
5223
+ chain: 'ETH',
5224
+ rpc: [],
5225
+ faucets: [],
5226
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5227
+ infoURL: 'https://grvt.io/',
5228
+ shortName: 'grvt',
5229
+ chainId: 325,
5230
+ networkId: 325,
5231
+ icon: 'grvt',
5232
+ explorers: []
5233
+ },
5234
+ {
5235
+ name: 'GRVT Sepolia Testnet',
5236
+ chain: 'ETH',
5237
+ rpc: [],
5238
+ faucets: [],
5239
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5240
+ infoURL: 'https://grvt.io/',
5241
+ shortName: 'grvt-sepolia',
5242
+ chainId: 326,
5243
+ networkId: 326,
5244
+ icon: 'grvt',
5245
+ explorers: []
5246
+ },
5221
5247
  {
5222
5248
  name: 'Web3Q Mainnet',
5223
5249
  chain: 'Web3Q',
@@ -17476,6 +17502,32 @@ const chainArray = [
17476
17502
  }
17477
17503
  ]
17478
17504
  },
17505
+ {
17506
+ name: 'RACE Mainnet',
17507
+ chain: 'ETH',
17508
+ rpc: [ 'https://racemainnet.io/' ],
17509
+ faucets: [],
17510
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17511
+ infoURL: 'https://race.foundation/',
17512
+ shortName: 'raceeth',
17513
+ chainId: 6805,
17514
+ networkId: 6805,
17515
+ slip44: 1,
17516
+ icon: 'race',
17517
+ explorers: [
17518
+ {
17519
+ name: 'blockscout',
17520
+ url: 'https://racescan.io',
17521
+ icon: 'blockscout',
17522
+ standard: 'EIP3091'
17523
+ }
17524
+ ],
17525
+ parent: {
17526
+ type: 'L2',
17527
+ chain: 'eip155-1',
17528
+ bridges: [ { url: 'https://bridge.race.foundation/' } ]
17529
+ }
17530
+ },
17479
17531
  {
17480
17532
  name: 'RACE Testnet',
17481
17533
  chain: 'ETH',
@@ -17499,7 +17551,7 @@ const chainArray = [
17499
17551
  parent: {
17500
17552
  type: 'L2',
17501
17553
  chain: 'eip155-11155111',
17502
- bridges: [ { url: 'https://testnet-bridge.raceconomy.com/' } ]
17554
+ bridges: [ { url: 'https://testnet-bridge.race.foundation/' } ]
17503
17555
  }
17504
17556
  },
17505
17557
  {
@@ -23994,7 +24046,10 @@ const chainArray = [
23994
24046
  name: 'Funki',
23995
24047
  chain: 'ETH',
23996
24048
  icon: 'funki',
23997
- rpc: [],
24049
+ rpc: [
24050
+ 'https://rpc-mainnet.funkichain.com',
24051
+ 'wss://rpc-mainnet.funkichain.com'
24052
+ ],
23998
24053
  faucets: [],
23999
24054
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24000
24055
  infoURL: 'https://funkichain.com',
@@ -24004,7 +24059,7 @@ const chainArray = [
24004
24059
  explorers: [
24005
24060
  {
24006
24061
  name: 'Funki Mainnet Explorer',
24007
- url: 'https://mainnet.funkichain.com',
24062
+ url: 'https://funki.superscan.network',
24008
24063
  standard: 'none'
24009
24064
  }
24010
24065
  ]
@@ -25699,6 +25754,27 @@ const chainArray = [
25699
25754
  bridges: [ { url: 'https://app.gobob.xyz' } ]
25700
25755
  }
25701
25756
  },
25757
+ {
25758
+ name: 'Orange Chain Mainnet',
25759
+ title: 'Orange Chain Mainnet',
25760
+ chain: 'Orange Chain',
25761
+ rpc: [ 'https://rpc.orangechain.xyz' ],
25762
+ faucets: [],
25763
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
25764
+ infoURL: 'https://orangechain.xyz',
25765
+ shortName: 'Orange-Chain-Mainnet',
25766
+ chainId: 61022,
25767
+ networkId: 61022,
25768
+ icon: 'orange',
25769
+ explorers: [
25770
+ {
25771
+ name: 'Blockscout',
25772
+ url: 'https://scan.orangechain.xyz',
25773
+ icon: 'orange',
25774
+ standard: 'EIP3091'
25775
+ }
25776
+ ]
25777
+ },
25702
25778
  {
25703
25779
  name: 'KaiChain',
25704
25780
  chain: 'KaiChain',
@@ -32198,6 +32274,31 @@ const chainArray = [
32198
32274
  ]
32199
32275
  }
32200
32276
  },
32277
+ {
32278
+ name: 'ZERO Testnet (Sepolia)',
32279
+ chain: 'ETH',
32280
+ icon: 'zero-sepolia',
32281
+ rpc: [ 'https://rpc.zerion.io/v1/zero-sepolia' ],
32282
+ parent: {
32283
+ type: 'L2',
32284
+ chain: 'eip155-11155111',
32285
+ bridges: [ { url: 'https://bridge.zero.network' } ]
32286
+ },
32287
+ faucets: [],
32288
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32289
+ infoURL: 'https://docs.zero.network',
32290
+ shortName: 'zero-sepolia',
32291
+ chainId: 4457845,
32292
+ networkId: 4457845,
32293
+ slip44: 1,
32294
+ explorers: [
32295
+ {
32296
+ name: 'ZERO Testnet Explorer',
32297
+ url: 'https://explorer.zero.network',
32298
+ standard: 'EIP3091'
32299
+ }
32300
+ ]
32301
+ },
32201
32302
  {
32202
32303
  name: 'NumBlock Chain',
32203
32304
  chain: 'NumBlock',
@@ -32837,9 +32938,9 @@ const chainArray = [
32837
32938
  ]
32838
32939
  },
32839
32940
  {
32840
- name: 'NeoX Testnet',
32941
+ name: 'NeoX Testnet T3',
32841
32942
  chain: 'NeoX',
32842
- rpc: [ 'https://testnet.rpc.banelabs.org/' ],
32943
+ rpc: [ 'https://neoxseed1.ngd.network/' ],
32843
32944
  faucets: [],
32844
32945
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32845
32946
  infoURL: 'https://neo.org/',
@@ -32854,6 +32955,26 @@ const chainArray = [
32854
32955
  standard: 'EIP3091'
32855
32956
  }
32856
32957
  ],
32958
+ status: 'deprecated'
32959
+ },
32960
+ {
32961
+ name: 'NeoX Testnet T4',
32962
+ chain: 'NeoX',
32963
+ rpc: [ 'https://testnet.rpc.banelabs.org/' ],
32964
+ faucets: [],
32965
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32966
+ infoURL: 'https://neo.org/',
32967
+ shortName: 'neox-t4',
32968
+ chainId: 12227332,
32969
+ networkId: 12227332,
32970
+ icon: 'neox',
32971
+ explorers: [
32972
+ {
32973
+ name: 'neox-scan',
32974
+ url: 'https://testnet.scan.banelabs.org',
32975
+ standard: 'EIP3091'
32976
+ }
32977
+ ],
32857
32978
  status: 'active'
32858
32979
  },
32859
32980
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.445",
3
+ "version": "0.0.446",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {