eth-chainlist 0.0.293 → 0.0.295

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.295 (2023-12-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.294 ([e2c7db8](https://github.com/poowf/eth-chainlist/commit/e2c7db88afcf15397d3a0ade10f7000440bef3d9))
9
+ * update chain data ([cf27aa8](https://github.com/poowf/eth-chainlist/commit/cf27aa892c5e072dbe85cd9eee3627f54bf0c6ba))
10
+
11
+ ### 0.0.294 (2023-12-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.293 ([74e0486](https://github.com/poowf/eth-chainlist/commit/74e04866ebda29aaa7083a2b79083c56bccb06b6))
17
+ * update chain data ([b9ad1ca](https://github.com/poowf/eth-chainlist/commit/b9ad1ca88c9100bed0ca0e56d7cd53e459d58f7d))
18
+
3
19
  ### 0.0.293 (2023-12-01)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -11020,6 +11020,25 @@ const chainArray = [
11020
11020
  }
11021
11021
  ]
11022
11022
  },
11023
+ {
11024
+ name: 'X1 Fastnet',
11025
+ chain: 'X1',
11026
+ rpc: [ 'https://x1-fastnet.xen.network' ],
11027
+ faucets: [],
11028
+ nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
11029
+ infoURL: 'https://docs.xen.network/go-x1/',
11030
+ shortName: 'x1-fastnet',
11031
+ chainId: 4003,
11032
+ networkId: 4003,
11033
+ explorers: [
11034
+ {
11035
+ name: 'Blockscout',
11036
+ url: 'https://explorer.x1-fastnet.xen.network',
11037
+ icon: 'blockscout',
11038
+ standard: 'EIP3091'
11039
+ }
11040
+ ]
11041
+ },
11023
11042
  {
11024
11043
  name: 'Bobaopera Testnet',
11025
11044
  chain: 'Bobaopera Testnet',
@@ -13094,7 +13113,7 @@ const chainArray = [
13094
13113
  explorers: [
13095
13114
  {
13096
13115
  name: 'blockscout',
13097
- url: 'https://testnet.torusscan.com',
13116
+ url: 'https://testnet.toruscan.com',
13098
13117
  icon: 'blockscout',
13099
13118
  standard: 'EIP3091'
13100
13119
  }
@@ -14786,6 +14805,26 @@ const chainArray = [
14786
14805
  }
14787
14806
  ]
14788
14807
  },
14808
+ {
14809
+ name: 'Immutable zkEVM Testnet',
14810
+ chain: 'Immutable zkEVM',
14811
+ rpc: [ 'https://rpc.testnet.immutable.com' ],
14812
+ faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
14813
+ nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
14814
+ infoURL: 'https://www.immutable.com',
14815
+ shortName: 'imx-testnet',
14816
+ chainId: 13473,
14817
+ networkId: 13473,
14818
+ icon: 'immutable',
14819
+ explorers: [
14820
+ {
14821
+ name: 'Immutable Testnet explorer',
14822
+ url: 'https://explorer.testnet.immutable.com',
14823
+ standard: 'EIP3091',
14824
+ icon: 'immutable'
14825
+ }
14826
+ ]
14827
+ },
14789
14828
  {
14790
14829
  name: 'Susono',
14791
14830
  chain: 'SUS',
@@ -14836,6 +14875,26 @@ const chainArray = [
14836
14875
  networkId: 14853,
14837
14876
  explorers: []
14838
14877
  },
14878
+ {
14879
+ name: 'Immutable zkEVM Devnet',
14880
+ chain: 'Immutable zkEVM',
14881
+ rpc: [ 'https://rpc.dev.immutable.com' ],
14882
+ faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
14883
+ nativeCurrency: { name: 'Dev IMX', symbol: 'dIMX', decimals: 18 },
14884
+ infoURL: 'https://www.immutable.com',
14885
+ shortName: 'imx-devnet',
14886
+ chainId: 15003,
14887
+ networkId: 15003,
14888
+ icon: 'immutable',
14889
+ explorers: [
14890
+ {
14891
+ name: 'Immutable Devnet explorer',
14892
+ url: 'https://explorer.dev.immutable.com',
14893
+ standard: 'EIP3091',
14894
+ icon: 'immutable'
14895
+ }
14896
+ ]
14897
+ },
14839
14898
  {
14840
14899
  name: 'LoopNetwork Mainnet',
14841
14900
  chain: 'LoopNetwork',
@@ -19047,6 +19106,25 @@ const chainArray = [
19047
19106
  }
19048
19107
  ]
19049
19108
  },
19109
+ {
19110
+ name: 'X1 Devnet',
19111
+ chain: 'X1',
19112
+ rpc: [ 'https://x1-devnet.xen.network' ],
19113
+ faucets: [],
19114
+ nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
19115
+ infoURL: 'https://docs.xen.network/x1/',
19116
+ shortName: 'x1-devnet',
19117
+ chainId: 202212,
19118
+ networkId: 202212,
19119
+ explorers: [
19120
+ {
19121
+ name: 'Blockscout',
19122
+ url: 'https://explorer.x1-devnet.xen.network',
19123
+ icon: 'blockscout',
19124
+ standard: 'EIP3091'
19125
+ }
19126
+ ]
19127
+ },
19050
19128
  {
19051
19129
  name: 'Jellie',
19052
19130
  title: 'Twala Testnet Jellie',
@@ -19071,6 +19149,25 @@ const chainArray = [
19071
19149
  }
19072
19150
  ]
19073
19151
  },
19152
+ {
19153
+ name: 'X1 Network',
19154
+ chain: 'X1',
19155
+ rpc: [ 'https://x1-testnet.xen.network' ],
19156
+ faucets: [],
19157
+ nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
19158
+ infoURL: 'https://docs.xen.network/go-x1/',
19159
+ shortName: 'x1-testnet',
19160
+ chainId: 204005,
19161
+ networkId: 204005,
19162
+ explorers: [
19163
+ {
19164
+ name: 'Blockscout',
19165
+ url: 'https://explorer.x1-testnet.xen.network',
19166
+ icon: 'blockscout',
19167
+ standard: 'EIP3091'
19168
+ }
19169
+ ]
19170
+ },
19074
19171
  {
19075
19172
  name: 'PlatON Mainnet',
19076
19173
  chain: 'PlatON',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.293",
3
+ "version": "0.0.295",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {