eth-chainlist 0.0.252 → 0.0.254

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.254 (2023-10-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.253 ([c351707](https://github.com/poowf/eth-chainlist/commit/c35170781006f50737324b9fa1466ff1691b38d6))
9
+ * update chain data ([8e9533b](https://github.com/poowf/eth-chainlist/commit/8e9533bcc6938ddf0d5d972b884974808cfdeabc))
10
+
11
+ ### 0.0.253 (2023-10-08)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.252 ([54d7853](https://github.com/poowf/eth-chainlist/commit/54d78530d9ee5dd87256ff21752207611a78d9d6))
17
+ * update chain data ([2e1e1b6](https://github.com/poowf/eth-chainlist/commit/2e1e1b60fcd5407cfe256d16f068fb23d8200006))
18
+
3
19
  ### 0.0.252 (2023-10-07)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3699,6 +3699,26 @@ const chainArray = [
3699
3699
  bridges: [ { url: 'https://gateway.boba.network' } ]
3700
3700
  }
3701
3701
  },
3702
+ {
3703
+ name: 'Orderly Mainnet',
3704
+ chain: 'ETH',
3705
+ rpc: [ 'http://rpc.orderly.network' ],
3706
+ faucets: [],
3707
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3708
+ infoURL: 'www.orderly.network',
3709
+ shortName: 'orderly',
3710
+ chainId: 291,
3711
+ networkId: 291,
3712
+ icon: 'orderly',
3713
+ explorers: [
3714
+ {
3715
+ name: 'orderlyscout',
3716
+ url: 'https://explorer.orderly.network',
3717
+ icon: 'blockscout',
3718
+ standard: 'EIP3091'
3719
+ }
3720
+ ]
3721
+ },
3702
3722
  {
3703
3723
  name: 'Hedera Mainnet',
3704
3724
  chain: 'Hedera',
@@ -6275,7 +6295,14 @@ const chainArray = [
6275
6295
  infoURL: 'https://www.klaytn.com/',
6276
6296
  shortName: 'Baobab',
6277
6297
  chainId: 1001,
6278
- networkId: 1001
6298
+ networkId: 1001,
6299
+ explorers: [
6300
+ {
6301
+ name: 'klaytnscope',
6302
+ url: 'https://scope.klaytn.com',
6303
+ standard: 'EIP3091'
6304
+ }
6305
+ ]
6279
6306
  },
6280
6307
  {
6281
6308
  name: 'Tectum Emission Token',
@@ -16294,6 +16321,12 @@ const chainArray = [
16294
16321
  url: 'https://explorer.linea.build',
16295
16322
  standard: 'EIP3091',
16296
16323
  icon: 'linea'
16324
+ },
16325
+ {
16326
+ name: 'L2scan',
16327
+ url: 'https://linea.l2scan.co',
16328
+ standard: 'EIP3091',
16329
+ icon: 'linea'
16297
16330
  }
16298
16331
  ],
16299
16332
  status: 'active'
@@ -18877,8 +18910,8 @@ const chainArray = [
18877
18910
  infoURL: 'https://arbitrum.io/',
18878
18911
  explorers: [
18879
18912
  {
18880
- name: 'Arbitrum Goerli Rollup Explorer',
18881
- url: 'https://goerli-rollup-explorer.arbitrum.io',
18913
+ name: 'Arbitrum Goerli Arbiscan',
18914
+ url: 'https://goerli.arbiscan.io',
18882
18915
  standard: 'EIP3091'
18883
18916
  }
18884
18917
  ],
@@ -19330,6 +19363,24 @@ const chainArray = [
19330
19363
  }
19331
19364
  ]
19332
19365
  },
19366
+ {
19367
+ name: 'Modularium',
19368
+ chain: 'EVMCC',
19369
+ rpc: [ 'https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network' ],
19370
+ faucets: [],
19371
+ nativeCurrency: { name: 'Modularium', symbol: 'MDM', decimals: 18 },
19372
+ infoURL: 'https://www.rmrk.app/',
19373
+ shortName: 'mdlrm',
19374
+ chainId: 776877,
19375
+ networkId: 776877,
19376
+ explorers: [
19377
+ {
19378
+ name: 'Tanssi Explorer',
19379
+ url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network',
19380
+ standard: 'none'
19381
+ }
19382
+ ]
19383
+ },
19333
19384
  {
19334
19385
  name: 'OctaSpace',
19335
19386
  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.254",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {