genlayer-js 0.9.5 → 0.11.0

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,19 @@
1
1
 
2
2
 
3
+ ## 0.11.0 (2025-05-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * also export studionet as genlayer chain ([#87](https://github.com/yeagerai/genlayer-js/issues/87)) ([a686581](https://github.com/yeagerai/genlayer-js/commit/a686581203d5a62db40526b66498f952ed2f7dcd))
9
+
10
+ ## 0.10.0 (2025-05-22)
11
+
12
+
13
+ ### Features
14
+
15
+ * adjust submitAppeal call to consensus smart contract ([#80](https://github.com/yeagerai/genlayer-js/issues/80)) ([9e4a88e](https://github.com/yeagerai/genlayer-js/commit/9e4a88ed9a094af067302f8c4aa170c7129bf53d))
16
+
3
17
  ## 0.9.5 (2025-05-21)
4
18
 
5
19
 
@@ -1,9 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkSMCXL465cjs = require('../chunk-SMCXL465.cjs');
4
+
5
+ var _chunkN65Y4TC3cjs = require('../chunk-N65Y4TC3.cjs');
5
6
  require('../chunk-75ZPJI57.cjs');
6
7
 
7
8
 
8
9
 
9
- exports.localnet = _chunkSMCXL465cjs.localnet; exports.testnetAsimov = _chunkSMCXL465cjs.testnetAsimov;
10
+
11
+ exports.localnet = _chunkN65Y4TC3cjs.localnet; exports.studionet = _chunkN65Y4TC3cjs.studionet; exports.testnetAsimov = _chunkN65Y4TC3cjs.testnetAsimov;
@@ -1,3 +1,3 @@
1
- export { l as localnet, t as testnetAsimov } from '../index-B52a6DSr.cjs';
1
+ export { l as localnet, s as studionet, t as testnetAsimov } from '../index-Bw-kn7CF.cjs';
2
2
  import '../chains-BYSCF33g.cjs';
3
3
  import 'viem';
@@ -1,3 +1,3 @@
1
- export { l as localnet, t as testnetAsimov } from '../index-DNvW8slT.js';
1
+ export { l as localnet, s as studionet, t as testnetAsimov } from '../index-DCzgdyMa.js';
2
2
  import '../chains-BYSCF33g.js';
3
3
  import 'viem';
@@ -1,9 +1,11 @@
1
1
  import {
2
2
  localnet,
3
+ studionet,
3
4
  testnetAsimov
4
- } from "../chunk-4FVQ3G7J.js";
5
+ } from "../chunk-565IJBV4.js";
5
6
  import "../chunk-MLKGABMK.js";
6
7
  export {
7
8
  localnet,
9
+ studionet,
8
10
  testnetAsimov
9
11
  };