eth-chainlist 0.0.160 → 0.0.161

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.161 (2023-06-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.160 ([0e96c6b](https://github.com/poowf/eth-chainlist/commit/0e96c6b5571994f02784f3ed3d706be9c0265750))
9
+ * update chain data ([eb8b58c](https://github.com/poowf/eth-chainlist/commit/eb8b58cfef7107ab36d53d05b008ec18f99f0d4e))
10
+
3
11
  ### 0.0.160 (2023-05-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -1836,18 +1836,21 @@ const chainArray = [
1836
1836
  icon: 'gnosis',
1837
1837
  rpc: [
1838
1838
  'https://rpc.gnosischain.com',
1839
+ 'https://rpc.gnosis.gateway.fm',
1839
1840
  'https://rpc.ankr.com/gnosis',
1840
1841
  'https://gnosischain-rpc.gateway.pokt.network',
1841
1842
  'https://gnosis-mainnet.public.blastapi.io',
1843
+ 'https://gnosis.api.onfinality.io/public',
1844
+ 'https://gnosis.blockpi.network/v1/rpc/public',
1845
+ 'https://web3endpoints.com/gnosischain-mainnet',
1842
1846
  'wss://rpc.gnosischain.com/wss'
1843
1847
  ],
1844
1848
  faucets: [
1845
1849
  'https://gnosisfaucet.com',
1846
- 'https://faucet.gimlu.com/gnosis',
1847
1850
  'https://stakely.io/faucet/gnosis-chain-xdai',
1848
1851
  'https://faucet.prussia.dev/xdai'
1849
1852
  ],
1850
- nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
1853
+ nativeCurrency: { name: 'xDAI', symbol: 'XDAI', decimals: 18 },
1851
1854
  infoURL: 'https://docs.gnosischain.com',
1852
1855
  shortName: 'gno',
1853
1856
  chainId: 100,
@@ -3411,26 +3414,17 @@ const chainArray = [
3411
3414
  explorers: []
3412
3415
  },
3413
3416
  {
3414
- name: 'Optimism on Gnosis',
3417
+ name: '(deprecated) Optimism on GC',
3415
3418
  chain: 'OGC',
3416
- rpc: [
3417
- 'https://optimism.gnosischain.com',
3418
- 'wss://optimism.gnosischain.com/wss'
3419
- ],
3420
- faucets: [ 'https://faucet.gimlu.com/gnosis' ],
3419
+ rpc: [],
3420
+ faucets: [],
3421
3421
  nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
3422
- infoURL: 'https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc',
3423
3422
  shortName: 'ogc',
3424
3423
  chainId: 300,
3425
3424
  networkId: 300,
3426
- explorers: [
3427
- {
3428
- name: 'blockscout',
3429
- url: 'https://blockscout.com/xdai/optimism',
3430
- icon: 'blockscout',
3431
- standard: 'EIP3091'
3432
- }
3433
- ]
3425
+ infoURL: 'https://docs.gnosischain.com',
3426
+ explorers: [],
3427
+ status: 'deprecated'
3434
3428
  },
3435
3429
  {
3436
3430
  name: 'Bobaopera',
@@ -11081,15 +11075,16 @@ const chainArray = [
11081
11075
  networkId: 10101
11082
11076
  },
11083
11077
  {
11084
- name: 'Chiado Testnet',
11085
- chain: 'CHI',
11078
+ name: 'Gnosis Chiado Testnet',
11079
+ chain: 'GNO',
11086
11080
  icon: 'gnosis',
11087
11081
  rpc: [
11088
11082
  'https://rpc.chiadochain.net',
11089
- 'https://rpc.eu-central-2.gateway.fm/v3/gnosis/archival/chiado'
11083
+ 'https://rpc.chiado.gnosis.gateway.fm',
11084
+ 'wss://rpc.chiadochain.net/wss'
11090
11085
  ],
11091
11086
  faucets: [ 'https://gnosisfaucet.com' ],
11092
- nativeCurrency: { name: 'Chiado xDAI', symbol: 'xDAI', decimals: 18 },
11087
+ nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
11093
11088
  infoURL: 'https://docs.gnosischain.com',
11094
11089
  shortName: 'chi',
11095
11090
  chainId: 10200,
@@ -14314,24 +14309,17 @@ const chainArray = [
14314
14309
  ]
14315
14310
  },
14316
14311
  {
14317
- name: 'Deprecated Chiado Testnet',
14312
+ name: 'Deprecated CHI',
14318
14313
  chain: 'CHI1',
14319
14314
  icon: 'gnosis',
14320
- rpc: [ 'https://rpc-chiado.gnosistestnet.com' ],
14321
- faucets: [ 'https://gnosisfaucet.com' ],
14315
+ rpc: [],
14316
+ faucets: [],
14322
14317
  nativeCurrency: { name: 'Chiado xDAI', symbol: 'xDAI', decimals: 18 },
14323
14318
  infoURL: 'https://docs.gnosischain.com',
14324
14319
  shortName: 'chi1',
14325
14320
  chainId: 100100,
14326
14321
  networkId: 100100,
14327
- explorers: [
14328
- {
14329
- name: 'blockscout',
14330
- url: 'https://blockscout-chiado.gnosistestnet.com',
14331
- icon: 'blockscout',
14332
- standard: 'EIP3091'
14333
- }
14334
- ],
14322
+ explorers: [],
14335
14323
  status: 'deprecated'
14336
14324
  },
14337
14325
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {