@superfluid-finance/sdk-core 0.6.7 → 0.6.8-dev.952e286.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/dist/index.umd.js CHANGED
@@ -125445,7 +125445,7 @@ exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) =>
125445
125445
 
125446
125446
  },{"./defaultSubgraphReleaseTag.json":410,"@superfluid-finance/metadata":387}],410:[function(require,module,exports){
125447
125447
  module.exports={
125448
- "value": "v1"
125448
+ "value": "dev"
125449
125449
  }
125450
125450
  },{}],411:[function(require,module,exports){
125451
125451
  "use strict";
@@ -1,3 +1,3 @@
1
1
  {
2
- "value": "v1"
2
+ "value": "dev"
3
3
  }
@@ -21,7 +21,6 @@ export interface Scalars {
21
21
  BigDecimal: string;
22
22
  BigInt: string;
23
23
  Bytes: string;
24
- Int8: any;
25
24
  }
26
25
  export interface AccountTokenSnapshotLog_Filter {
27
26
  _change_block?: InputMaybe<BlockChangedFilter>;