eth-chainlist 0.0.255 → 0.0.257

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.257 (2023-10-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.256 ([15ba860](https://github.com/poowf/eth-chainlist/commit/15ba860c3b63194c75515621398f1509586cdf33))
9
+ * update chain data ([d5859fc](https://github.com/poowf/eth-chainlist/commit/d5859fced9e92b1da43906494709293ab4e94a04))
10
+
11
+ ### 0.0.256 (2023-10-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.255 ([ae0752c](https://github.com/poowf/eth-chainlist/commit/ae0752c64ddd396539e5b462b323d577a7eff8a3))
17
+ * update chain data ([ec42db3](https://github.com/poowf/eth-chainlist/commit/ec42db3a97c6fb7bfc31a95b5c9741e17b101ff0))
18
+
3
19
  ### 0.0.255 (2023-10-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3210,7 +3210,7 @@ const chainArray = [
3210
3210
  explorers: [
3211
3211
  {
3212
3212
  name: 'opbnbscan',
3213
- url: 'http://mainnet.opbnbscan.com',
3213
+ url: 'https://mainnet.opbnbscan.com',
3214
3214
  standard: 'EIP3091'
3215
3215
  }
3216
3216
  ]
@@ -3278,6 +3278,25 @@ const chainArray = [
3278
3278
  }
3279
3279
  ]
3280
3280
  },
3281
+ {
3282
+ name: 'Shinarium Mainnet',
3283
+ chain: 'Shinarium',
3284
+ icon: 'shinarium',
3285
+ rpc: [ 'https://mainnet.shinarium.org' ],
3286
+ faucets: [],
3287
+ nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
3288
+ infoURL: 'https://shinarium.org',
3289
+ shortName: 'shinarium',
3290
+ chainId: 214,
3291
+ networkId: 214,
3292
+ explorers: [
3293
+ {
3294
+ name: 'shinascan',
3295
+ url: 'https://shinascan.shinarium.org',
3296
+ standard: 'EIP3091'
3297
+ }
3298
+ ]
3299
+ },
3281
3300
  {
3282
3301
  name: 'SiriusNet V2',
3283
3302
  chain: 'SIN2',
@@ -11475,7 +11494,7 @@ const chainArray = [
11475
11494
  },
11476
11495
  {
11477
11496
  name: 'opbnbscan',
11478
- url: 'http://opbnbscan.com',
11497
+ url: 'https://opbnbscan.com',
11479
11498
  standard: 'EIP3091'
11480
11499
  }
11481
11500
  ]
@@ -17206,6 +17225,26 @@ const chainArray = [
17206
17225
  }
17207
17226
  ]
17208
17227
  },
17228
+ {
17229
+ name: 'Base Sepolia Testnet',
17230
+ chain: 'ETH',
17231
+ rpc: [ 'https://sepolia.base.org' ],
17232
+ faucets: [],
17233
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
17234
+ infoURL: 'https://base.org',
17235
+ shortName: 'basesep',
17236
+ chainId: 84532,
17237
+ networkId: 84532,
17238
+ icon: 'baseTestnet',
17239
+ explorers: [
17240
+ {
17241
+ name: 'basescout',
17242
+ url: 'https://base-sepolia.blockscout.com',
17243
+ icon: 'blockscout',
17244
+ standard: 'EIP3091'
17245
+ }
17246
+ ]
17247
+ },
17209
17248
  {
17210
17249
  name: 'Aerie Network',
17211
17250
  chain: 'Aerie',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.255",
3
+ "version": "0.0.257",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {