@superfluid-finance/sdk-core 0.6.8 → 0.6.9-dev.1ef77a5.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
@@ -125478,7 +125478,7 @@ exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) =>
125478
125478
 
125479
125479
  },{"./defaultSubgraphReleaseTag.json":410,"@superfluid-finance/metadata":387}],410:[function(require,module,exports){
125480
125480
  module.exports={
125481
- "value": "v1"
125481
+ "value": "dev"
125482
125482
  }
125483
125483
  },{}],411:[function(require,module,exports){
125484
125484
  "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>;