eth-chainlist 0.0.252 → 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,13 @@
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
+
3
11
  ### 0.0.252 (2023-10-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6275,7 +6275,14 @@ const chainArray = [
6275
6275
  infoURL: 'https://www.klaytn.com/',
6276
6276
  shortName: 'Baobab',
6277
6277
  chainId: 1001,
6278
- networkId: 1001
6278
+ networkId: 1001,
6279
+ explorers: [
6280
+ {
6281
+ name: 'klaytnscope',
6282
+ url: 'https://scope.klaytn.com',
6283
+ standard: 'EIP3091'
6284
+ }
6285
+ ]
6279
6286
  },
6280
6287
  {
6281
6288
  name: 'Tectum Emission Token',
@@ -18877,8 +18884,8 @@ const chainArray = [
18877
18884
  infoURL: 'https://arbitrum.io/',
18878
18885
  explorers: [
18879
18886
  {
18880
- name: 'Arbitrum Goerli Rollup Explorer',
18881
- url: 'https://goerli-rollup-explorer.arbitrum.io',
18887
+ name: 'Arbitrum Goerli Arbiscan',
18888
+ url: 'https://goerli.arbiscan.io',
18882
18889
  standard: 'EIP3091'
18883
18890
  }
18884
18891
  ],
@@ -19330,6 +19337,24 @@ const chainArray = [
19330
19337
  }
19331
19338
  ]
19332
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
+ },
19333
19358
  {
19334
19359
  name: 'OctaSpace',
19335
19360
  chain: 'OCTA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.252",
3
+ "version": "0.0.253",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {