eth-chainlist 0.0.155 → 0.0.156

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.156 (2023-05-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.155 ([a700f9c](https://github.com/poowf/eth-chainlist/commit/a700f9cfdbf7a4347cc5a1f182b8c07807c1f0b8))
9
+ * update chain data ([f82197d](https://github.com/poowf/eth-chainlist/commit/f82197d76f2a2bd2dfcb7a54aca073f3822046ab))
10
+
3
11
  ### 0.0.155 (2023-05-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5758,6 +5758,26 @@ const chainArray = [
5758
5758
  }
5759
5759
  ]
5760
5760
  },
5761
+ {
5762
+ name: 'Origin Testnet',
5763
+ chain: 'Origin',
5764
+ rpc: [ 'https://json-rpc.origin.uptick.network' ],
5765
+ faucets: [],
5766
+ nativeCurrency: { name: 'Origin', symbol: 'UOC', decimals: 18 },
5767
+ infoURL: 'https://www.uptick.network',
5768
+ shortName: 'auoc',
5769
+ chainId: 1170,
5770
+ networkId: 1170,
5771
+ icon: 'origin',
5772
+ explorers: [
5773
+ {
5774
+ name: 'Origin Explorer',
5775
+ url: 'https://evm-explorer.origin.uptick.network',
5776
+ icon: 'origin',
5777
+ standard: 'none'
5778
+ }
5779
+ ]
5780
+ },
5761
5781
  {
5762
5782
  name: 'Smart Host Teknoloji TESTNET',
5763
5783
  chain: 'SHT',
@@ -10822,6 +10842,26 @@ const chainArray = [
10822
10842
  }
10823
10843
  ]
10824
10844
  },
10845
+ {
10846
+ name: 'PepeNetwork Mainnet',
10847
+ chain: 'PepeNetwork',
10848
+ rpc: [ 'https://rpc-mainnet.pepenetwork.io' ],
10849
+ faucets: [],
10850
+ nativeCurrency: { name: 'Pepe', symbol: 'WPEPE', decimals: 18 },
10851
+ infoURL: 'https://pepenetwork.io',
10852
+ shortName: 'pn',
10853
+ chainId: 9779,
10854
+ networkId: 9779,
10855
+ icon: 'pepenetwork',
10856
+ explorers: [
10857
+ {
10858
+ name: 'Pepe Explorer',
10859
+ url: 'https://explorer.pepenetwork.io',
10860
+ icon: 'pepenetwork',
10861
+ standard: 'none'
10862
+ }
10863
+ ]
10864
+ },
10825
10865
  {
10826
10866
  name: 'Carbon EVM',
10827
10867
  chain: 'Carbon',
@@ -15006,6 +15046,25 @@ const chainArray = [
15006
15046
  chainId: 333999,
15007
15047
  networkId: 333999
15008
15048
  },
15049
+ {
15050
+ name: 'Bitfinity Network Testnet',
15051
+ chain: 'BFT',
15052
+ rpc: [ 'https://testnet.bitfinity.network' ],
15053
+ faucets: [ 'https://bitfinity.network/faucet' ],
15054
+ nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 },
15055
+ infoURL: 'https://bitfinity.network',
15056
+ shortName: 'Bitfinity',
15057
+ chainId: 355113,
15058
+ networkId: 355113,
15059
+ explorers: [
15060
+ {
15061
+ name: 'Bitfinity Block Explorer',
15062
+ url: 'https://explorer.bitfinity.network',
15063
+ icon: 'bitfinity',
15064
+ standard: 'EIP3091'
15065
+ }
15066
+ ]
15067
+ },
15009
15068
  {
15010
15069
  name: 'HAPchain Testnet',
15011
15070
  chain: 'HAPchain',
@@ -15325,9 +15384,24 @@ const chainArray = [
15325
15384
  ],
15326
15385
  infoURL: 'https://etherfair.org'
15327
15386
  },
15387
+ {
15388
+ name: 'Scroll Sepolia Testnet',
15389
+ chain: 'ETH',
15390
+ status: 'incubating',
15391
+ rpc: [],
15392
+ faucets: [],
15393
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15394
+ infoURL: 'https://scroll.io',
15395
+ shortName: 'scr-sepolia',
15396
+ chainId: 534351,
15397
+ networkId: 534351,
15398
+ explorers: [],
15399
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
15400
+ },
15328
15401
  {
15329
15402
  name: 'Scroll',
15330
15403
  chain: 'ETH',
15404
+ status: 'incubating',
15331
15405
  rpc: [],
15332
15406
  faucets: [],
15333
15407
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -15341,7 +15415,7 @@ const chainArray = [
15341
15415
  {
15342
15416
  name: 'Scroll Alpha Testnet',
15343
15417
  chain: 'ETH',
15344
- status: 'incubating',
15418
+ status: 'active',
15345
15419
  rpc: [ 'https://alpha-rpc.scroll.io/l2' ],
15346
15420
  faucets: [],
15347
15421
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -15366,6 +15440,7 @@ const chainArray = [
15366
15440
  {
15367
15441
  name: 'Scroll Pre-Alpha Testnet',
15368
15442
  chain: 'ETH',
15443
+ status: 'deprecated',
15369
15444
  rpc: [ 'https://prealpha-rpc.scroll.io/l2' ],
15370
15445
  faucets: [ 'https://prealpha.scroll.io/faucet' ],
15371
15446
  nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.155",
3
+ "version": "0.0.156",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {