@superfluid-finance/sdk-core 0.5.0 → 0.5.1-dev.137cab2.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 +1 -1
- package/dist/main/defaultSubgraphReleaseTag.json +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +5 -1
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/defaultSubgraphReleaseTag.json +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +5 -1
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -84280,7 +84280,7 @@ exports.networkNameToChainIdMap = new Map([
|
|
|
84280
84280
|
}).call(this)}).call(this,require('_process'))
|
|
84281
84281
|
},{"./defaultSubgraphReleaseTag.json":334,"_process":308}],334:[function(require,module,exports){
|
|
84282
84282
|
module.exports={
|
|
84283
|
-
"value": "
|
|
84283
|
+
"value": "dev"
|
|
84284
84284
|
}
|
|
84285
84285
|
},{}],335:[function(require,module,exports){
|
|
84286
84286
|
"use strict";
|
|
@@ -6381,6 +6381,10 @@ export interface Token_Filter {
|
|
|
6381
6381
|
isListed_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
6382
6382
|
isListed_not?: InputMaybe<Scalars['Boolean']>;
|
|
6383
6383
|
isListed_not_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
6384
|
+
isNativeAssetSuperToken?: InputMaybe<Scalars['Boolean']>;
|
|
6385
|
+
isNativeAssetSuperToken_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
6386
|
+
isNativeAssetSuperToken_not?: InputMaybe<Scalars['Boolean']>;
|
|
6387
|
+
isNativeAssetSuperToken_not_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
6384
6388
|
isSuperToken?: InputMaybe<Scalars['Boolean']>;
|
|
6385
6389
|
isSuperToken_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
6386
6390
|
isSuperToken_not?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -6453,7 +6457,7 @@ export interface Token_Filter {
|
|
|
6453
6457
|
underlyingToken_starts_with?: InputMaybe<Scalars['String']>;
|
|
6454
6458
|
underlyingToken_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
6455
6459
|
}
|
|
6456
|
-
export declare type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
|
|
6460
|
+
export declare type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isNativeAssetSuperToken' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
|
|
6457
6461
|
export interface TransferEvent_Filter {
|
|
6458
6462
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6459
6463
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|