eth-chainlist 0.0.251 → 0.0.253

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.253 (2023-10-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.252 ([54d7853](https://github.com/poowf/eth-chainlist/commit/54d78530d9ee5dd87256ff21752207611a78d9d6))
9
+ * update chain data ([2e1e1b6](https://github.com/poowf/eth-chainlist/commit/2e1e1b60fcd5407cfe256d16f068fb23d8200006))
10
+
11
+ ### 0.0.252 (2023-10-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.251 ([e243f9b](https://github.com/poowf/eth-chainlist/commit/e243f9b5c8075240812bf2acf15ab3b449debab7))
17
+ * update chain data ([e1968aa](https://github.com/poowf/eth-chainlist/commit/e1968aab10fcfdff237bb71016c5e7d88e78fa70))
18
+
3
19
  ### 0.0.251 (2023-10-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -273,11 +273,12 @@ const chainArray = [
273
273
  icon: 'flare',
274
274
  rpc: [
275
275
  'https://flare-api.flare.network/ext/C/rpc',
276
+ 'https://flare.public-rpc.com',
276
277
  'https://rpc.ftso.au/flare'
277
278
  ],
278
279
  faucets: [],
279
280
  nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
280
- infoURL: 'https://flare.xyz',
281
+ infoURL: 'https://flare.network',
281
282
  shortName: 'flr',
282
283
  chainId: 14,
283
284
  networkId: 14,
@@ -286,6 +287,11 @@ const chainArray = [
286
287
  name: 'blockscout',
287
288
  url: 'https://flare-explorer.flare.network',
288
289
  standard: 'EIP3091'
290
+ },
291
+ {
292
+ name: 'flarescan',
293
+ url: 'https://flarescan.com',
294
+ standard: 'EIP3091'
289
295
  }
290
296
  ]
291
297
  },
@@ -6269,7 +6275,14 @@ const chainArray = [
6269
6275
  infoURL: 'https://www.klaytn.com/',
6270
6276
  shortName: 'Baobab',
6271
6277
  chainId: 1001,
6272
- networkId: 1001
6278
+ networkId: 1001,
6279
+ explorers: [
6280
+ {
6281
+ name: 'klaytnscope',
6282
+ url: 'https://scope.klaytn.com',
6283
+ standard: 'EIP3091'
6284
+ }
6285
+ ]
6273
6286
  },
6274
6287
  {
6275
6288
  name: 'Tectum Emission Token',
@@ -18871,8 +18884,8 @@ const chainArray = [
18871
18884
  infoURL: 'https://arbitrum.io/',
18872
18885
  explorers: [
18873
18886
  {
18874
- name: 'Arbitrum Goerli Rollup Explorer',
18875
- url: 'https://goerli-rollup-explorer.arbitrum.io',
18887
+ name: 'Arbitrum Goerli Arbiscan',
18888
+ url: 'https://goerli.arbiscan.io',
18876
18889
  standard: 'EIP3091'
18877
18890
  }
18878
18891
  ],
@@ -19324,6 +19337,24 @@ const chainArray = [
19324
19337
  }
19325
19338
  ]
19326
19339
  },
19340
+ {
19341
+ name: 'Modularium',
19342
+ chain: 'EVMCC',
19343
+ rpc: [ 'https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network' ],
19344
+ faucets: [],
19345
+ nativeCurrency: { name: 'Modularium', symbol: 'MDM', decimals: 18 },
19346
+ infoURL: 'https://www.rmrk.app/',
19347
+ shortName: 'mdlrm',
19348
+ chainId: 776877,
19349
+ networkId: 776877,
19350
+ explorers: [
19351
+ {
19352
+ name: 'Tanssi Explorer',
19353
+ url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network',
19354
+ standard: 'none'
19355
+ }
19356
+ ]
19357
+ },
19327
19358
  {
19328
19359
  name: 'OctaSpace',
19329
19360
  chain: 'OCTA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.251",
3
+ "version": "0.0.253",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {