eth-chainlist 0.0.156 → 0.0.157

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.157 (2023-05-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.156 ([acaca6f](https://github.com/poowf/eth-chainlist/commit/acaca6f633ef36647922eaad3e595ecb7e8ec8ce))
9
+ * update chain data ([1d7d23f](https://github.com/poowf/eth-chainlist/commit/1d7d23f6d05c2356200419e0e06a9a61baa2a7a8))
10
+
3
11
  ### 0.0.156 (2023-05-24)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4462,6 +4462,25 @@ const chainArray = [
4462
4462
  }
4463
4463
  ]
4464
4464
  },
4465
+ {
4466
+ name: 'Shibarium Beta',
4467
+ chain: 'Shibarium',
4468
+ icon: 'shibarium',
4469
+ rpc: [ 'https://puppynet.shibrpc.com' ],
4470
+ faucets: [],
4471
+ nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
4472
+ infoURL: 'https://beta.shibariumtech.com',
4473
+ shortName: 'shibarium',
4474
+ chainId: 719,
4475
+ networkId: 719,
4476
+ explorers: [
4477
+ {
4478
+ name: 'shibscan',
4479
+ url: 'https://puppyscan.shib.io',
4480
+ standard: 'EIP3091'
4481
+ }
4482
+ ]
4483
+ },
4465
4484
  {
4466
4485
  name: 'Lycan Chain',
4467
4486
  chain: 'LYC',
@@ -7127,10 +7146,10 @@ const chainArray = [
7127
7146
  {
7128
7147
  name: 'Super Smart Chain Testnet',
7129
7148
  chain: 'TSCS',
7130
- rpc: [ 'https://testnet.superexchain.com:8544' ],
7131
- faucets: [ 'https://testnet.superexchain.com' ],
7149
+ rpc: [ 'https://testnetrpc.scschain.com' ],
7150
+ faucets: [ 'https://testnet.scschain.com' ],
7132
7151
  nativeCurrency: { name: 'Super Chain Native Token', symbol: 'TSCS', decimals: 18 },
7133
- infoURL: 'https://testnet.superexchain.com',
7152
+ infoURL: 'https://testnet.scschain.com',
7134
7153
  shortName: 'tscs',
7135
7154
  chainId: 1969,
7136
7155
  networkId: 1969,
@@ -7138,7 +7157,7 @@ const chainArray = [
7138
7157
  explorers: [
7139
7158
  {
7140
7159
  name: 'blockscout',
7141
- url: 'https://testnetscan.superexchain.com',
7160
+ url: 'https://testnetscan.scschain.com',
7142
7161
  standard: 'EIP3091'
7143
7162
  }
7144
7163
  ]
@@ -7146,10 +7165,10 @@ const chainArray = [
7146
7165
  {
7147
7166
  name: 'Super Smart Chain Mainnet',
7148
7167
  chain: 'SCS',
7149
- rpc: [ 'https://superexchain.com:8545' ],
7168
+ rpc: [ 'https://rpc.scschain.com' ],
7150
7169
  faucets: [],
7151
7170
  nativeCurrency: { name: 'Super Chain Native Token', symbol: 'SCS', decimals: 18 },
7152
- infoURL: 'https://superexchain.com',
7171
+ infoURL: 'https://scschain.com',
7153
7172
  shortName: 'scs',
7154
7173
  chainId: 1970,
7155
7174
  networkId: 1970,
@@ -7157,7 +7176,7 @@ const chainArray = [
7157
7176
  explorers: [
7158
7177
  {
7159
7178
  name: 'blockscout',
7160
- url: 'https://scan.superexchain.com',
7179
+ url: 'https://scan.scschain.com',
7161
7180
  standard: 'EIP3091'
7162
7181
  }
7163
7182
  ]
@@ -9528,6 +9547,30 @@ const chainArray = [
9528
9547
  }
9529
9548
  ]
9530
9549
  },
9550
+ {
9551
+ name: 'Fox Testnet Network',
9552
+ chain: 'FOX',
9553
+ rpc: [
9554
+ 'https://rpc-testnet-v1.foxchain.app/',
9555
+ 'https://rpc2-testnet-v1.foxchain.app/',
9556
+ 'https://rpc3-testnet-v1.foxchain.app'
9557
+ ],
9558
+ faucets: [ 'https://faucet.foxchain.app' ],
9559
+ nativeCurrency: { name: 'FOX Native Token', symbol: 'tFOX', decimals: 18 },
9560
+ infoURL: 'https://foxchain.app',
9561
+ shortName: 'fox',
9562
+ chainId: 6565,
9563
+ networkId: 6565,
9564
+ icon: 'fox',
9565
+ explorers: [
9566
+ {
9567
+ name: 'FOX Testnet Explorer',
9568
+ icon: 'fox',
9569
+ url: 'https://testnet.foxscan.app',
9570
+ standard: 'none'
9571
+ }
9572
+ ]
9573
+ },
9531
9574
  {
9532
9575
  name: 'Pixie Chain Mainnet',
9533
9576
  chain: 'PixieChain',
@@ -13080,8 +13123,8 @@ const chainArray = [
13080
13123
  rpc: [
13081
13124
  'https://rpc.goerli.linea.build',
13082
13125
  'wss://rpc.goerli.linea.build',
13083
- 'https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}',
13084
- 'wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}'
13126
+ 'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
13127
+ 'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
13085
13128
  ],
13086
13129
  faucets: [ 'https://faucetlink.to/goerli' ],
13087
13130
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {