eth-chainlist 0.0.475 → 0.0.476

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.476 (2024-08-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.475 ([8b2bf4d](https://github.com/poowf/eth-chainlist/commit/8b2bf4d2208e7266aea60d02c6e6668ef5559368))
9
+ * update chain data ([e9a4448](https://github.com/poowf/eth-chainlist/commit/e9a4448baa0d38b8056c744cc489b982e0d38324))
10
+
3
11
  ### 0.0.475 (2024-08-25)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -18272,6 +18272,19 @@ const chainArray = [
18272
18272
  }
18273
18273
  ]
18274
18274
  },
18275
+ {
18276
+ name: 'Nibiru Testnet-1',
18277
+ chain: 'Nibiru',
18278
+ rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
18279
+ faucets: [],
18280
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
18281
+ infoURL: 'https://nibiru.fi',
18282
+ shortName: 'nibiru-testnet-1',
18283
+ chainId: 7210,
18284
+ networkId: 7210,
18285
+ icon: 'nibiru',
18286
+ explorers: []
18287
+ },
18275
18288
  {
18276
18289
  name: 'Nibiru Devnet-3',
18277
18290
  chain: 'Nibiru',
@@ -18279,7 +18292,7 @@ const chainArray = [
18279
18292
  faucets: [],
18280
18293
  nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
18281
18294
  infoURL: 'https://nibiru.fi',
18282
- shortName: 'nibiru',
18295
+ shortName: 'nibiru-devnet-3',
18283
18296
  chainId: 7222,
18284
18297
  networkId: 7222,
18285
18298
  icon: 'nibiru',
@@ -26273,7 +26286,7 @@ const chainArray = [
26273
26286
  name: 'Toronet Testnet',
26274
26287
  chain: 'Toronet',
26275
26288
  icon: 'toronet',
26276
- rpc: [ 'http://testnet.toronet.org/rpc' ],
26289
+ rpc: [ 'https://testnet.toronet.org/rpc' ],
26277
26290
  faucets: [],
26278
26291
  nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
26279
26292
  infoURL: 'https://toronet.org',
@@ -30065,7 +30078,7 @@ const chainArray = [
30065
30078
  nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
30066
30079
  features: [ { name: 'EIP155' } ],
30067
30080
  infoURL: 'https://xfair.ai',
30068
- shortName: 'fair',
30081
+ shortName: 'fairt',
30069
30082
  chainId: 171000,
30070
30083
  networkId: 171000
30071
30084
  },
@@ -34486,8 +34499,8 @@ const chainArray = [
34486
34499
  status: 'deprecated'
34487
34500
  },
34488
34501
  {
34489
- name: 'NeoX Testnet T4',
34490
- chain: 'NeoX',
34502
+ name: 'Neo X Testnet T4',
34503
+ chain: 'Neo X',
34491
34504
  rpc: [ 'https://testnet.rpc.banelabs.org/' ],
34492
34505
  faucets: [],
34493
34506
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
@@ -34499,7 +34512,7 @@ const chainArray = [
34499
34512
  explorers: [
34500
34513
  {
34501
34514
  name: 'neox-scan',
34502
- url: 'https://testnet.scan.banelabs.org',
34515
+ url: 'https://xt4scan.ngd.network',
34503
34516
  standard: 'EIP3091'
34504
34517
  }
34505
34518
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.475",
3
+ "version": "0.0.476",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {