@superfluid-finance/sdk-core 0.5.4-dev.a55899d.0 → 0.5.6-dev.ccb1898.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 +13 -1
- package/dist/index.umd.js +618 -463
- package/dist/main/SFError.js +2 -2
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/constants.d.ts +0 -30
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +21 -191
- package/dist/main/constants.js.map +1 -1
- package/dist/module/SFError.js +2 -2
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/constants.d.ts +0 -30
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +20 -190
- package/dist/module/constants.js.map +1 -1
- package/package.json +3 -2
package/dist/index.umd.js
CHANGED
|
@@ -7759,7 +7759,7 @@ Object.defineProperty(exports, "_base36To16", { enumerable: true, get: function
|
|
|
7759
7759
|
};
|
|
7760
7760
|
})(typeof module === 'undefined' || module, this);
|
|
7761
7761
|
|
|
7762
|
-
},{"buffer":
|
|
7762
|
+
},{"buffer":131}],31:[function(require,module,exports){
|
|
7763
7763
|
"use strict";
|
|
7764
7764
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7765
7765
|
exports.version = void 0;
|
|
@@ -10508,7 +10508,7 @@ function decrypt(json, password) {
|
|
|
10508
10508
|
}
|
|
10509
10509
|
exports.decrypt = decrypt;
|
|
10510
10510
|
|
|
10511
|
-
},{"./_version":48,"./utils":53,"@ethersproject/address":22,"@ethersproject/bytes":32,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/pbkdf2":60,"@ethersproject/properties":62,"@ethersproject/strings":100,"aes-js":
|
|
10511
|
+
},{"./_version":48,"./utils":53,"@ethersproject/address":22,"@ethersproject/bytes":32,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/pbkdf2":60,"@ethersproject/properties":62,"@ethersproject/strings":100,"aes-js":126}],50:[function(require,module,exports){
|
|
10512
10512
|
"use strict";
|
|
10513
10513
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10514
10514
|
exports.decryptJsonWalletSync = exports.decryptJsonWallet = exports.getJsonWalletAddress = exports.isKeystoreWallet = exports.isCrowdsaleWallet = exports.encryptKeystore = exports.decryptKeystoreSync = exports.decryptKeystore = exports.decryptCrowdsale = void 0;
|
|
@@ -10986,7 +10986,7 @@ function encrypt(account, password, options, progressCallback) {
|
|
|
10986
10986
|
}
|
|
10987
10987
|
exports.encrypt = encrypt;
|
|
10988
10988
|
|
|
10989
|
-
},{"./_version":48,"./utils":53,"@ethersproject/address":22,"@ethersproject/bytes":32,"@ethersproject/hdnode":47,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/pbkdf2":60,"@ethersproject/properties":62,"@ethersproject/random":84,"@ethersproject/transactions":103,"aes-js":
|
|
10989
|
+
},{"./_version":48,"./utils":53,"@ethersproject/address":22,"@ethersproject/bytes":32,"@ethersproject/hdnode":47,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/pbkdf2":60,"@ethersproject/properties":62,"@ethersproject/random":84,"@ethersproject/transactions":103,"aes-js":126,"scrypt-js":312}],53:[function(require,module,exports){
|
|
10990
10990
|
"use strict";
|
|
10991
10991
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10992
10992
|
exports.uuidV4 = exports.searchPath = exports.getPassword = exports.zpad = exports.looseArrayify = void 0;
|
|
@@ -11071,7 +11071,7 @@ function keccak256(data) {
|
|
|
11071
11071
|
}
|
|
11072
11072
|
exports.keccak256 = keccak256;
|
|
11073
11073
|
|
|
11074
|
-
},{"@ethersproject/bytes":32,"js-sha3":
|
|
11074
|
+
},{"@ethersproject/bytes":32,"js-sha3":307}],55:[function(require,module,exports){
|
|
11075
11075
|
"use strict";
|
|
11076
11076
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11077
11077
|
exports.version = void 0;
|
|
@@ -14713,7 +14713,7 @@ var BaseProvider = /** @class */ (function (_super) {
|
|
|
14713
14713
|
}(abstract_provider_1.Provider));
|
|
14714
14714
|
exports.BaseProvider = BaseProvider;
|
|
14715
14715
|
|
|
14716
|
-
},{"./_version":63,"./formatter":72,"@ethersproject/abstract-provider":18,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bignumber":29,"@ethersproject/bytes":32,"@ethersproject/constants":36,"@ethersproject/hash":42,"@ethersproject/logger":56,"@ethersproject/networks":58,"@ethersproject/properties":62,"@ethersproject/sha2":90,"@ethersproject/strings":100,"@ethersproject/web":110,"bech32":
|
|
14716
|
+
},{"./_version":63,"./formatter":72,"@ethersproject/abstract-provider":18,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bignumber":29,"@ethersproject/bytes":32,"@ethersproject/constants":36,"@ethersproject/hash":42,"@ethersproject/logger":56,"@ethersproject/networks":58,"@ethersproject/properties":62,"@ethersproject/sha2":90,"@ethersproject/strings":100,"@ethersproject/web":110,"bech32":128}],67:[function(require,module,exports){
|
|
14717
14717
|
"use strict";
|
|
14718
14718
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14719
14719
|
exports.IpcProvider = void 0;
|
|
@@ -18822,7 +18822,7 @@ function computeHmac(algorithm, key, data) {
|
|
|
18822
18822
|
}
|
|
18823
18823
|
exports.computeHmac = computeHmac;
|
|
18824
18824
|
|
|
18825
|
-
},{"./_version":88,"./types":91,"@ethersproject/bytes":32,"@ethersproject/logger":56,"hash.js":
|
|
18825
|
+
},{"./_version":88,"./types":91,"@ethersproject/bytes":32,"@ethersproject/logger":56,"hash.js":292}],90:[function(require,module,exports){
|
|
18826
18826
|
"use strict";
|
|
18827
18827
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18828
18828
|
exports.SupportedAlgorithm = exports.sha512 = exports.sha256 = exports.ripemd160 = exports.computeHmac = void 0;
|
|
@@ -18862,7 +18862,7 @@ var elliptic_1 = __importDefault(require("elliptic"));
|
|
|
18862
18862
|
var EC = elliptic_1.default.ec;
|
|
18863
18863
|
exports.EC = EC;
|
|
18864
18864
|
|
|
18865
|
-
},{"elliptic":
|
|
18865
|
+
},{"elliptic":133}],94:[function(require,module,exports){
|
|
18866
18866
|
"use strict";
|
|
18867
18867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18868
18868
|
exports.computePublicKey = exports.recoverPublicKey = exports.SigningKey = void 0;
|
|
@@ -21643,6 +21643,331 @@ exports.wordlists = {
|
|
|
21643
21643
|
};
|
|
21644
21644
|
|
|
21645
21645
|
},{"./lang-cz":113,"./lang-en":114,"./lang-es":115,"./lang-fr":116,"./lang-it":117,"./lang-ja":118,"./lang-ko":119,"./lang-zh":120}],123:[function(require,module,exports){
|
|
21646
|
+
const networks = require("./networks/index.cjs");
|
|
21647
|
+
|
|
21648
|
+
module.exports = {
|
|
21649
|
+
...networks
|
|
21650
|
+
}
|
|
21651
|
+
},{"./networks/index.cjs":124}],124:[function(require,module,exports){
|
|
21652
|
+
const nl = require("./list.cjs");
|
|
21653
|
+
|
|
21654
|
+
module.exports = {
|
|
21655
|
+
networks: nl,
|
|
21656
|
+
|
|
21657
|
+
mainnets: nl.filter(e => ! e.isTestnet),
|
|
21658
|
+
|
|
21659
|
+
testnets: nl.filter(e => e.isTestnet),
|
|
21660
|
+
|
|
21661
|
+
getNetworkByChainId: function (chainId) {
|
|
21662
|
+
return this.networks.filter((n) => n.chainId === chainId)[0];
|
|
21663
|
+
},
|
|
21664
|
+
|
|
21665
|
+
getNetworkByName: function (name) {
|
|
21666
|
+
return this.networks.filter((n) => n.name === name)[0];
|
|
21667
|
+
},
|
|
21668
|
+
|
|
21669
|
+
getNetworkByShortName: function (shortName) {
|
|
21670
|
+
return this.networks.filter((n) => n.shortName === shortName)[0];
|
|
21671
|
+
},
|
|
21672
|
+
};
|
|
21673
|
+
|
|
21674
|
+
},{"./list.cjs":125}],125:[function(require,module,exports){
|
|
21675
|
+
module.exports =
|
|
21676
|
+
[
|
|
21677
|
+
{
|
|
21678
|
+
"name": "eth-goerli",
|
|
21679
|
+
"isTestnet": true,
|
|
21680
|
+
"networkId": 5,
|
|
21681
|
+
"chainId": 5,
|
|
21682
|
+
"shortName": "goerli",
|
|
21683
|
+
"uppercaseName": "ETH_GOERLI",
|
|
21684
|
+
"nativeTokenSymbol": "ETH",
|
|
21685
|
+
"contractsV1": {
|
|
21686
|
+
"resolver": "0x3710AB3fDE2B61736B8BB0CE845D6c61F667a78E",
|
|
21687
|
+
"host": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9",
|
|
21688
|
+
"governance": "0x3a648764a6d66440ca096343937c711a7ac1b1e9",
|
|
21689
|
+
"cfaV1": "0xEd6BcbF6907D4feEEe8a8875543249bEa9D308E8",
|
|
21690
|
+
"idaV1": "0xfDdcdac21D64B639546f3Ce2868C7EF06036990c",
|
|
21691
|
+
"superTokenFactory": "0x94f26B4c8AD12B18c12f38E878618f7664bdcCE2",
|
|
21692
|
+
"superfluidLoader": "0x74d860243Ff08A243d5485899f343117EbDa6eA8",
|
|
21693
|
+
"toga": "0xa54FC15FC75693447d70a57262F37a70B614721b"
|
|
21694
|
+
},
|
|
21695
|
+
"startBlockV1": 3550000,
|
|
21696
|
+
"logsQueryRange": 10000,
|
|
21697
|
+
"explorer": "https://goerli.etherscan.io",
|
|
21698
|
+
"subgraphV1": {
|
|
21699
|
+
"name": "protocol-v1-goerli",
|
|
21700
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-goerli"
|
|
21701
|
+
}
|
|
21702
|
+
},
|
|
21703
|
+
{
|
|
21704
|
+
"name": "polygon-mumbai",
|
|
21705
|
+
"isTestnet": true,
|
|
21706
|
+
"networkId": 80001,
|
|
21707
|
+
"chainId": 80001,
|
|
21708
|
+
"shortName": "mumbai",
|
|
21709
|
+
"uppercaseName": "POLYGON_MUMBAI",
|
|
21710
|
+
"nativeTokenSymbol": "MATIC",
|
|
21711
|
+
"contractsV1": {
|
|
21712
|
+
"resolver": "0x8C54C83FbDe3C59e59dd6E324531FB93d4F504d3",
|
|
21713
|
+
"host": "0xEB796bdb90fFA0f28255275e16936D25d3418603",
|
|
21714
|
+
"governance": "0x2637eA93EE5cd887ff9AC98185eA67Bd70C5f62e",
|
|
21715
|
+
"cfaV1": "0x49e565Ed1bdc17F3d220f72DF0857C26FA83F873",
|
|
21716
|
+
"idaV1": "0x804348D4960a61f2d5F9ce9103027A3E849E09b8",
|
|
21717
|
+
"superTokenFactory": "0x200657E2f123761662567A1744f9ACAe50dF47E6",
|
|
21718
|
+
"superfluidLoader": "0x0d56ED56b63382B0FC964490feB9AE438B6B4b79"
|
|
21719
|
+
},
|
|
21720
|
+
"startBlockV1": 8100000,
|
|
21721
|
+
"logsQueryRange": 10000,
|
|
21722
|
+
"explorer": "https://mumbai.polygonscan.com",
|
|
21723
|
+
"subgraphV1": {
|
|
21724
|
+
"name": "protocol-v1-mumbai",
|
|
21725
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-mumbai"
|
|
21726
|
+
}
|
|
21727
|
+
},
|
|
21728
|
+
{
|
|
21729
|
+
"name": "optimism-goerli",
|
|
21730
|
+
"isTestnet": true,
|
|
21731
|
+
"networkId": 420,
|
|
21732
|
+
"chainId": 420,
|
|
21733
|
+
"shortName": "opgoerli",
|
|
21734
|
+
"uppercaseName": "OPTIMISM_GOERLI",
|
|
21735
|
+
"nativeTokenSymbol": "ETH",
|
|
21736
|
+
"contractsV1": {
|
|
21737
|
+
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
21738
|
+
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
21739
|
+
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
21740
|
+
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
21741
|
+
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
21742
|
+
"superTokenFactory": "0x9aCc39d15e3f168c111a1D4F80271a9E526c9a9F",
|
|
21743
|
+
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
21744
|
+
},
|
|
21745
|
+
"startBlockV1": 340000,
|
|
21746
|
+
"logsQueryRange": 50000,
|
|
21747
|
+
"explorer": "https://goerli-rollup-explorer.arbitrum.io",
|
|
21748
|
+
"subgraphV1": {
|
|
21749
|
+
"name": "protocol-v1-optimism-goerli",
|
|
21750
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-goerli"
|
|
21751
|
+
}
|
|
21752
|
+
},
|
|
21753
|
+
{
|
|
21754
|
+
"name": "arbitrum-goerli",
|
|
21755
|
+
"isTestnet": true,
|
|
21756
|
+
"networkId": 421613,
|
|
21757
|
+
"chainId": 421613,
|
|
21758
|
+
"shortName": "arbgoerli",
|
|
21759
|
+
"uppercaseName": "ARBITRUM_GOERLI",
|
|
21760
|
+
"nativeTokenSymbol": "ETH",
|
|
21761
|
+
"contractsV1": {
|
|
21762
|
+
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
21763
|
+
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
21764
|
+
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
21765
|
+
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
21766
|
+
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
21767
|
+
"superTokenFactory": "0x9aCc39d15e3f168c111a1D4F80271a9E526c9a9F",
|
|
21768
|
+
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
21769
|
+
},
|
|
21770
|
+
"startBlockV1": 93000,
|
|
21771
|
+
"logsQueryRange": 50000,
|
|
21772
|
+
"explorer": "https://goerli-rollup-explorer.arbitrum.io/",
|
|
21773
|
+
"subgraphV1": {
|
|
21774
|
+
"name": "protocol-v1-arbitrum-goerli",
|
|
21775
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-goerli"
|
|
21776
|
+
}
|
|
21777
|
+
},
|
|
21778
|
+
{
|
|
21779
|
+
"name": "avalanche-fuji",
|
|
21780
|
+
"isTestnet": true,
|
|
21781
|
+
"networkId": 43113,
|
|
21782
|
+
"chainId": 43113,
|
|
21783
|
+
"shortName": "fuji",
|
|
21784
|
+
"uppercaseName": "AVALANCHE_FUJI",
|
|
21785
|
+
"nativeTokenSymbol": "AVAX",
|
|
21786
|
+
"contractsV1": {
|
|
21787
|
+
"resolver": "0x141920741bC45b962B59c833cd849bA617F7ef38",
|
|
21788
|
+
"host": "0xf04F2C525819691ed9ABD3D2B7109E1633795e68",
|
|
21789
|
+
"governance": "0xe4bbA294E0F7C4a83a105F7fe2CeCf4D7Bd8B3c0",
|
|
21790
|
+
"cfaV1": "0xED74d30B8034152b0638CB03cc5c3c906dd1c482",
|
|
21791
|
+
"idaV1": "0x997d745884F54a93E6662b055c5e6c09F688718b",
|
|
21792
|
+
"superTokenFactory": "0xA25dbEa94C5824892006b30a629213E7Bf238624",
|
|
21793
|
+
"superfluidLoader": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f"
|
|
21794
|
+
},
|
|
21795
|
+
"startBlockV1": 3220000,
|
|
21796
|
+
"logsQueryRange": 50000,
|
|
21797
|
+
"explorer": "https://testnet.snowtrace.io",
|
|
21798
|
+
"subgraphV1": {
|
|
21799
|
+
"name": "avalanche-fuji",
|
|
21800
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji"
|
|
21801
|
+
}
|
|
21802
|
+
},
|
|
21803
|
+
|
|
21804
|
+
|
|
21805
|
+
|
|
21806
|
+
{
|
|
21807
|
+
"name": "xdai-mainnet",
|
|
21808
|
+
"isTestnet": false,
|
|
21809
|
+
"networkId": 100,
|
|
21810
|
+
"chainId": 100,
|
|
21811
|
+
"shortName": "xdai",
|
|
21812
|
+
"uppercaseName": "XDAI_MAINNET",
|
|
21813
|
+
"nativeTokenSymbol": "xDAI",
|
|
21814
|
+
"contractsV1": {
|
|
21815
|
+
"resolver": "0xD2009765189164b495c110D61e4D301729079911",
|
|
21816
|
+
"host": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7",
|
|
21817
|
+
"governance": "0xaCc7380323681fdb8a0B9F2FE7d69dDFf0664478",
|
|
21818
|
+
"cfaV1": "0xEbdA4ceF883A7B12c4E669Ebc58927FBa8447C7D",
|
|
21819
|
+
"idaV1": "0x7888ac96F987Eb10E291F34851ae0266eF912081",
|
|
21820
|
+
"superTokenFactory": "0x23410e2659380784498509698ed70E414D384880",
|
|
21821
|
+
"superfluidLoader": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
21822
|
+
"toga": "0xb7DE52F4281a7a276E18C40F94cd93159C4A2d22",
|
|
21823
|
+
"batchLiquidator": "0xf4b9bBFc34dc8cc392bC97c76bc60D8350D83172"
|
|
21824
|
+
},
|
|
21825
|
+
"startBlockV1": 14820000,
|
|
21826
|
+
"logsQueryRange": 20000,
|
|
21827
|
+
"explorer": "https://blockscout.com/xdai/mainnet",
|
|
21828
|
+
"subgraphV1": {
|
|
21829
|
+
"name": "protocol-v1-xdai",
|
|
21830
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai"
|
|
21831
|
+
}
|
|
21832
|
+
},
|
|
21833
|
+
{
|
|
21834
|
+
"name": "polygon-mainnet",
|
|
21835
|
+
"isTestnet": false,
|
|
21836
|
+
"networkId": 137,
|
|
21837
|
+
"chainId": 137,
|
|
21838
|
+
"shortName": "matic",
|
|
21839
|
+
"uppercaseName": "POLYGON_MAINNET",
|
|
21840
|
+
"nativeTokenSymbol": "MATIC",
|
|
21841
|
+
"contractsV1": {
|
|
21842
|
+
"resolver": "0xE0cc76334405EE8b39213E620587d815967af39C",
|
|
21843
|
+
"host": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7",
|
|
21844
|
+
"governance": "0x3AD3f7A0965Ce6f9358AD5CCE86Bc2b05F1EE087",
|
|
21845
|
+
"cfaV1": "0x6EeE6060f715257b970700bc2656De21dEdF074C",
|
|
21846
|
+
"idaV1": "0xB0aABBA4B2783A72C52956CDEF62d438ecA2d7a1",
|
|
21847
|
+
"superTokenFactory": "0x2C90719f25B10Fc5646c82DA3240C76Fa5BcCF34",
|
|
21848
|
+
"superfluidLoader": "0x15F0Ca26781C3852f8166eD2ebce5D18265cceb7",
|
|
21849
|
+
"toga": "0x6AEAeE5Fd4D05A741723D752D30EE4D72690A8f7",
|
|
21850
|
+
"batchLiquidator": "0xE6E151C28F6EC8DD696637ac2bf5d24adB527566"
|
|
21851
|
+
},
|
|
21852
|
+
"startBlockV1": 10000000,
|
|
21853
|
+
"logsQueryRange": 10000,
|
|
21854
|
+
"explorer": "https://polygonscan.com",
|
|
21855
|
+
"subgraphV1": {
|
|
21856
|
+
"name": "protocol-v1-matic",
|
|
21857
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic"
|
|
21858
|
+
}
|
|
21859
|
+
},
|
|
21860
|
+
{
|
|
21861
|
+
"name": "optimism-mainnet",
|
|
21862
|
+
"isTestnet": false,
|
|
21863
|
+
"networkId": 10,
|
|
21864
|
+
"chainId": 10,
|
|
21865
|
+
"shortName": "optimism",
|
|
21866
|
+
"uppercaseName": "OPTIMISM_MAINNET",
|
|
21867
|
+
"nativeTokenSymbol": "ETH",
|
|
21868
|
+
"contractsV1": {
|
|
21869
|
+
"resolver": "0x743B5f46BC86caF41bE4956d9275721E0531B186",
|
|
21870
|
+
"host": "0x567c4B141ED61923967cA25Ef4906C8781069a10",
|
|
21871
|
+
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
21872
|
+
"cfaV1": "0x204C6f131bb7F258b2Ea1593f5309911d8E458eD",
|
|
21873
|
+
"idaV1": "0xc4ce5118C3B20950ee288f086cb7FC166d222D4c",
|
|
21874
|
+
"superTokenFactory": "0x8276469A443D5C6B7146BED45e2abCaD3B6adad9",
|
|
21875
|
+
"superfluidLoader": "0x8E310ce29Ab7Fa2878944A65BB0eaF97B1853d40",
|
|
21876
|
+
"toga": "0xA3c8502187fD7a7118eAD59dc811281448946C8f",
|
|
21877
|
+
"batchLiquidator": "0xEe1bd2C743BF40B1206B090Fa9aB27A0C57d7B90"
|
|
21878
|
+
},
|
|
21879
|
+
"startBlockV1": 4300000,
|
|
21880
|
+
"logsQueryRange": 50000,
|
|
21881
|
+
"explorer": "https://optimistic.etherscan.io",
|
|
21882
|
+
"subgraphV1": {
|
|
21883
|
+
"name": "protocol-v1-optimism-mainnet",
|
|
21884
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet"
|
|
21885
|
+
}
|
|
21886
|
+
},
|
|
21887
|
+
{
|
|
21888
|
+
"name": "arbitrum-one",
|
|
21889
|
+
"isTestnet": false,
|
|
21890
|
+
"networkId": 42161,
|
|
21891
|
+
"chainId": 42161,
|
|
21892
|
+
"shortName": "arbone",
|
|
21893
|
+
"uppercaseName": "ARBITRUM_ONE",
|
|
21894
|
+
"nativeTokenSymbol": "ETH",
|
|
21895
|
+
"contractsV1": {
|
|
21896
|
+
"resolver": "0x609b9d9d6Ee9C3200745A79B9d3398DBd63d509F",
|
|
21897
|
+
"host": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192",
|
|
21898
|
+
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
21899
|
+
"cfaV1": "0x731FdBB12944973B500518aea61942381d7e240D",
|
|
21900
|
+
"idaV1": "0x2319C7e07EB063340D2a0E36709B0D65fda75986",
|
|
21901
|
+
"superTokenFactory": "0x1C21Ead77fd45C84a4c916Db7A6635D0C6FF09D6",
|
|
21902
|
+
"superfluidLoader": "0xB99cA401e10D277345BcFb281AC148a2e16Db466",
|
|
21903
|
+
"toga": "0xFC63B7C762B10670Eda15cF3ca3970bCDB28C9eF",
|
|
21904
|
+
"batchLiquidator": "0xA87F76e99f6C8Ff8996d14f550ceF47f193D9A09"
|
|
21905
|
+
},
|
|
21906
|
+
"startBlockV1": 7600000,
|
|
21907
|
+
"logsQueryRange": 50000,
|
|
21908
|
+
"explorer": "https://arbiscan.io",
|
|
21909
|
+
"subgraphV1": {
|
|
21910
|
+
"name": "protocol-v1-arbitrum-one",
|
|
21911
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one"
|
|
21912
|
+
}
|
|
21913
|
+
},
|
|
21914
|
+
{
|
|
21915
|
+
"name": "avalanche-c",
|
|
21916
|
+
"isTestnet": false,
|
|
21917
|
+
"networkId": 43114,
|
|
21918
|
+
"chainId": 43114,
|
|
21919
|
+
"shortName": "avalanche",
|
|
21920
|
+
"uppercaseName": "AVALANCHE_C",
|
|
21921
|
+
"nativeTokenSymbol": "AVAX",
|
|
21922
|
+
"contractsV1": {
|
|
21923
|
+
"resolver": "0x24a3F04F70B7f07B9673EadD3e146391BcfEa5c1",
|
|
21924
|
+
"host": "0x60377C7016E4cdB03C87EF474896C11cB560752C",
|
|
21925
|
+
"governance": "0xF74390BabA510ec2fE196c2e02B037380d7a6F12",
|
|
21926
|
+
"cfaV1": "0x6946c5B38Ffea373b0a2340b4AEf0De8F6782e58",
|
|
21927
|
+
"idaV1": "0x1fA9fFe8Db73F701454B195151Db4Abb18423cf2",
|
|
21928
|
+
"superTokenFactory": "0x464AADdBB2B80f3Cb666522EB7381bE610F638b4",
|
|
21929
|
+
"superfluidLoader": "0x2601E69a2D16C8Ccc8aEe8cE9F59d24a59986B9E",
|
|
21930
|
+
"toga": "0x3D9A67D5ec1E72CEcA8157e028855056786b6159",
|
|
21931
|
+
"batchLiquidator": "0xcFE6382B33F2AdaFbE46e6A26A88E0182ae32b0c"
|
|
21932
|
+
},
|
|
21933
|
+
"startBlockV1": 14700000,
|
|
21934
|
+
"logsQueryRange": 50000,
|
|
21935
|
+
"explorer": "https://snowtrace.io",
|
|
21936
|
+
"subgraphV1": {
|
|
21937
|
+
"name": "protocol-v1-avalanche-c",
|
|
21938
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c"
|
|
21939
|
+
}
|
|
21940
|
+
},
|
|
21941
|
+
{
|
|
21942
|
+
"name": "bsc-mainnet",
|
|
21943
|
+
"isTestnet": false,
|
|
21944
|
+
"networkId": 56,
|
|
21945
|
+
"chainId": 56,
|
|
21946
|
+
"shortName": "bsc",
|
|
21947
|
+
"uppercaseName": "BSC_MAINNET",
|
|
21948
|
+
"nativeTokenSymbol": "BNB",
|
|
21949
|
+
"contractsV1": {
|
|
21950
|
+
"resolver": "0x69604aA4e9e8BF44A73C680997205Edb03A92E41",
|
|
21951
|
+
"host": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E",
|
|
21952
|
+
"governance": "0xee07D9fce4Cf2a891BC979E9d365929506C2982f",
|
|
21953
|
+
"cfaV1": "0x49c38108870e74Cb9420C0991a85D3edd6363F75",
|
|
21954
|
+
"idaV1": "0x594ed9Cd773584B645aC1F5B11020d3b32cDF07d",
|
|
21955
|
+
"superTokenFactory": "0x8bde47397301F0Cd31b9000032fD517a39c946Eb",
|
|
21956
|
+
"superfluidLoader": "0x3C26e5bEbc68EaAf4efcd88F8E5A6Aeb77b65579",
|
|
21957
|
+
"toga": "0xFCD84210f5d51Cd40a30443d44d6A5500d5D10dF",
|
|
21958
|
+
"batchLiquidator": "0xe6C8d111337D0052b9D88BF5d7D55B7f8385ACd3"
|
|
21959
|
+
},
|
|
21960
|
+
"startBlockV1": 18800000,
|
|
21961
|
+
"logsQueryRange": 5000,
|
|
21962
|
+
"explorer": "https://bscscan.com/",
|
|
21963
|
+
"subgraphV1": {
|
|
21964
|
+
"name": "protocol-v1-bsc-mainnet",
|
|
21965
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet"
|
|
21966
|
+
}
|
|
21967
|
+
}
|
|
21968
|
+
]
|
|
21969
|
+
|
|
21970
|
+
},{}],126:[function(require,module,exports){
|
|
21646
21971
|
"use strict";
|
|
21647
21972
|
|
|
21648
21973
|
(function(root) {
|
|
@@ -22442,7 +22767,7 @@ exports.wordlists = {
|
|
|
22442
22767
|
|
|
22443
22768
|
})(this);
|
|
22444
22769
|
|
|
22445
|
-
},{}],
|
|
22770
|
+
},{}],127:[function(require,module,exports){
|
|
22446
22771
|
'use strict'
|
|
22447
22772
|
|
|
22448
22773
|
exports.byteLength = byteLength
|
|
@@ -22594,7 +22919,7 @@ function fromByteArray (uint8) {
|
|
|
22594
22919
|
return parts.join('')
|
|
22595
22920
|
}
|
|
22596
22921
|
|
|
22597
|
-
},{}],
|
|
22922
|
+
},{}],128:[function(require,module,exports){
|
|
22598
22923
|
'use strict'
|
|
22599
22924
|
var ALPHABET = 'qpzry9x8gf2tvdw0s3jn54khce6mua7l'
|
|
22600
22925
|
|
|
@@ -22778,7 +23103,7 @@ module.exports = {
|
|
|
22778
23103
|
fromWords: fromWords
|
|
22779
23104
|
}
|
|
22780
23105
|
|
|
22781
|
-
},{}],
|
|
23106
|
+
},{}],129:[function(require,module,exports){
|
|
22782
23107
|
(function (module, exports) {
|
|
22783
23108
|
'use strict';
|
|
22784
23109
|
|
|
@@ -26226,7 +26551,7 @@ module.exports = {
|
|
|
26226
26551
|
};
|
|
26227
26552
|
})(typeof module === 'undefined' || module, this);
|
|
26228
26553
|
|
|
26229
|
-
},{"buffer":
|
|
26554
|
+
},{"buffer":131}],130:[function(require,module,exports){
|
|
26230
26555
|
var r;
|
|
26231
26556
|
|
|
26232
26557
|
module.exports = function rand(len) {
|
|
@@ -26293,9 +26618,9 @@ if (typeof self === 'object') {
|
|
|
26293
26618
|
}
|
|
26294
26619
|
}
|
|
26295
26620
|
|
|
26296
|
-
},{"crypto":
|
|
26621
|
+
},{"crypto":131}],131:[function(require,module,exports){
|
|
26297
26622
|
|
|
26298
|
-
},{}],
|
|
26623
|
+
},{}],132:[function(require,module,exports){
|
|
26299
26624
|
(function (Buffer){(function (){
|
|
26300
26625
|
/*!
|
|
26301
26626
|
* The buffer module from node.js, for the browser.
|
|
@@ -28076,7 +28401,7 @@ function numberIsNaN (obj) {
|
|
|
28076
28401
|
}
|
|
28077
28402
|
|
|
28078
28403
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
28079
|
-
},{"base64-js":
|
|
28404
|
+
},{"base64-js":127,"buffer":132,"ieee754":305}],133:[function(require,module,exports){
|
|
28080
28405
|
'use strict';
|
|
28081
28406
|
|
|
28082
28407
|
var elliptic = exports;
|
|
@@ -28091,7 +28416,7 @@ elliptic.curves = require('./elliptic/curves');
|
|
|
28091
28416
|
elliptic.ec = require('./elliptic/ec');
|
|
28092
28417
|
elliptic.eddsa = require('./elliptic/eddsa');
|
|
28093
28418
|
|
|
28094
|
-
},{"../package.json":
|
|
28419
|
+
},{"../package.json":148,"./elliptic/curve":136,"./elliptic/curves":139,"./elliptic/ec":140,"./elliptic/eddsa":143,"./elliptic/utils":147,"brorand":130}],134:[function(require,module,exports){
|
|
28095
28420
|
'use strict';
|
|
28096
28421
|
|
|
28097
28422
|
var BN = require('bn.js');
|
|
@@ -28474,7 +28799,7 @@ BasePoint.prototype.dblp = function dblp(k) {
|
|
|
28474
28799
|
return r;
|
|
28475
28800
|
};
|
|
28476
28801
|
|
|
28477
|
-
},{"../utils":
|
|
28802
|
+
},{"../utils":147,"bn.js":129}],135:[function(require,module,exports){
|
|
28478
28803
|
'use strict';
|
|
28479
28804
|
|
|
28480
28805
|
var utils = require('../utils');
|
|
@@ -28911,7 +29236,7 @@ Point.prototype.eqXToP = function eqXToP(x) {
|
|
|
28911
29236
|
Point.prototype.toP = Point.prototype.normalize;
|
|
28912
29237
|
Point.prototype.mixedAdd = Point.prototype.add;
|
|
28913
29238
|
|
|
28914
|
-
},{"../utils":
|
|
29239
|
+
},{"../utils":147,"./base":134,"bn.js":129,"inherits":306}],136:[function(require,module,exports){
|
|
28915
29240
|
'use strict';
|
|
28916
29241
|
|
|
28917
29242
|
var curve = exports;
|
|
@@ -28921,7 +29246,7 @@ curve.short = require('./short');
|
|
|
28921
29246
|
curve.mont = require('./mont');
|
|
28922
29247
|
curve.edwards = require('./edwards');
|
|
28923
29248
|
|
|
28924
|
-
},{"./base":
|
|
29249
|
+
},{"./base":134,"./edwards":135,"./mont":137,"./short":138}],137:[function(require,module,exports){
|
|
28925
29250
|
'use strict';
|
|
28926
29251
|
|
|
28927
29252
|
var BN = require('bn.js');
|
|
@@ -29101,7 +29426,7 @@ Point.prototype.getX = function getX() {
|
|
|
29101
29426
|
return this.x.fromRed();
|
|
29102
29427
|
};
|
|
29103
29428
|
|
|
29104
|
-
},{"../utils":
|
|
29429
|
+
},{"../utils":147,"./base":134,"bn.js":129,"inherits":306}],138:[function(require,module,exports){
|
|
29105
29430
|
'use strict';
|
|
29106
29431
|
|
|
29107
29432
|
var utils = require('../utils');
|
|
@@ -30041,7 +30366,7 @@ JPoint.prototype.isInfinity = function isInfinity() {
|
|
|
30041
30366
|
return this.z.cmpn(0) === 0;
|
|
30042
30367
|
};
|
|
30043
30368
|
|
|
30044
|
-
},{"../utils":
|
|
30369
|
+
},{"../utils":147,"./base":134,"bn.js":129,"inherits":306}],139:[function(require,module,exports){
|
|
30045
30370
|
'use strict';
|
|
30046
30371
|
|
|
30047
30372
|
var curves = exports;
|
|
@@ -30249,7 +30574,7 @@ defineCurve('secp256k1', {
|
|
|
30249
30574
|
],
|
|
30250
30575
|
});
|
|
30251
30576
|
|
|
30252
|
-
},{"./curve":
|
|
30577
|
+
},{"./curve":136,"./precomputed/secp256k1":146,"./utils":147,"hash.js":292}],140:[function(require,module,exports){
|
|
30253
30578
|
'use strict';
|
|
30254
30579
|
|
|
30255
30580
|
var BN = require('bn.js');
|
|
@@ -30494,7 +30819,7 @@ EC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {
|
|
|
30494
30819
|
throw new Error('Unable to find valid recovery factor');
|
|
30495
30820
|
};
|
|
30496
30821
|
|
|
30497
|
-
},{"../curves":
|
|
30822
|
+
},{"../curves":139,"../utils":147,"./key":141,"./signature":142,"bn.js":129,"brorand":130,"hmac-drbg":304}],141:[function(require,module,exports){
|
|
30498
30823
|
'use strict';
|
|
30499
30824
|
|
|
30500
30825
|
var BN = require('bn.js');
|
|
@@ -30617,7 +30942,7 @@ KeyPair.prototype.inspect = function inspect() {
|
|
|
30617
30942
|
' pub: ' + (this.pub && this.pub.inspect()) + ' >';
|
|
30618
30943
|
};
|
|
30619
30944
|
|
|
30620
|
-
},{"../utils":
|
|
30945
|
+
},{"../utils":147,"bn.js":129}],142:[function(require,module,exports){
|
|
30621
30946
|
'use strict';
|
|
30622
30947
|
|
|
30623
30948
|
var BN = require('bn.js');
|
|
@@ -30785,7 +31110,7 @@ Signature.prototype.toDER = function toDER(enc) {
|
|
|
30785
31110
|
return utils.encode(res, enc);
|
|
30786
31111
|
};
|
|
30787
31112
|
|
|
30788
|
-
},{"../utils":
|
|
31113
|
+
},{"../utils":147,"bn.js":129}],143:[function(require,module,exports){
|
|
30789
31114
|
'use strict';
|
|
30790
31115
|
|
|
30791
31116
|
var hash = require('hash.js');
|
|
@@ -30905,7 +31230,7 @@ EDDSA.prototype.isPoint = function isPoint(val) {
|
|
|
30905
31230
|
return val instanceof this.pointClass;
|
|
30906
31231
|
};
|
|
30907
31232
|
|
|
30908
|
-
},{"../curves":
|
|
31233
|
+
},{"../curves":139,"../utils":147,"./key":144,"./signature":145,"hash.js":292}],144:[function(require,module,exports){
|
|
30909
31234
|
'use strict';
|
|
30910
31235
|
|
|
30911
31236
|
var utils = require('../utils');
|
|
@@ -31002,7 +31327,7 @@ KeyPair.prototype.getPublic = function getPublic(enc) {
|
|
|
31002
31327
|
|
|
31003
31328
|
module.exports = KeyPair;
|
|
31004
31329
|
|
|
31005
|
-
},{"../utils":
|
|
31330
|
+
},{"../utils":147}],145:[function(require,module,exports){
|
|
31006
31331
|
'use strict';
|
|
31007
31332
|
|
|
31008
31333
|
var BN = require('bn.js');
|
|
@@ -31069,7 +31394,7 @@ Signature.prototype.toHex = function toHex() {
|
|
|
31069
31394
|
|
|
31070
31395
|
module.exports = Signature;
|
|
31071
31396
|
|
|
31072
|
-
},{"../utils":
|
|
31397
|
+
},{"../utils":147,"bn.js":129}],146:[function(require,module,exports){
|
|
31073
31398
|
module.exports = {
|
|
31074
31399
|
doubles: {
|
|
31075
31400
|
step: 4,
|
|
@@ -31851,7 +32176,7 @@ module.exports = {
|
|
|
31851
32176
|
},
|
|
31852
32177
|
};
|
|
31853
32178
|
|
|
31854
|
-
},{}],
|
|
32179
|
+
},{}],147:[function(require,module,exports){
|
|
31855
32180
|
'use strict';
|
|
31856
32181
|
|
|
31857
32182
|
var utils = exports;
|
|
@@ -31972,7 +32297,7 @@ function intFromLE(bytes) {
|
|
|
31972
32297
|
utils.intFromLE = intFromLE;
|
|
31973
32298
|
|
|
31974
32299
|
|
|
31975
|
-
},{"bn.js":
|
|
32300
|
+
},{"bn.js":129,"minimalistic-assert":309,"minimalistic-crypto-utils":310}],148:[function(require,module,exports){
|
|
31976
32301
|
module.exports={
|
|
31977
32302
|
"name": "elliptic",
|
|
31978
32303
|
"version": "6.5.4",
|
|
@@ -32030,13 +32355,13 @@ module.exports={
|
|
|
32030
32355
|
}
|
|
32031
32356
|
}
|
|
32032
32357
|
|
|
32033
|
-
},{}],
|
|
32358
|
+
},{}],149:[function(require,module,exports){
|
|
32034
32359
|
"use strict";
|
|
32035
32360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32036
32361
|
exports.version = void 0;
|
|
32037
32362
|
exports.version = "ethers/5.6.9";
|
|
32038
32363
|
|
|
32039
|
-
},{}],
|
|
32364
|
+
},{}],150:[function(require,module,exports){
|
|
32040
32365
|
"use strict";
|
|
32041
32366
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
32042
32367
|
if (k2 === undefined) k2 = k;
|
|
@@ -32092,7 +32417,7 @@ Object.defineProperty(exports, "version", { enumerable: true, get: function () {
|
|
|
32092
32417
|
var logger = new logger_1.Logger(_version_1.version);
|
|
32093
32418
|
exports.logger = logger;
|
|
32094
32419
|
|
|
32095
|
-
},{"./_version":
|
|
32420
|
+
},{"./_version":149,"./utils":152,"@ethersproject/abstract-signer":20,"@ethersproject/bignumber":29,"@ethersproject/constants":36,"@ethersproject/contracts":39,"@ethersproject/logger":56,"@ethersproject/providers":73,"@ethersproject/wallet":107,"@ethersproject/wordlists":112}],151:[function(require,module,exports){
|
|
32096
32421
|
"use strict";
|
|
32097
32422
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
32098
32423
|
if (k2 === undefined) k2 = k;
|
|
@@ -32146,7 +32471,7 @@ Object.defineProperty(exports, "wordlists", { enumerable: true, get: function ()
|
|
|
32146
32471
|
Object.defineProperty(exports, "version", { enumerable: true, get: function () { return ethers_1.version; } });
|
|
32147
32472
|
Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function () { return ethers_1.Wordlist; } });
|
|
32148
32473
|
|
|
32149
|
-
},{"./ethers":
|
|
32474
|
+
},{"./ethers":150}],152:[function(require,module,exports){
|
|
32150
32475
|
"use strict";
|
|
32151
32476
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
32152
32477
|
if (k2 === undefined) k2 = k;
|
|
@@ -32295,7 +32620,7 @@ var strings_2 = require("@ethersproject/strings");
|
|
|
32295
32620
|
Object.defineProperty(exports, "UnicodeNormalizationForm", { enumerable: true, get: function () { return strings_2.UnicodeNormalizationForm; } });
|
|
32296
32621
|
Object.defineProperty(exports, "Utf8ErrorReason", { enumerable: true, get: function () { return strings_2.Utf8ErrorReason; } });
|
|
32297
32622
|
|
|
32298
|
-
},{"@ethersproject/abi":15,"@ethersproject/address":22,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bytes":32,"@ethersproject/hash":42,"@ethersproject/hdnode":47,"@ethersproject/json-wallets":50,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/properties":62,"@ethersproject/random":84,"@ethersproject/rlp":87,"@ethersproject/sha2":90,"@ethersproject/signing-key":94,"@ethersproject/solidity":96,"@ethersproject/strings":100,"@ethersproject/transactions":103,"@ethersproject/units":105,"@ethersproject/wallet":107,"@ethersproject/web":110}],
|
|
32623
|
+
},{"@ethersproject/abi":15,"@ethersproject/address":22,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bytes":32,"@ethersproject/hash":42,"@ethersproject/hdnode":47,"@ethersproject/json-wallets":50,"@ethersproject/keccak256":54,"@ethersproject/logger":56,"@ethersproject/properties":62,"@ethersproject/random":84,"@ethersproject/rlp":87,"@ethersproject/sha2":90,"@ethersproject/signing-key":94,"@ethersproject/solidity":96,"@ethersproject/strings":100,"@ethersproject/transactions":103,"@ethersproject/units":105,"@ethersproject/wallet":107,"@ethersproject/web":110}],153:[function(require,module,exports){
|
|
32299
32624
|
'use strict';
|
|
32300
32625
|
|
|
32301
32626
|
module.exports = function ReactNativeFile(_ref) {
|
|
@@ -32307,7 +32632,7 @@ module.exports = function ReactNativeFile(_ref) {
|
|
|
32307
32632
|
this.type = type;
|
|
32308
32633
|
};
|
|
32309
32634
|
|
|
32310
|
-
},{}],
|
|
32635
|
+
},{}],154:[function(require,module,exports){
|
|
32311
32636
|
'use strict';
|
|
32312
32637
|
|
|
32313
32638
|
var defaultIsExtractableFile = require('./isExtractableFile');
|
|
@@ -32363,14 +32688,14 @@ module.exports = function extractFiles(value, path, isExtractableFile) {
|
|
|
32363
32688
|
};
|
|
32364
32689
|
};
|
|
32365
32690
|
|
|
32366
|
-
},{"./isExtractableFile":
|
|
32691
|
+
},{"./isExtractableFile":156}],155:[function(require,module,exports){
|
|
32367
32692
|
'use strict';
|
|
32368
32693
|
|
|
32369
32694
|
exports.ReactNativeFile = require('./ReactNativeFile');
|
|
32370
32695
|
exports.extractFiles = require('./extractFiles');
|
|
32371
32696
|
exports.isExtractableFile = require('./isExtractableFile');
|
|
32372
32697
|
|
|
32373
|
-
},{"./ReactNativeFile":
|
|
32698
|
+
},{"./ReactNativeFile":153,"./extractFiles":154,"./isExtractableFile":156}],156:[function(require,module,exports){
|
|
32374
32699
|
'use strict';
|
|
32375
32700
|
|
|
32376
32701
|
var ReactNativeFile = require('./ReactNativeFile');
|
|
@@ -32383,11 +32708,11 @@ module.exports = function isExtractableFile(value) {
|
|
|
32383
32708
|
);
|
|
32384
32709
|
};
|
|
32385
32710
|
|
|
32386
|
-
},{"./ReactNativeFile":
|
|
32711
|
+
},{"./ReactNativeFile":153}],157:[function(require,module,exports){
|
|
32387
32712
|
/* eslint-env browser */
|
|
32388
32713
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
32389
32714
|
|
|
32390
|
-
},{}],
|
|
32715
|
+
},{}],158:[function(require,module,exports){
|
|
32391
32716
|
"use strict";
|
|
32392
32717
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
32393
32718
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -32443,7 +32768,7 @@ function createRequestBody(query, variables, operationName, jsonSerializer) {
|
|
|
32443
32768
|
}
|
|
32444
32769
|
exports.default = createRequestBody;
|
|
32445
32770
|
|
|
32446
|
-
},{"./defaultJsonSerializer":
|
|
32771
|
+
},{"./defaultJsonSerializer":159,"extract-files":155,"form-data":157}],159:[function(require,module,exports){
|
|
32447
32772
|
"use strict";
|
|
32448
32773
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32449
32774
|
exports.defaultJsonSerializer = void 0;
|
|
@@ -32452,7 +32777,7 @@ exports.defaultJsonSerializer = {
|
|
|
32452
32777
|
stringify: JSON.stringify
|
|
32453
32778
|
};
|
|
32454
32779
|
|
|
32455
|
-
},{}],
|
|
32780
|
+
},{}],160:[function(require,module,exports){
|
|
32456
32781
|
"use strict";
|
|
32457
32782
|
var __assign = (this && this.__assign) || function () {
|
|
32458
32783
|
__assign = Object.assign || function(t) {
|
|
@@ -32727,7 +33052,7 @@ function Complete(id) {
|
|
|
32727
33052
|
return new GraphQLWebSocketMessage(COMPLETE, undefined, id);
|
|
32728
33053
|
}
|
|
32729
33054
|
|
|
32730
|
-
},{".":
|
|
33055
|
+
},{".":161,"./types":163}],161:[function(require,module,exports){
|
|
32731
33056
|
"use strict";
|
|
32732
33057
|
var __assign = (this && this.__assign) || function () {
|
|
32733
33058
|
__assign = Object.assign || function(t) {
|
|
@@ -33216,7 +33541,7 @@ function HeadersInstanceToPlainObject(headers) {
|
|
|
33216
33541
|
var graphql_ws_1 = require("./graphql-ws");
|
|
33217
33542
|
Object.defineProperty(exports, "GraphQLWebSocketClient", { enumerable: true, get: function () { return graphql_ws_1.GraphQLWebSocketClient; } });
|
|
33218
33543
|
|
|
33219
|
-
},{"./createRequestBody":
|
|
33544
|
+
},{"./createRequestBody":158,"./defaultJsonSerializer":159,"./graphql-ws":160,"./parseArgs":162,"./types":163,"cross-fetch":164,"graphql/language/parser":205,"graphql/language/printer":208}],162:[function(require,module,exports){
|
|
33220
33545
|
"use strict";
|
|
33221
33546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33222
33547
|
exports.parseBatchRequestsExtendedArgs = exports.parseRawRequestExtendedArgs = exports.parseRequestExtendedArgs = exports.parseBatchRequestArgs = exports.parseRawRequestArgs = exports.parseRequestArgs = void 0;
|
|
@@ -33288,7 +33613,7 @@ function parseBatchRequestsExtendedArgs(urlOrOptions, documents, requestHeaders)
|
|
|
33288
33613
|
}
|
|
33289
33614
|
exports.parseBatchRequestsExtendedArgs = parseBatchRequestsExtendedArgs;
|
|
33290
33615
|
|
|
33291
|
-
},{}],
|
|
33616
|
+
},{}],163:[function(require,module,exports){
|
|
33292
33617
|
"use strict";
|
|
33293
33618
|
var __extends = (this && this.__extends) || (function () {
|
|
33294
33619
|
var extendStatics = function (d, b) {
|
|
@@ -33337,7 +33662,7 @@ var ClientError = /** @class */ (function (_super) {
|
|
|
33337
33662
|
}(Error));
|
|
33338
33663
|
exports.ClientError = ClientError;
|
|
33339
33664
|
|
|
33340
|
-
},{}],
|
|
33665
|
+
},{}],164:[function(require,module,exports){
|
|
33341
33666
|
var global = typeof self !== 'undefined' ? self : this;
|
|
33342
33667
|
var __self__ = (function () {
|
|
33343
33668
|
function F() {
|
|
@@ -33893,7 +34218,7 @@ exports.Request = ctx.Request
|
|
|
33893
34218
|
exports.Response = ctx.Response
|
|
33894
34219
|
module.exports = exports
|
|
33895
34220
|
|
|
33896
|
-
},{}],
|
|
34221
|
+
},{}],165:[function(require,module,exports){
|
|
33897
34222
|
"use strict";
|
|
33898
34223
|
|
|
33899
34224
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
@@ -34147,7 +34472,7 @@ function printError(error) {
|
|
|
34147
34472
|
return output;
|
|
34148
34473
|
}
|
|
34149
34474
|
|
|
34150
|
-
},{"../jsutils/isObjectLike.js":
|
|
34475
|
+
},{"../jsutils/isObjectLike.js":184,"../language/location.js":204,"../language/printLocation.js":207,"../polyfills/symbols.js":218}],166:[function(require,module,exports){
|
|
34151
34476
|
"use strict";
|
|
34152
34477
|
|
|
34153
34478
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -34186,7 +34511,7 @@ function formatError(error) {
|
|
|
34186
34511
|
* @see https://github.com/graphql/graphql-spec/blob/master/spec/Section%207%20--%20Response.md#errors
|
|
34187
34512
|
*/
|
|
34188
34513
|
|
|
34189
|
-
},{"../jsutils/devAssert.js":
|
|
34514
|
+
},{"../jsutils/devAssert.js":177}],167:[function(require,module,exports){
|
|
34190
34515
|
"use strict";
|
|
34191
34516
|
|
|
34192
34517
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -34231,7 +34556,7 @@ var _locatedError = require("./locatedError.js");
|
|
|
34231
34556
|
|
|
34232
34557
|
var _formatError = require("./formatError.js");
|
|
34233
34558
|
|
|
34234
|
-
},{"./GraphQLError.js":
|
|
34559
|
+
},{"./GraphQLError.js":165,"./formatError.js":166,"./locatedError.js":168,"./syntaxError.js":169}],168:[function(require,module,exports){
|
|
34235
34560
|
"use strict";
|
|
34236
34561
|
|
|
34237
34562
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -34263,7 +34588,7 @@ function locatedError(rawOriginalError, nodes, path) {
|
|
|
34263
34588
|
return new _GraphQLError.GraphQLError(originalError.message, (_nodes = originalError.nodes) !== null && _nodes !== void 0 ? _nodes : nodes, originalError.source, originalError.positions, path, originalError);
|
|
34264
34589
|
}
|
|
34265
34590
|
|
|
34266
|
-
},{"../jsutils/inspect.js":
|
|
34591
|
+
},{"../jsutils/inspect.js":180,"./GraphQLError.js":165}],169:[function(require,module,exports){
|
|
34267
34592
|
"use strict";
|
|
34268
34593
|
|
|
34269
34594
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -34281,7 +34606,7 @@ function syntaxError(source, position, description) {
|
|
|
34281
34606
|
return new _GraphQLError.GraphQLError("Syntax Error: ".concat(description), undefined, source, [position]);
|
|
34282
34607
|
}
|
|
34283
34608
|
|
|
34284
|
-
},{"./GraphQLError.js":
|
|
34609
|
+
},{"./GraphQLError.js":165}],170:[function(require,module,exports){
|
|
34285
34610
|
"use strict";
|
|
34286
34611
|
|
|
34287
34612
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35149,7 +35474,7 @@ function getFieldDef(schema, parentType, fieldName) {
|
|
|
35149
35474
|
return parentType.getFields()[fieldName];
|
|
35150
35475
|
}
|
|
35151
35476
|
|
|
35152
|
-
},{"../error/GraphQLError.js":
|
|
35477
|
+
},{"../error/GraphQLError.js":165,"../error/locatedError.js":168,"../jsutils/Path.js":175,"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/isObjectLike.js":184,"../jsutils/isPromise.js":185,"../jsutils/memoize3.js":189,"../jsutils/promiseForObject.js":193,"../jsutils/promiseReduce.js":194,"../jsutils/safeArrayFrom.js":195,"../language/kinds.js":202,"../type/definition.js":222,"../type/directives.js":223,"../type/introspection.js":225,"../type/validate.js":228,"../utilities/getOperationRootType.js":241,"../utilities/typeFromAST.js":249,"./values.js":172}],171:[function(require,module,exports){
|
|
35153
35478
|
"use strict";
|
|
35154
35479
|
|
|
35155
35480
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35198,7 +35523,7 @@ var _execute = require("./execute.js");
|
|
|
35198
35523
|
|
|
35199
35524
|
var _values = require("./values.js");
|
|
35200
35525
|
|
|
35201
|
-
},{"../jsutils/Path.js":
|
|
35526
|
+
},{"../jsutils/Path.js":175,"./execute.js":170,"./values.js":172}],172:[function(require,module,exports){
|
|
35202
35527
|
"use strict";
|
|
35203
35528
|
|
|
35204
35529
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35428,7 +35753,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
35428
35753
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
35429
35754
|
}
|
|
35430
35755
|
|
|
35431
|
-
},{"../error/GraphQLError.js":
|
|
35756
|
+
},{"../error/GraphQLError.js":165,"../jsutils/inspect.js":180,"../jsutils/keyMap.js":186,"../jsutils/printPathArray.js":192,"../language/kinds.js":202,"../language/printer.js":208,"../polyfills/find.js":213,"../type/definition.js":222,"../utilities/coerceInputValue.js":234,"../utilities/typeFromAST.js":249,"../utilities/valueFromAST.js":250}],173:[function(require,module,exports){
|
|
35432
35757
|
"use strict";
|
|
35433
35758
|
|
|
35434
35759
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35548,7 +35873,7 @@ function graphqlImpl(args) {
|
|
|
35548
35873
|
});
|
|
35549
35874
|
}
|
|
35550
35875
|
|
|
35551
|
-
},{"./execution/execute.js":
|
|
35876
|
+
},{"./execution/execute.js":170,"./jsutils/isPromise.js":185,"./language/parser.js":205,"./type/validate.js":228,"./validation/validate.js":290}],174:[function(require,module,exports){
|
|
35552
35877
|
"use strict";
|
|
35553
35878
|
|
|
35554
35879
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36755,7 +37080,7 @@ var _index6 = require("./error/index.js");
|
|
|
36755
37080
|
|
|
36756
37081
|
var _index7 = require("./utilities/index.js");
|
|
36757
37082
|
|
|
36758
|
-
},{"./error/index.js":
|
|
37083
|
+
},{"./error/index.js":167,"./execution/index.js":171,"./graphql.js":173,"./language/index.js":201,"./subscription/index.js":219,"./type/index.js":224,"./utilities/index.js":242,"./validation/index.js":253,"./version.js":291}],175:[function(require,module,exports){
|
|
36759
37084
|
"use strict";
|
|
36760
37085
|
|
|
36761
37086
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36791,7 +37116,7 @@ function pathToArray(path) {
|
|
|
36791
37116
|
return flattened.reverse();
|
|
36792
37117
|
}
|
|
36793
37118
|
|
|
36794
|
-
},{}],
|
|
37119
|
+
},{}],176:[function(require,module,exports){
|
|
36795
37120
|
"use strict";
|
|
36796
37121
|
|
|
36797
37122
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36818,7 +37143,7 @@ function defineInspect(classObject) {
|
|
|
36818
37143
|
}
|
|
36819
37144
|
}
|
|
36820
37145
|
|
|
36821
|
-
},{"./invariant.js":
|
|
37146
|
+
},{"./invariant.js":182,"./nodejsCustomInspectSymbol.js":191}],177:[function(require,module,exports){
|
|
36822
37147
|
"use strict";
|
|
36823
37148
|
|
|
36824
37149
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36834,7 +37159,7 @@ function devAssert(condition, message) {
|
|
|
36834
37159
|
}
|
|
36835
37160
|
}
|
|
36836
37161
|
|
|
36837
|
-
},{}],
|
|
37162
|
+
},{}],178:[function(require,module,exports){
|
|
36838
37163
|
"use strict";
|
|
36839
37164
|
|
|
36840
37165
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36878,7 +37203,7 @@ function didYouMean(firstArg, secondArg) {
|
|
|
36878
37203
|
return message + selected.join(', ') + ', or ' + lastItem + '?';
|
|
36879
37204
|
}
|
|
36880
37205
|
|
|
36881
|
-
},{}],
|
|
37206
|
+
},{}],179:[function(require,module,exports){
|
|
36882
37207
|
"use strict";
|
|
36883
37208
|
|
|
36884
37209
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36893,7 +37218,7 @@ function identityFunc(x) {
|
|
|
36893
37218
|
return x;
|
|
36894
37219
|
}
|
|
36895
37220
|
|
|
36896
|
-
},{}],
|
|
37221
|
+
},{}],180:[function(require,module,exports){
|
|
36897
37222
|
"use strict";
|
|
36898
37223
|
|
|
36899
37224
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37028,7 +37353,7 @@ function getObjectTag(object) {
|
|
|
37028
37353
|
return tag;
|
|
37029
37354
|
}
|
|
37030
37355
|
|
|
37031
|
-
},{"./nodejsCustomInspectSymbol.js":
|
|
37356
|
+
},{"./nodejsCustomInspectSymbol.js":191}],181:[function(require,module,exports){
|
|
37032
37357
|
(function (process){(function (){
|
|
37033
37358
|
"use strict";
|
|
37034
37359
|
|
|
@@ -37074,7 +37399,7 @@ function instanceOf(value, constructor) {
|
|
|
37074
37399
|
exports.default = _default;
|
|
37075
37400
|
|
|
37076
37401
|
}).call(this)}).call(this,require('_process'))
|
|
37077
|
-
},{"./inspect.js":
|
|
37402
|
+
},{"./inspect.js":180,"_process":311}],182:[function(require,module,exports){
|
|
37078
37403
|
"use strict";
|
|
37079
37404
|
|
|
37080
37405
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37090,7 +37415,7 @@ function invariant(condition, message) {
|
|
|
37090
37415
|
}
|
|
37091
37416
|
}
|
|
37092
37417
|
|
|
37093
|
-
},{}],
|
|
37418
|
+
},{}],183:[function(require,module,exports){
|
|
37094
37419
|
"use strict";
|
|
37095
37420
|
|
|
37096
37421
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37105,7 +37430,7 @@ function isAsyncIterable(maybeAsyncIterable) {
|
|
|
37105
37430
|
return typeof (maybeAsyncIterable === null || maybeAsyncIterable === void 0 ? void 0 : maybeAsyncIterable[_symbols.SYMBOL_ASYNC_ITERATOR]) === 'function';
|
|
37106
37431
|
}
|
|
37107
37432
|
|
|
37108
|
-
},{"../polyfills/symbols.js":
|
|
37433
|
+
},{"../polyfills/symbols.js":218}],184:[function(require,module,exports){
|
|
37109
37434
|
"use strict";
|
|
37110
37435
|
|
|
37111
37436
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37123,7 +37448,7 @@ function isObjectLike(value) {
|
|
|
37123
37448
|
return _typeof(value) == 'object' && value !== null;
|
|
37124
37449
|
}
|
|
37125
37450
|
|
|
37126
|
-
},{}],
|
|
37451
|
+
},{}],185:[function(require,module,exports){
|
|
37127
37452
|
"use strict";
|
|
37128
37453
|
|
|
37129
37454
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37140,7 +37465,7 @@ function isPromise(value) {
|
|
|
37140
37465
|
return typeof (value === null || value === void 0 ? void 0 : value.then) === 'function';
|
|
37141
37466
|
}
|
|
37142
37467
|
|
|
37143
|
-
},{}],
|
|
37468
|
+
},{}],186:[function(require,module,exports){
|
|
37144
37469
|
"use strict";
|
|
37145
37470
|
|
|
37146
37471
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37178,7 +37503,7 @@ function keyMap(list, keyFn) {
|
|
|
37178
37503
|
}, Object.create(null));
|
|
37179
37504
|
}
|
|
37180
37505
|
|
|
37181
|
-
},{}],
|
|
37506
|
+
},{}],187:[function(require,module,exports){
|
|
37182
37507
|
"use strict";
|
|
37183
37508
|
|
|
37184
37509
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37210,7 +37535,7 @@ function keyValMap(list, keyFn, valFn) {
|
|
|
37210
37535
|
}, Object.create(null));
|
|
37211
37536
|
}
|
|
37212
37537
|
|
|
37213
|
-
},{}],
|
|
37538
|
+
},{}],188:[function(require,module,exports){
|
|
37214
37539
|
"use strict";
|
|
37215
37540
|
|
|
37216
37541
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37239,7 +37564,7 @@ function mapValue(map, fn) {
|
|
|
37239
37564
|
return result;
|
|
37240
37565
|
}
|
|
37241
37566
|
|
|
37242
|
-
},{"../polyfills/objectEntries.js":
|
|
37567
|
+
},{"../polyfills/objectEntries.js":216}],189:[function(require,module,exports){
|
|
37243
37568
|
"use strict";
|
|
37244
37569
|
|
|
37245
37570
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37286,7 +37611,7 @@ function memoize3(fn) {
|
|
|
37286
37611
|
};
|
|
37287
37612
|
}
|
|
37288
37613
|
|
|
37289
|
-
},{}],
|
|
37614
|
+
},{}],190:[function(require,module,exports){
|
|
37290
37615
|
"use strict";
|
|
37291
37616
|
|
|
37292
37617
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37357,7 +37682,7 @@ function isDigit(code) {
|
|
|
37357
37682
|
return !isNaN(code) && DIGIT_0 <= code && code <= DIGIT_9;
|
|
37358
37683
|
}
|
|
37359
37684
|
|
|
37360
|
-
},{}],
|
|
37685
|
+
},{}],191:[function(require,module,exports){
|
|
37361
37686
|
"use strict";
|
|
37362
37687
|
|
|
37363
37688
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37369,7 +37694,7 @@ var nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.fo
|
|
|
37369
37694
|
var _default = nodejsCustomInspectSymbol;
|
|
37370
37695
|
exports.default = _default;
|
|
37371
37696
|
|
|
37372
|
-
},{}],
|
|
37697
|
+
},{}],192:[function(require,module,exports){
|
|
37373
37698
|
"use strict";
|
|
37374
37699
|
|
|
37375
37700
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37386,7 +37711,7 @@ function printPathArray(path) {
|
|
|
37386
37711
|
}).join('');
|
|
37387
37712
|
}
|
|
37388
37713
|
|
|
37389
|
-
},{}],
|
|
37714
|
+
},{}],193:[function(require,module,exports){
|
|
37390
37715
|
"use strict";
|
|
37391
37716
|
|
|
37392
37717
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37414,7 +37739,7 @@ function promiseForObject(object) {
|
|
|
37414
37739
|
});
|
|
37415
37740
|
}
|
|
37416
37741
|
|
|
37417
|
-
},{}],
|
|
37742
|
+
},{}],194:[function(require,module,exports){
|
|
37418
37743
|
"use strict";
|
|
37419
37744
|
|
|
37420
37745
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37441,7 +37766,7 @@ function promiseReduce(values, callback, initialValue) {
|
|
|
37441
37766
|
}, initialValue);
|
|
37442
37767
|
}
|
|
37443
37768
|
|
|
37444
|
-
},{"./isPromise.js":
|
|
37769
|
+
},{"./isPromise.js":185}],195:[function(require,module,exports){
|
|
37445
37770
|
"use strict";
|
|
37446
37771
|
|
|
37447
37772
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37516,7 +37841,7 @@ function safeArrayFrom(collection) {
|
|
|
37516
37841
|
return null;
|
|
37517
37842
|
}
|
|
37518
37843
|
|
|
37519
|
-
},{"../polyfills/symbols.js":
|
|
37844
|
+
},{"../polyfills/symbols.js":218}],196:[function(require,module,exports){
|
|
37520
37845
|
"use strict";
|
|
37521
37846
|
|
|
37522
37847
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37659,7 +37984,7 @@ function stringToArray(str) {
|
|
|
37659
37984
|
return array;
|
|
37660
37985
|
}
|
|
37661
37986
|
|
|
37662
|
-
},{"./naturalCompare.js":
|
|
37987
|
+
},{"./naturalCompare.js":190}],197:[function(require,module,exports){
|
|
37663
37988
|
"use strict";
|
|
37664
37989
|
|
|
37665
37990
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37689,7 +38014,7 @@ function toObjMap(obj) {
|
|
|
37689
38014
|
return map;
|
|
37690
38015
|
}
|
|
37691
38016
|
|
|
37692
|
-
},{"../polyfills/objectEntries.js":
|
|
38017
|
+
},{"../polyfills/objectEntries.js":216}],198:[function(require,module,exports){
|
|
37693
38018
|
"use strict";
|
|
37694
38019
|
|
|
37695
38020
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37823,7 +38148,7 @@ function isNode(maybeNode) {
|
|
|
37823
38148
|
* The list of all possible AST node types.
|
|
37824
38149
|
*/
|
|
37825
38150
|
|
|
37826
|
-
},{"../jsutils/defineInspect.js":
|
|
38151
|
+
},{"../jsutils/defineInspect.js":176}],199:[function(require,module,exports){
|
|
37827
38152
|
"use strict";
|
|
37828
38153
|
|
|
37829
38154
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37959,7 +38284,7 @@ function printBlockString(value) {
|
|
|
37959
38284
|
return '"""' + result.replace(/"""/g, '\\"""') + '"""';
|
|
37960
38285
|
}
|
|
37961
38286
|
|
|
37962
|
-
},{}],
|
|
38287
|
+
},{}],200:[function(require,module,exports){
|
|
37963
38288
|
"use strict";
|
|
37964
38289
|
|
|
37965
38290
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -37999,7 +38324,7 @@ var DirectiveLocation = Object.freeze({
|
|
|
37999
38324
|
|
|
38000
38325
|
exports.DirectiveLocation = DirectiveLocation;
|
|
38001
38326
|
|
|
38002
|
-
},{}],
|
|
38327
|
+
},{}],201:[function(require,module,exports){
|
|
38003
38328
|
"use strict";
|
|
38004
38329
|
|
|
38005
38330
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -38192,7 +38517,7 @@ var _predicates = require("./predicates.js");
|
|
|
38192
38517
|
|
|
38193
38518
|
var _directiveLocation = require("./directiveLocation.js");
|
|
38194
38519
|
|
|
38195
|
-
},{"./ast.js":
|
|
38520
|
+
},{"./ast.js":198,"./directiveLocation.js":200,"./kinds.js":202,"./lexer.js":203,"./location.js":204,"./parser.js":205,"./predicates.js":206,"./printLocation.js":207,"./printer.js":208,"./source.js":209,"./tokenKind.js":210,"./visitor.js":211}],202:[function(require,module,exports){
|
|
38196
38521
|
"use strict";
|
|
38197
38522
|
|
|
38198
38523
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -38265,7 +38590,7 @@ var Kind = Object.freeze({
|
|
|
38265
38590
|
|
|
38266
38591
|
exports.Kind = Kind;
|
|
38267
38592
|
|
|
38268
|
-
},{}],
|
|
38593
|
+
},{}],203:[function(require,module,exports){
|
|
38269
38594
|
"use strict";
|
|
38270
38595
|
|
|
38271
38596
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -38957,7 +39282,7 @@ function isNameStart(code) {
|
|
|
38957
39282
|
return code === 95 || code >= 65 && code <= 90 || code >= 97 && code <= 122;
|
|
38958
39283
|
}
|
|
38959
39284
|
|
|
38960
|
-
},{"../error/syntaxError.js":
|
|
39285
|
+
},{"../error/syntaxError.js":169,"./ast.js":198,"./blockString.js":199,"./tokenKind.js":210}],204:[function(require,module,exports){
|
|
38961
39286
|
"use strict";
|
|
38962
39287
|
|
|
38963
39288
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -38990,7 +39315,7 @@ function getLocation(source, position) {
|
|
|
38990
39315
|
};
|
|
38991
39316
|
}
|
|
38992
39317
|
|
|
38993
|
-
},{}],
|
|
39318
|
+
},{}],205:[function(require,module,exports){
|
|
38994
39319
|
"use strict";
|
|
38995
39320
|
|
|
38996
39321
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -40558,7 +40883,7 @@ function getTokenKindDesc(kind) {
|
|
|
40558
40883
|
return (0, _lexer.isPunctuatorTokenKind)(kind) ? "\"".concat(kind, "\"") : kind;
|
|
40559
40884
|
}
|
|
40560
40885
|
|
|
40561
|
-
},{"../error/syntaxError.js":
|
|
40886
|
+
},{"../error/syntaxError.js":169,"./ast.js":198,"./directiveLocation.js":200,"./kinds.js":202,"./lexer.js":203,"./source.js":209,"./tokenKind.js":210}],206:[function(require,module,exports){
|
|
40562
40887
|
"use strict";
|
|
40563
40888
|
|
|
40564
40889
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -40612,7 +40937,7 @@ function isTypeExtensionNode(node) {
|
|
|
40612
40937
|
return node.kind === _kinds.Kind.SCALAR_TYPE_EXTENSION || node.kind === _kinds.Kind.OBJECT_TYPE_EXTENSION || node.kind === _kinds.Kind.INTERFACE_TYPE_EXTENSION || node.kind === _kinds.Kind.UNION_TYPE_EXTENSION || node.kind === _kinds.Kind.ENUM_TYPE_EXTENSION || node.kind === _kinds.Kind.INPUT_OBJECT_TYPE_EXTENSION;
|
|
40613
40938
|
}
|
|
40614
40939
|
|
|
40615
|
-
},{"./kinds.js":
|
|
40940
|
+
},{"./kinds.js":202}],207:[function(require,module,exports){
|
|
40616
40941
|
"use strict";
|
|
40617
40942
|
|
|
40618
40943
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -40689,7 +41014,7 @@ function leftPad(len, str) {
|
|
|
40689
41014
|
return whitespace(len - str.length) + str;
|
|
40690
41015
|
}
|
|
40691
41016
|
|
|
40692
|
-
},{"./location.js":
|
|
41017
|
+
},{"./location.js":204}],208:[function(require,module,exports){
|
|
40693
41018
|
"use strict";
|
|
40694
41019
|
|
|
40695
41020
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41013,7 +41338,7 @@ function hasMultilineItems(maybeArray) {
|
|
|
41013
41338
|
return maybeArray != null && maybeArray.some(isMultiline);
|
|
41014
41339
|
}
|
|
41015
41340
|
|
|
41016
|
-
},{"./blockString.js":
|
|
41341
|
+
},{"./blockString.js":199,"./visitor.js":211}],209:[function(require,module,exports){
|
|
41017
41342
|
"use strict";
|
|
41018
41343
|
|
|
41019
41344
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41082,7 +41407,7 @@ function isSource(source) {
|
|
|
41082
41407
|
return (0, _instanceOf.default)(source, Source);
|
|
41083
41408
|
}
|
|
41084
41409
|
|
|
41085
|
-
},{"../jsutils/devAssert.js":
|
|
41410
|
+
},{"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/instanceOf.js":181,"../polyfills/symbols.js":218}],210:[function(require,module,exports){
|
|
41086
41411
|
"use strict";
|
|
41087
41412
|
|
|
41088
41413
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41124,7 +41449,7 @@ var TokenKind = Object.freeze({
|
|
|
41124
41449
|
|
|
41125
41450
|
exports.TokenKind = TokenKind;
|
|
41126
41451
|
|
|
41127
|
-
},{}],
|
|
41452
|
+
},{}],211:[function(require,module,exports){
|
|
41128
41453
|
"use strict";
|
|
41129
41454
|
|
|
41130
41455
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41523,7 +41848,7 @@ function getVisitFn(visitor, kind, isLeaving) {
|
|
|
41523
41848
|
}
|
|
41524
41849
|
}
|
|
41525
41850
|
|
|
41526
|
-
},{"../jsutils/inspect.js":
|
|
41851
|
+
},{"../jsutils/inspect.js":180,"./ast.js":198}],212:[function(require,module,exports){
|
|
41527
41852
|
"use strict";
|
|
41528
41853
|
|
|
41529
41854
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41582,7 +41907,7 @@ var arrayFrom = Array.from || function (obj, mapFn, thisArg) {
|
|
|
41582
41907
|
var _default = arrayFrom;
|
|
41583
41908
|
exports.default = _default;
|
|
41584
41909
|
|
|
41585
|
-
},{"./symbols.js":
|
|
41910
|
+
},{"./symbols.js":218}],213:[function(require,module,exports){
|
|
41586
41911
|
"use strict";
|
|
41587
41912
|
|
|
41588
41913
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41606,7 +41931,7 @@ var find = Array.prototype.find ? function (list, predicate) {
|
|
|
41606
41931
|
var _default = find;
|
|
41607
41932
|
exports.default = _default;
|
|
41608
41933
|
|
|
41609
|
-
},{}],
|
|
41934
|
+
},{}],214:[function(require,module,exports){
|
|
41610
41935
|
"use strict";
|
|
41611
41936
|
|
|
41612
41937
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41623,7 +41948,7 @@ var isFinitePolyfill = Number.isFinite || function (value) {
|
|
|
41623
41948
|
var _default = isFinitePolyfill;
|
|
41624
41949
|
exports.default = _default;
|
|
41625
41950
|
|
|
41626
|
-
},{}],
|
|
41951
|
+
},{}],215:[function(require,module,exports){
|
|
41627
41952
|
"use strict";
|
|
41628
41953
|
|
|
41629
41954
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41640,7 +41965,7 @@ var isInteger = Number.isInteger || function (value) {
|
|
|
41640
41965
|
var _default = isInteger;
|
|
41641
41966
|
exports.default = _default;
|
|
41642
41967
|
|
|
41643
|
-
},{}],
|
|
41968
|
+
},{}],216:[function(require,module,exports){
|
|
41644
41969
|
"use strict";
|
|
41645
41970
|
|
|
41646
41971
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41659,7 +41984,7 @@ var objectEntries = Object.entries || function (obj) {
|
|
|
41659
41984
|
var _default = objectEntries;
|
|
41660
41985
|
exports.default = _default;
|
|
41661
41986
|
|
|
41662
|
-
},{}],
|
|
41987
|
+
},{}],217:[function(require,module,exports){
|
|
41663
41988
|
"use strict";
|
|
41664
41989
|
|
|
41665
41990
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41678,7 +42003,7 @@ var objectValues = Object.values || function (obj) {
|
|
|
41678
42003
|
var _default = objectValues;
|
|
41679
42004
|
exports.default = _default;
|
|
41680
42005
|
|
|
41681
|
-
},{}],
|
|
42006
|
+
},{}],218:[function(require,module,exports){
|
|
41682
42007
|
"use strict";
|
|
41683
42008
|
|
|
41684
42009
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41697,7 +42022,7 @@ exports.SYMBOL_ASYNC_ITERATOR = SYMBOL_ASYNC_ITERATOR;
|
|
|
41697
42022
|
var SYMBOL_TO_STRING_TAG = typeof Symbol === 'function' && Symbol.toStringTag != null ? Symbol.toStringTag : '@@toStringTag';
|
|
41698
42023
|
exports.SYMBOL_TO_STRING_TAG = SYMBOL_TO_STRING_TAG;
|
|
41699
42024
|
|
|
41700
|
-
},{}],
|
|
42025
|
+
},{}],219:[function(require,module,exports){
|
|
41701
42026
|
"use strict";
|
|
41702
42027
|
|
|
41703
42028
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41718,7 +42043,7 @@ Object.defineProperty(exports, "createSourceEventStream", {
|
|
|
41718
42043
|
|
|
41719
42044
|
var _subscribe = require("./subscribe.js");
|
|
41720
42045
|
|
|
41721
|
-
},{"./subscribe.js":
|
|
42046
|
+
},{"./subscribe.js":221}],220:[function(require,module,exports){
|
|
41722
42047
|
"use strict";
|
|
41723
42048
|
|
|
41724
42049
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -41806,7 +42131,7 @@ function iteratorResult(value) {
|
|
|
41806
42131
|
};
|
|
41807
42132
|
}
|
|
41808
42133
|
|
|
41809
|
-
},{"../polyfills/symbols.js":
|
|
42134
|
+
},{"../polyfills/symbols.js":218}],221:[function(require,module,exports){
|
|
41810
42135
|
"use strict";
|
|
41811
42136
|
|
|
41812
42137
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -42000,7 +42325,7 @@ function executeSubscription(exeContext) {
|
|
|
42000
42325
|
});
|
|
42001
42326
|
}
|
|
42002
42327
|
|
|
42003
|
-
},{"../error/GraphQLError.js":
|
|
42328
|
+
},{"../error/GraphQLError.js":165,"../error/locatedError.js":168,"../execution/execute.js":170,"../execution/values.js":172,"../jsutils/Path.js":175,"../jsutils/inspect.js":180,"../jsutils/isAsyncIterable.js":183,"../utilities/getOperationRootType.js":241,"./mapAsyncIterator.js":220}],222:[function(require,module,exports){
|
|
42004
42329
|
"use strict";
|
|
42005
42330
|
|
|
42006
42331
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -43228,7 +43553,7 @@ function isRequiredInputField(field) {
|
|
|
43228
43553
|
return isNonNullType(field.type) && field.defaultValue === undefined;
|
|
43229
43554
|
}
|
|
43230
43555
|
|
|
43231
|
-
},{"../error/GraphQLError.js":
|
|
43556
|
+
},{"../error/GraphQLError.js":165,"../jsutils/defineInspect.js":176,"../jsutils/devAssert.js":177,"../jsutils/didYouMean.js":178,"../jsutils/identityFunc.js":179,"../jsutils/inspect.js":180,"../jsutils/instanceOf.js":181,"../jsutils/isObjectLike.js":184,"../jsutils/keyMap.js":186,"../jsutils/keyValMap.js":187,"../jsutils/mapValue.js":188,"../jsutils/suggestionList.js":196,"../jsutils/toObjMap.js":197,"../language/kinds.js":202,"../language/printer.js":208,"../polyfills/objectEntries.js":216,"../polyfills/symbols.js":218,"../utilities/valueFromASTUntyped.js":251}],223:[function(require,module,exports){
|
|
43232
43557
|
"use strict";
|
|
43233
43558
|
|
|
43234
43559
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -43435,7 +43760,7 @@ function isSpecifiedDirective(directive) {
|
|
|
43435
43760
|
});
|
|
43436
43761
|
}
|
|
43437
43762
|
|
|
43438
|
-
},{"../jsutils/defineInspect.js":
|
|
43763
|
+
},{"../jsutils/defineInspect.js":176,"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/instanceOf.js":181,"../jsutils/isObjectLike.js":184,"../jsutils/toObjMap.js":197,"../language/directiveLocation.js":200,"../polyfills/objectEntries.js":216,"../polyfills/symbols.js":218,"./definition.js":222,"./scalars.js":226}],224:[function(require,module,exports){
|
|
43439
43764
|
"use strict";
|
|
43440
43765
|
|
|
43441
43766
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -43946,7 +44271,7 @@ var _introspection = require("./introspection.js");
|
|
|
43946
44271
|
|
|
43947
44272
|
var _validate = require("./validate.js");
|
|
43948
44273
|
|
|
43949
|
-
},{"./definition.js":
|
|
44274
|
+
},{"./definition.js":222,"./directives.js":223,"./introspection.js":225,"./scalars.js":226,"./schema.js":227,"./validate.js":228}],225:[function(require,module,exports){
|
|
43950
44275
|
"use strict";
|
|
43951
44276
|
|
|
43952
44277
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -44572,7 +44897,7 @@ function isIntrospectionType(type) {
|
|
|
44572
44897
|
});
|
|
44573
44898
|
}
|
|
44574
44899
|
|
|
44575
|
-
},{"../jsutils/inspect.js":
|
|
44900
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../language/directiveLocation.js":200,"../language/printer.js":208,"../polyfills/objectValues.js":217,"../utilities/astFromValue.js":231,"./definition.js":222,"./scalars.js":226}],226:[function(require,module,exports){
|
|
44576
44901
|
"use strict";
|
|
44577
44902
|
|
|
44578
44903
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -44858,7 +45183,7 @@ function isSpecifiedScalarType(type) {
|
|
|
44858
45183
|
});
|
|
44859
45184
|
}
|
|
44860
45185
|
|
|
44861
|
-
},{"../error/GraphQLError.js":
|
|
45186
|
+
},{"../error/GraphQLError.js":165,"../jsutils/inspect.js":180,"../jsutils/isObjectLike.js":184,"../language/kinds.js":202,"../language/printer.js":208,"../polyfills/isFinite.js":214,"../polyfills/isInteger.js":215,"./definition.js":222}],227:[function(require,module,exports){
|
|
44862
45187
|
"use strict";
|
|
44863
45188
|
|
|
44864
45189
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -45244,7 +45569,7 @@ function collectReferencedTypes(type, typeSet) {
|
|
|
45244
45569
|
return typeSet;
|
|
45245
45570
|
}
|
|
45246
45571
|
|
|
45247
|
-
},{"../jsutils/devAssert.js":
|
|
45572
|
+
},{"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/instanceOf.js":181,"../jsutils/isObjectLike.js":184,"../jsutils/toObjMap.js":197,"../polyfills/arrayFrom.js":212,"../polyfills/find.js":213,"../polyfills/objectValues.js":217,"../polyfills/symbols.js":218,"./definition.js":222,"./directives.js":223,"./introspection.js":225}],228:[function(require,module,exports){
|
|
45248
45573
|
"use strict";
|
|
45249
45574
|
|
|
45250
45575
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -45795,7 +46120,7 @@ function getDeprecatedDirectiveNode(definitionNode) {
|
|
|
45795
46120
|
});
|
|
45796
46121
|
}
|
|
45797
46122
|
|
|
45798
|
-
},{"../error/GraphQLError.js":
|
|
46123
|
+
},{"../error/GraphQLError.js":165,"../error/locatedError.js":168,"../jsutils/inspect.js":180,"../polyfills/find.js":213,"../polyfills/objectValues.js":217,"../utilities/assertValidName.js":230,"../utilities/typeComparators.js":248,"./definition.js":222,"./directives.js":223,"./introspection.js":225,"./schema.js":227}],229:[function(require,module,exports){
|
|
45799
46124
|
"use strict";
|
|
45800
46125
|
|
|
45801
46126
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -46194,7 +46519,7 @@ function visitWithTypeInfo(typeInfo, visitor) {
|
|
|
46194
46519
|
};
|
|
46195
46520
|
}
|
|
46196
46521
|
|
|
46197
|
-
},{"../language/ast.js":
|
|
46522
|
+
},{"../language/ast.js":198,"../language/kinds.js":202,"../language/visitor.js":211,"../polyfills/find.js":213,"../type/definition.js":222,"../type/introspection.js":225,"./typeFromAST.js":249}],230:[function(require,module,exports){
|
|
46198
46523
|
"use strict";
|
|
46199
46524
|
|
|
46200
46525
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -46240,7 +46565,7 @@ function isValidNameError(name) {
|
|
|
46240
46565
|
}
|
|
46241
46566
|
}
|
|
46242
46567
|
|
|
46243
|
-
},{"../error/GraphQLError.js":
|
|
46568
|
+
},{"../error/GraphQLError.js":165,"../jsutils/devAssert.js":177}],231:[function(require,module,exports){
|
|
46244
46569
|
"use strict";
|
|
46245
46570
|
|
|
46246
46571
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -46438,7 +46763,7 @@ function astFromValue(value, type) {
|
|
|
46438
46763
|
|
|
46439
46764
|
var integerStringRegExp = /^-?(?:0|[1-9][0-9]*)$/;
|
|
46440
46765
|
|
|
46441
|
-
},{"../jsutils/inspect.js":
|
|
46766
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/isObjectLike.js":184,"../jsutils/safeArrayFrom.js":195,"../language/kinds.js":202,"../polyfills/isFinite.js":214,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/scalars.js":226}],232:[function(require,module,exports){
|
|
46442
46767
|
"use strict";
|
|
46443
46768
|
|
|
46444
46769
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -46557,7 +46882,7 @@ function buildSchema(source, options) {
|
|
|
46557
46882
|
});
|
|
46558
46883
|
}
|
|
46559
46884
|
|
|
46560
|
-
},{"../jsutils/devAssert.js":
|
|
46885
|
+
},{"../jsutils/devAssert.js":177,"../language/kinds.js":202,"../language/parser.js":205,"../type/directives.js":223,"../type/schema.js":227,"../validation/validate.js":290,"./extendSchema.js":236}],233:[function(require,module,exports){
|
|
46561
46886
|
"use strict";
|
|
46562
46887
|
|
|
46563
46888
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -46894,7 +47219,7 @@ function buildClientSchema(introspection, options) {
|
|
|
46894
47219
|
}
|
|
46895
47220
|
}
|
|
46896
47221
|
|
|
46897
|
-
},{"../jsutils/devAssert.js":
|
|
47222
|
+
},{"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/isObjectLike.js":184,"../jsutils/keyValMap.js":187,"../language/parser.js":205,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/directives.js":223,"../type/introspection.js":225,"../type/scalars.js":226,"../type/schema.js":227,"./valueFromAST.js":250}],234:[function(require,module,exports){
|
|
46898
47223
|
"use strict";
|
|
46899
47224
|
|
|
46900
47225
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47044,7 +47369,7 @@ function coerceInputValueImpl(inputValue, type, onError, path) {
|
|
|
47044
47369
|
false || (0, _invariant.default)(0, 'Unexpected input type: ' + (0, _inspect.default)(type));
|
|
47045
47370
|
}
|
|
47046
47371
|
|
|
47047
|
-
},{"../error/GraphQLError.js":
|
|
47372
|
+
},{"../error/GraphQLError.js":165,"../jsutils/Path.js":175,"../jsutils/didYouMean.js":178,"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/isObjectLike.js":184,"../jsutils/printPathArray.js":192,"../jsutils/safeArrayFrom.js":195,"../jsutils/suggestionList.js":196,"../polyfills/objectValues.js":217,"../type/definition.js":222}],235:[function(require,module,exports){
|
|
47048
47373
|
"use strict";
|
|
47049
47374
|
|
|
47050
47375
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47071,7 +47396,7 @@ function concatAST(documents) {
|
|
|
47071
47396
|
};
|
|
47072
47397
|
}
|
|
47073
47398
|
|
|
47074
|
-
},{}],
|
|
47399
|
+
},{}],236:[function(require,module,exports){
|
|
47075
47400
|
"use strict";
|
|
47076
47401
|
|
|
47077
47402
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47792,7 +48117,7 @@ function getLeadingCommentBlock(node) {
|
|
|
47792
48117
|
return comments.length > 0 ? comments.reverse().join('\n') : undefined;
|
|
47793
48118
|
}
|
|
47794
48119
|
|
|
47795
|
-
},{"../execution/values.js":
|
|
48120
|
+
},{"../execution/values.js":172,"../jsutils/devAssert.js":177,"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/keyMap.js":186,"../jsutils/mapValue.js":188,"../language/blockString.js":199,"../language/kinds.js":202,"../language/predicates.js":206,"../language/tokenKind.js":210,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/directives.js":223,"../type/introspection.js":225,"../type/scalars.js":226,"../type/schema.js":227,"../validation/validate.js":290,"./valueFromAST.js":250}],237:[function(require,module,exports){
|
|
47796
48121
|
"use strict";
|
|
47797
48122
|
|
|
47798
48123
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48316,7 +48641,7 @@ function diff(oldArray, newArray) {
|
|
|
48316
48641
|
};
|
|
48317
48642
|
}
|
|
48318
48643
|
|
|
48319
|
-
},{"../jsutils/inspect.js":
|
|
48644
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/keyMap.js":186,"../jsutils/naturalCompare.js":190,"../language/printer.js":208,"../language/visitor.js":211,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/scalars.js":226,"./astFromValue.js":231}],238:[function(require,module,exports){
|
|
48320
48645
|
"use strict";
|
|
48321
48646
|
|
|
48322
48647
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48345,7 +48670,7 @@ function findDeprecatedUsages(schema, ast) {
|
|
|
48345
48670
|
return (0, _validate.validate)(schema, ast, [_NoDeprecatedCustomRule.NoDeprecatedCustomRule]);
|
|
48346
48671
|
}
|
|
48347
48672
|
|
|
48348
|
-
},{"../validation/rules/custom/NoDeprecatedCustomRule.js":
|
|
48673
|
+
},{"../validation/rules/custom/NoDeprecatedCustomRule.js":287,"../validation/validate.js":290}],239:[function(require,module,exports){
|
|
48349
48674
|
"use strict";
|
|
48350
48675
|
|
|
48351
48676
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48380,7 +48705,7 @@ function getIntrospectionQuery(options) {
|
|
|
48380
48705
|
return "\n query IntrospectionQuery {\n __schema {\n ".concat(schemaDescription, "\n queryType { name }\n mutationType { name }\n subscriptionType { name }\n types {\n ...FullType\n }\n directives {\n name\n ").concat(descriptions, "\n ").concat(directiveIsRepeatable, "\n locations\n args").concat(inputDeprecation('(includeDeprecated: true)'), " {\n ...InputValue\n }\n }\n }\n }\n\n fragment FullType on __Type {\n kind\n name\n ").concat(descriptions, "\n ").concat(specifiedByUrl, "\n fields(includeDeprecated: true) {\n name\n ").concat(descriptions, "\n args").concat(inputDeprecation('(includeDeprecated: true)'), " {\n ...InputValue\n }\n type {\n ...TypeRef\n }\n isDeprecated\n deprecationReason\n }\n inputFields").concat(inputDeprecation('(includeDeprecated: true)'), " {\n ...InputValue\n }\n interfaces {\n ...TypeRef\n }\n enumValues(includeDeprecated: true) {\n name\n ").concat(descriptions, "\n isDeprecated\n deprecationReason\n }\n possibleTypes {\n ...TypeRef\n }\n }\n\n fragment InputValue on __InputValue {\n name\n ").concat(descriptions, "\n type { ...TypeRef }\n defaultValue\n ").concat(inputDeprecation('isDeprecated'), "\n ").concat(inputDeprecation('deprecationReason'), "\n }\n\n fragment TypeRef on __Type {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n }\n }\n }\n }\n }\n }\n }\n }\n ");
|
|
48381
48706
|
}
|
|
48382
48707
|
|
|
48383
|
-
},{}],
|
|
48708
|
+
},{}],240:[function(require,module,exports){
|
|
48384
48709
|
"use strict";
|
|
48385
48710
|
|
|
48386
48711
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48422,7 +48747,7 @@ function getOperationAST(documentAST, operationName) {
|
|
|
48422
48747
|
return operation;
|
|
48423
48748
|
}
|
|
48424
48749
|
|
|
48425
|
-
},{"../language/kinds.js":
|
|
48750
|
+
},{"../language/kinds.js":202}],241:[function(require,module,exports){
|
|
48426
48751
|
"use strict";
|
|
48427
48752
|
|
|
48428
48753
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48469,7 +48794,7 @@ function getOperationRootType(schema, operation) {
|
|
|
48469
48794
|
throw new _GraphQLError.GraphQLError('Can only have query, mutation and subscription operations.', operation);
|
|
48470
48795
|
}
|
|
48471
48796
|
|
|
48472
|
-
},{"../error/GraphQLError.js":
|
|
48797
|
+
},{"../error/GraphQLError.js":165}],242:[function(require,module,exports){
|
|
48473
48798
|
"use strict";
|
|
48474
48799
|
|
|
48475
48800
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48718,7 +49043,7 @@ var _findBreakingChanges = require("./findBreakingChanges.js");
|
|
|
48718
49043
|
|
|
48719
49044
|
var _findDeprecatedUsages = require("./findDeprecatedUsages.js");
|
|
48720
49045
|
|
|
48721
|
-
},{"./TypeInfo.js":
|
|
49046
|
+
},{"./TypeInfo.js":229,"./assertValidName.js":230,"./astFromValue.js":231,"./buildASTSchema.js":232,"./buildClientSchema.js":233,"./coerceInputValue.js":234,"./concatAST.js":235,"./extendSchema.js":236,"./findBreakingChanges.js":237,"./findDeprecatedUsages.js":238,"./getIntrospectionQuery.js":239,"./getOperationAST.js":240,"./getOperationRootType.js":241,"./introspectionFromSchema.js":243,"./lexicographicSortSchema.js":244,"./printSchema.js":245,"./separateOperations.js":246,"./stripIgnoredCharacters.js":247,"./typeComparators.js":248,"./typeFromAST.js":249,"./valueFromAST.js":250,"./valueFromASTUntyped.js":251}],243:[function(require,module,exports){
|
|
48722
49047
|
"use strict";
|
|
48723
49048
|
|
|
48724
49049
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48768,7 +49093,7 @@ function introspectionFromSchema(schema, options) {
|
|
|
48768
49093
|
return result.data;
|
|
48769
49094
|
}
|
|
48770
49095
|
|
|
48771
|
-
},{"../execution/execute.js":
|
|
49096
|
+
},{"../execution/execute.js":170,"../jsutils/invariant.js":182,"../language/parser.js":205,"./getIntrospectionQuery.js":239}],244:[function(require,module,exports){
|
|
48772
49097
|
"use strict";
|
|
48773
49098
|
|
|
48774
49099
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -48972,7 +49297,7 @@ function sortBy(array, mapToKey) {
|
|
|
48972
49297
|
});
|
|
48973
49298
|
}
|
|
48974
49299
|
|
|
48975
|
-
},{"../jsutils/inspect.js":
|
|
49300
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/keyValMap.js":187,"../jsutils/naturalCompare.js":190,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/directives.js":223,"../type/introspection.js":225,"../type/schema.js":227}],245:[function(require,module,exports){
|
|
48976
49301
|
"use strict";
|
|
48977
49302
|
|
|
48978
49303
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49263,7 +49588,7 @@ function printDescriptionWithComments(description, indentation, firstInBlock) {
|
|
|
49263
49588
|
return prefix + comment + '\n';
|
|
49264
49589
|
}
|
|
49265
49590
|
|
|
49266
|
-
},{"../jsutils/inspect.js":
|
|
49591
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../language/blockString.js":199,"../language/printer.js":208,"../polyfills/objectValues.js":217,"../type/definition.js":222,"../type/directives.js":223,"../type/introspection.js":225,"../type/scalars.js":226,"./astFromValue.js":231}],246:[function(require,module,exports){
|
|
49267
49592
|
"use strict";
|
|
49268
49593
|
|
|
49269
49594
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49357,7 +49682,7 @@ function collectDependencies(selectionSet) {
|
|
|
49357
49682
|
return dependencies;
|
|
49358
49683
|
}
|
|
49359
49684
|
|
|
49360
|
-
},{"../language/kinds.js":
|
|
49685
|
+
},{"../language/kinds.js":202,"../language/visitor.js":211}],247:[function(require,module,exports){
|
|
49361
49686
|
"use strict";
|
|
49362
49687
|
|
|
49363
49688
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49482,7 +49807,7 @@ function dedentBlockString(blockStr) {
|
|
|
49482
49807
|
return '"""' + body + '"""';
|
|
49483
49808
|
}
|
|
49484
49809
|
|
|
49485
|
-
},{"../language/blockString.js":
|
|
49810
|
+
},{"../language/blockString.js":199,"../language/lexer.js":203,"../language/source.js":209,"../language/tokenKind.js":210}],248:[function(require,module,exports){
|
|
49486
49811
|
"use strict";
|
|
49487
49812
|
|
|
49488
49813
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49599,7 +49924,7 @@ function doTypesOverlap(schema, typeA, typeB) {
|
|
|
49599
49924
|
return false;
|
|
49600
49925
|
}
|
|
49601
49926
|
|
|
49602
|
-
},{"../type/definition.js":
|
|
49927
|
+
},{"../type/definition.js":222}],249:[function(require,module,exports){
|
|
49603
49928
|
"use strict";
|
|
49604
49929
|
|
|
49605
49930
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49640,7 +49965,7 @@ function typeFromAST(schema, typeNode) {
|
|
|
49640
49965
|
false || (0, _invariant.default)(0, 'Unexpected type node: ' + (0, _inspect.default)(typeNode));
|
|
49641
49966
|
}
|
|
49642
49967
|
|
|
49643
|
-
},{"../jsutils/inspect.js":
|
|
49968
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../language/kinds.js":202,"../type/definition.js":222}],250:[function(require,module,exports){
|
|
49644
49969
|
"use strict";
|
|
49645
49970
|
|
|
49646
49971
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49828,7 +50153,7 @@ function isMissingVariable(valueNode, variables) {
|
|
|
49828
50153
|
return valueNode.kind === _kinds.Kind.VARIABLE && (variables == null || variables[valueNode.name.value] === undefined);
|
|
49829
50154
|
}
|
|
49830
50155
|
|
|
49831
|
-
},{"../jsutils/inspect.js":
|
|
50156
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/keyMap.js":186,"../language/kinds.js":202,"../polyfills/objectValues.js":217,"../type/definition.js":222}],251:[function(require,module,exports){
|
|
49832
50157
|
"use strict";
|
|
49833
50158
|
|
|
49834
50159
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -49898,7 +50223,7 @@ function valueFromASTUntyped(valueNode, variables) {
|
|
|
49898
50223
|
false || (0, _invariant.default)(0, 'Unexpected value node: ' + (0, _inspect.default)(valueNode));
|
|
49899
50224
|
}
|
|
49900
50225
|
|
|
49901
|
-
},{"../jsutils/inspect.js":
|
|
50226
|
+
},{"../jsutils/inspect.js":180,"../jsutils/invariant.js":182,"../jsutils/keyValMap.js":187,"../language/kinds.js":202}],252:[function(require,module,exports){
|
|
49902
50227
|
"use strict";
|
|
49903
50228
|
|
|
49904
50229
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50141,7 +50466,7 @@ var ValidationContext = /*#__PURE__*/function (_ASTValidationContext2) {
|
|
|
50141
50466
|
|
|
50142
50467
|
exports.ValidationContext = ValidationContext;
|
|
50143
50468
|
|
|
50144
|
-
},{"../language/kinds.js":
|
|
50469
|
+
},{"../language/kinds.js":202,"../language/visitor.js":211,"../utilities/TypeInfo.js":229}],253:[function(require,module,exports){
|
|
50145
50470
|
"use strict";
|
|
50146
50471
|
|
|
50147
50472
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50452,7 +50777,7 @@ var _NoDeprecatedCustomRule = require("./rules/custom/NoDeprecatedCustomRule.js"
|
|
|
50452
50777
|
|
|
50453
50778
|
var _NoSchemaIntrospectionCustomRule = require("./rules/custom/NoSchemaIntrospectionCustomRule.js");
|
|
50454
50779
|
|
|
50455
|
-
},{"./ValidationContext.js":
|
|
50780
|
+
},{"./ValidationContext.js":252,"./rules/ExecutableDefinitionsRule.js":254,"./rules/FieldsOnCorrectTypeRule.js":255,"./rules/FragmentsOnCompositeTypesRule.js":256,"./rules/KnownArgumentNamesRule.js":257,"./rules/KnownDirectivesRule.js":258,"./rules/KnownFragmentNamesRule.js":259,"./rules/KnownTypeNamesRule.js":260,"./rules/LoneAnonymousOperationRule.js":261,"./rules/LoneSchemaDefinitionRule.js":262,"./rules/NoFragmentCyclesRule.js":263,"./rules/NoUndefinedVariablesRule.js":264,"./rules/NoUnusedFragmentsRule.js":265,"./rules/NoUnusedVariablesRule.js":266,"./rules/OverlappingFieldsCanBeMergedRule.js":267,"./rules/PossibleFragmentSpreadsRule.js":268,"./rules/PossibleTypeExtensionsRule.js":269,"./rules/ProvidedRequiredArgumentsRule.js":270,"./rules/ScalarLeafsRule.js":271,"./rules/SingleFieldSubscriptionsRule.js":272,"./rules/UniqueArgumentNamesRule.js":273,"./rules/UniqueDirectiveNamesRule.js":274,"./rules/UniqueDirectivesPerLocationRule.js":275,"./rules/UniqueEnumValueNamesRule.js":276,"./rules/UniqueFieldDefinitionNamesRule.js":277,"./rules/UniqueFragmentNamesRule.js":278,"./rules/UniqueInputFieldNamesRule.js":279,"./rules/UniqueOperationNamesRule.js":280,"./rules/UniqueOperationTypesRule.js":281,"./rules/UniqueTypeNamesRule.js":282,"./rules/UniqueVariableNamesRule.js":283,"./rules/ValuesOfCorrectTypeRule.js":284,"./rules/VariablesAreInputTypesRule.js":285,"./rules/VariablesInAllowedPositionRule.js":286,"./rules/custom/NoDeprecatedCustomRule.js":287,"./rules/custom/NoSchemaIntrospectionCustomRule.js":288,"./specifiedRules.js":289,"./validate.js":290}],254:[function(require,module,exports){
|
|
50456
50781
|
"use strict";
|
|
50457
50782
|
|
|
50458
50783
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50489,7 +50814,7 @@ function ExecutableDefinitionsRule(context) {
|
|
|
50489
50814
|
};
|
|
50490
50815
|
}
|
|
50491
50816
|
|
|
50492
|
-
},{"../../error/GraphQLError.js":
|
|
50817
|
+
},{"../../error/GraphQLError.js":165,"../../language/kinds.js":202,"../../language/predicates.js":206}],255:[function(require,module,exports){
|
|
50493
50818
|
"use strict";
|
|
50494
50819
|
|
|
50495
50820
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50623,7 +50948,7 @@ function getSuggestedFieldNames(type, fieldName) {
|
|
|
50623
50948
|
return [];
|
|
50624
50949
|
}
|
|
50625
50950
|
|
|
50626
|
-
},{"../../error/GraphQLError.js":
|
|
50951
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/didYouMean.js":178,"../../jsutils/naturalCompare.js":190,"../../jsutils/suggestionList.js":196,"../../polyfills/arrayFrom.js":212,"../../type/definition.js":222}],256:[function(require,module,exports){
|
|
50627
50952
|
"use strict";
|
|
50628
50953
|
|
|
50629
50954
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50671,7 +50996,7 @@ function FragmentsOnCompositeTypesRule(context) {
|
|
|
50671
50996
|
};
|
|
50672
50997
|
}
|
|
50673
50998
|
|
|
50674
|
-
},{"../../error/GraphQLError.js":
|
|
50999
|
+
},{"../../error/GraphQLError.js":165,"../../language/printer.js":208,"../../type/definition.js":222,"../../utilities/typeFromAST.js":249}],257:[function(require,module,exports){
|
|
50675
51000
|
"use strict";
|
|
50676
51001
|
|
|
50677
51002
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50777,7 +51102,7 @@ function KnownArgumentNamesOnDirectivesRule(context) {
|
|
|
50777
51102
|
};
|
|
50778
51103
|
}
|
|
50779
51104
|
|
|
50780
|
-
},{"../../error/GraphQLError.js":
|
|
51105
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/didYouMean.js":178,"../../jsutils/suggestionList.js":196,"../../language/kinds.js":202,"../../type/directives.js":223}],258:[function(require,module,exports){
|
|
50781
51106
|
"use strict";
|
|
50782
51107
|
|
|
50783
51108
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50927,7 +51252,7 @@ function getDirectiveLocationForOperation(operation) {
|
|
|
50927
51252
|
false || (0, _invariant.default)(0, 'Unexpected operation: ' + (0, _inspect.default)(operation));
|
|
50928
51253
|
}
|
|
50929
51254
|
|
|
50930
|
-
},{"../../error/GraphQLError.js":
|
|
51255
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../jsutils/invariant.js":182,"../../language/directiveLocation.js":200,"../../language/kinds.js":202,"../../type/directives.js":223}],259:[function(require,module,exports){
|
|
50931
51256
|
"use strict";
|
|
50932
51257
|
|
|
50933
51258
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -50956,7 +51281,7 @@ function KnownFragmentNamesRule(context) {
|
|
|
50956
51281
|
};
|
|
50957
51282
|
}
|
|
50958
51283
|
|
|
50959
|
-
},{"../../error/GraphQLError.js":
|
|
51284
|
+
},{"../../error/GraphQLError.js":165}],260:[function(require,module,exports){
|
|
50960
51285
|
"use strict";
|
|
50961
51286
|
|
|
50962
51287
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51031,7 +51356,7 @@ function isSDLNode(value) {
|
|
|
51031
51356
|
return !Array.isArray(value) && ((0, _predicates.isTypeSystemDefinitionNode)(value) || (0, _predicates.isTypeSystemExtensionNode)(value));
|
|
51032
51357
|
}
|
|
51033
51358
|
|
|
51034
|
-
},{"../../error/GraphQLError.js":
|
|
51359
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/didYouMean.js":178,"../../jsutils/suggestionList.js":196,"../../language/predicates.js":206,"../../type/introspection.js":225,"../../type/scalars.js":226}],261:[function(require,module,exports){
|
|
51035
51360
|
"use strict";
|
|
51036
51361
|
|
|
51037
51362
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51065,7 +51390,7 @@ function LoneAnonymousOperationRule(context) {
|
|
|
51065
51390
|
};
|
|
51066
51391
|
}
|
|
51067
51392
|
|
|
51068
|
-
},{"../../error/GraphQLError.js":
|
|
51393
|
+
},{"../../error/GraphQLError.js":165,"../../language/kinds.js":202}],262:[function(require,module,exports){
|
|
51069
51394
|
"use strict";
|
|
51070
51395
|
|
|
51071
51396
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51102,7 +51427,7 @@ function LoneSchemaDefinitionRule(context) {
|
|
|
51102
51427
|
};
|
|
51103
51428
|
}
|
|
51104
51429
|
|
|
51105
|
-
},{"../../error/GraphQLError.js":
|
|
51430
|
+
},{"../../error/GraphQLError.js":165}],263:[function(require,module,exports){
|
|
51106
51431
|
"use strict";
|
|
51107
51432
|
|
|
51108
51433
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51174,7 +51499,7 @@ function NoFragmentCyclesRule(context) {
|
|
|
51174
51499
|
}
|
|
51175
51500
|
}
|
|
51176
51501
|
|
|
51177
|
-
},{"../../error/GraphQLError.js":
|
|
51502
|
+
},{"../../error/GraphQLError.js":165}],264:[function(require,module,exports){
|
|
51178
51503
|
"use strict";
|
|
51179
51504
|
|
|
51180
51505
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51217,7 +51542,7 @@ function NoUndefinedVariablesRule(context) {
|
|
|
51217
51542
|
};
|
|
51218
51543
|
}
|
|
51219
51544
|
|
|
51220
|
-
},{"../../error/GraphQLError.js":
|
|
51545
|
+
},{"../../error/GraphQLError.js":165}],265:[function(require,module,exports){
|
|
51221
51546
|
"use strict";
|
|
51222
51547
|
|
|
51223
51548
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51271,7 +51596,7 @@ function NoUnusedFragmentsRule(context) {
|
|
|
51271
51596
|
};
|
|
51272
51597
|
}
|
|
51273
51598
|
|
|
51274
|
-
},{"../../error/GraphQLError.js":
|
|
51599
|
+
},{"../../error/GraphQLError.js":165}],266:[function(require,module,exports){
|
|
51275
51600
|
"use strict";
|
|
51276
51601
|
|
|
51277
51602
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51320,7 +51645,7 @@ function NoUnusedVariablesRule(context) {
|
|
|
51320
51645
|
};
|
|
51321
51646
|
}
|
|
51322
51647
|
|
|
51323
|
-
},{"../../error/GraphQLError.js":
|
|
51648
|
+
},{"../../error/GraphQLError.js":165}],267:[function(require,module,exports){
|
|
51324
51649
|
"use strict";
|
|
51325
51650
|
|
|
51326
51651
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51906,7 +52231,7 @@ var PairSet = /*#__PURE__*/function () {
|
|
|
51906
52231
|
return PairSet;
|
|
51907
52232
|
}();
|
|
51908
52233
|
|
|
51909
|
-
},{"../../error/GraphQLError.js":
|
|
52234
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../language/kinds.js":202,"../../language/printer.js":208,"../../polyfills/find.js":213,"../../polyfills/objectEntries.js":216,"../../type/definition.js":222,"../../utilities/typeFromAST.js":249}],268:[function(require,module,exports){
|
|
51910
52235
|
"use strict";
|
|
51911
52236
|
|
|
51912
52237
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -51971,7 +52296,7 @@ function getFragmentType(context, name) {
|
|
|
51971
52296
|
}
|
|
51972
52297
|
}
|
|
51973
52298
|
|
|
51974
|
-
},{"../../error/GraphQLError.js":
|
|
52299
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../type/definition.js":222,"../../utilities/typeComparators.js":248,"../../utilities/typeFromAST.js":249}],269:[function(require,module,exports){
|
|
51975
52300
|
"use strict";
|
|
51976
52301
|
|
|
51977
52302
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52114,7 +52439,7 @@ function extensionKindToTypeName(kind) {
|
|
|
52114
52439
|
false || (0, _invariant.default)(0, 'Unexpected kind: ' + (0, _inspect.default)(kind));
|
|
52115
52440
|
}
|
|
52116
52441
|
|
|
52117
|
-
},{"../../error/GraphQLError.js":
|
|
52442
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/didYouMean.js":178,"../../jsutils/inspect.js":180,"../../jsutils/invariant.js":182,"../../jsutils/suggestionList.js":196,"../../language/kinds.js":202,"../../language/predicates.js":206,"../../type/definition.js":222}],270:[function(require,module,exports){
|
|
52118
52443
|
"use strict";
|
|
52119
52444
|
|
|
52120
52445
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52252,7 +52577,7 @@ function isRequiredArgumentNode(arg) {
|
|
|
52252
52577
|
return arg.type.kind === _kinds.Kind.NON_NULL_TYPE && arg.defaultValue == null;
|
|
52253
52578
|
}
|
|
52254
52579
|
|
|
52255
|
-
},{"../../error/GraphQLError.js":
|
|
52580
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../jsutils/keyMap.js":186,"../../language/kinds.js":202,"../../language/printer.js":208,"../../type/definition.js":222,"../../type/directives.js":223}],271:[function(require,module,exports){
|
|
52256
52581
|
"use strict";
|
|
52257
52582
|
|
|
52258
52583
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52299,7 +52624,7 @@ function ScalarLeafsRule(context) {
|
|
|
52299
52624
|
};
|
|
52300
52625
|
}
|
|
52301
52626
|
|
|
52302
|
-
},{"../../error/GraphQLError.js":
|
|
52627
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../type/definition.js":222}],272:[function(require,module,exports){
|
|
52303
52628
|
"use strict";
|
|
52304
52629
|
|
|
52305
52630
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52326,7 +52651,7 @@ function SingleFieldSubscriptionsRule(context) {
|
|
|
52326
52651
|
};
|
|
52327
52652
|
}
|
|
52328
52653
|
|
|
52329
|
-
},{"../../error/GraphQLError.js":
|
|
52654
|
+
},{"../../error/GraphQLError.js":165}],273:[function(require,module,exports){
|
|
52330
52655
|
"use strict";
|
|
52331
52656
|
|
|
52332
52657
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52365,7 +52690,7 @@ function UniqueArgumentNamesRule(context) {
|
|
|
52365
52690
|
};
|
|
52366
52691
|
}
|
|
52367
52692
|
|
|
52368
|
-
},{"../../error/GraphQLError.js":
|
|
52693
|
+
},{"../../error/GraphQLError.js":165}],274:[function(require,module,exports){
|
|
52369
52694
|
"use strict";
|
|
52370
52695
|
|
|
52371
52696
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52403,7 +52728,7 @@ function UniqueDirectiveNamesRule(context) {
|
|
|
52403
52728
|
};
|
|
52404
52729
|
}
|
|
52405
52730
|
|
|
52406
|
-
},{"../../error/GraphQLError.js":
|
|
52731
|
+
},{"../../error/GraphQLError.js":165}],275:[function(require,module,exports){
|
|
52407
52732
|
"use strict";
|
|
52408
52733
|
|
|
52409
52734
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52487,7 +52812,7 @@ function UniqueDirectivesPerLocationRule(context) {
|
|
|
52487
52812
|
};
|
|
52488
52813
|
}
|
|
52489
52814
|
|
|
52490
|
-
},{"../../error/GraphQLError.js":
|
|
52815
|
+
},{"../../error/GraphQLError.js":165,"../../language/kinds.js":202,"../../language/predicates.js":206,"../../type/directives.js":223}],276:[function(require,module,exports){
|
|
52491
52816
|
"use strict";
|
|
52492
52817
|
|
|
52493
52818
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52544,7 +52869,7 @@ function UniqueEnumValueNamesRule(context) {
|
|
|
52544
52869
|
}
|
|
52545
52870
|
}
|
|
52546
52871
|
|
|
52547
|
-
},{"../../error/GraphQLError.js":
|
|
52872
|
+
},{"../../error/GraphQLError.js":165,"../../type/definition.js":222}],277:[function(require,module,exports){
|
|
52548
52873
|
"use strict";
|
|
52549
52874
|
|
|
52550
52875
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52612,7 +52937,7 @@ function hasField(type, fieldName) {
|
|
|
52612
52937
|
return false;
|
|
52613
52938
|
}
|
|
52614
52939
|
|
|
52615
|
-
},{"../../error/GraphQLError.js":
|
|
52940
|
+
},{"../../error/GraphQLError.js":165,"../../type/definition.js":222}],278:[function(require,module,exports){
|
|
52616
52941
|
"use strict";
|
|
52617
52942
|
|
|
52618
52943
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52647,7 +52972,7 @@ function UniqueFragmentNamesRule(context) {
|
|
|
52647
52972
|
};
|
|
52648
52973
|
}
|
|
52649
52974
|
|
|
52650
|
-
},{"../../error/GraphQLError.js":
|
|
52975
|
+
},{"../../error/GraphQLError.js":165}],279:[function(require,module,exports){
|
|
52651
52976
|
"use strict";
|
|
52652
52977
|
|
|
52653
52978
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52688,7 +53013,7 @@ function UniqueInputFieldNamesRule(context) {
|
|
|
52688
53013
|
};
|
|
52689
53014
|
}
|
|
52690
53015
|
|
|
52691
|
-
},{"../../error/GraphQLError.js":
|
|
53016
|
+
},{"../../error/GraphQLError.js":165}],280:[function(require,module,exports){
|
|
52692
53017
|
"use strict";
|
|
52693
53018
|
|
|
52694
53019
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52725,7 +53050,7 @@ function UniqueOperationNamesRule(context) {
|
|
|
52725
53050
|
};
|
|
52726
53051
|
}
|
|
52727
53052
|
|
|
52728
|
-
},{"../../error/GraphQLError.js":
|
|
53053
|
+
},{"../../error/GraphQLError.js":165}],281:[function(require,module,exports){
|
|
52729
53054
|
"use strict";
|
|
52730
53055
|
|
|
52731
53056
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52777,7 +53102,7 @@ function UniqueOperationTypesRule(context) {
|
|
|
52777
53102
|
}
|
|
52778
53103
|
}
|
|
52779
53104
|
|
|
52780
|
-
},{"../../error/GraphQLError.js":
|
|
53105
|
+
},{"../../error/GraphQLError.js":165}],282:[function(require,module,exports){
|
|
52781
53106
|
"use strict";
|
|
52782
53107
|
|
|
52783
53108
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52822,7 +53147,7 @@ function UniqueTypeNamesRule(context) {
|
|
|
52822
53147
|
}
|
|
52823
53148
|
}
|
|
52824
53149
|
|
|
52825
|
-
},{"../../error/GraphQLError.js":
|
|
53150
|
+
},{"../../error/GraphQLError.js":165}],283:[function(require,module,exports){
|
|
52826
53151
|
"use strict";
|
|
52827
53152
|
|
|
52828
53153
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -52855,7 +53180,7 @@ function UniqueVariableNamesRule(context) {
|
|
|
52855
53180
|
};
|
|
52856
53181
|
}
|
|
52857
53182
|
|
|
52858
|
-
},{"../../error/GraphQLError.js":
|
|
53183
|
+
},{"../../error/GraphQLError.js":165}],284:[function(require,module,exports){
|
|
52859
53184
|
"use strict";
|
|
52860
53185
|
|
|
52861
53186
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53000,7 +53325,7 @@ function isValidValueNode(context, node) {
|
|
|
53000
53325
|
}
|
|
53001
53326
|
}
|
|
53002
53327
|
|
|
53003
|
-
},{"../../error/GraphQLError.js":
|
|
53328
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/didYouMean.js":178,"../../jsutils/inspect.js":180,"../../jsutils/keyMap.js":186,"../../jsutils/suggestionList.js":196,"../../language/printer.js":208,"../../polyfills/objectValues.js":217,"../../type/definition.js":222}],285:[function(require,module,exports){
|
|
53004
53329
|
"use strict";
|
|
53005
53330
|
|
|
53006
53331
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53036,7 +53361,7 @@ function VariablesAreInputTypesRule(context) {
|
|
|
53036
53361
|
};
|
|
53037
53362
|
}
|
|
53038
53363
|
|
|
53039
|
-
},{"../../error/GraphQLError.js":
|
|
53364
|
+
},{"../../error/GraphQLError.js":165,"../../language/printer.js":208,"../../type/definition.js":222,"../../utilities/typeFromAST.js":249}],286:[function(require,module,exports){
|
|
53040
53365
|
"use strict";
|
|
53041
53366
|
|
|
53042
53367
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53125,7 +53450,7 @@ function allowedVariableUsage(schema, varType, varDefaultValue, locationType, lo
|
|
|
53125
53450
|
return (0, _typeComparators.isTypeSubTypeOf)(schema, varType, locationType);
|
|
53126
53451
|
}
|
|
53127
53452
|
|
|
53128
|
-
},{"../../error/GraphQLError.js":
|
|
53453
|
+
},{"../../error/GraphQLError.js":165,"../../jsutils/inspect.js":180,"../../language/kinds.js":202,"../../type/definition.js":222,"../../utilities/typeComparators.js":248,"../../utilities/typeFromAST.js":249}],287:[function(require,module,exports){
|
|
53129
53454
|
"use strict";
|
|
53130
53455
|
|
|
53131
53456
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53206,7 +53531,7 @@ function NoDeprecatedCustomRule(context) {
|
|
|
53206
53531
|
};
|
|
53207
53532
|
}
|
|
53208
53533
|
|
|
53209
|
-
},{"../../../error/GraphQLError.js":
|
|
53534
|
+
},{"../../../error/GraphQLError.js":165,"../../../jsutils/invariant.js":182,"../../../type/definition.js":222}],288:[function(require,module,exports){
|
|
53210
53535
|
"use strict";
|
|
53211
53536
|
|
|
53212
53537
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53242,7 +53567,7 @@ function NoSchemaIntrospectionCustomRule(context) {
|
|
|
53242
53567
|
};
|
|
53243
53568
|
}
|
|
53244
53569
|
|
|
53245
|
-
},{"../../../error/GraphQLError.js":
|
|
53570
|
+
},{"../../../error/GraphQLError.js":165,"../../../type/definition.js":222,"../../../type/introspection.js":225}],289:[function(require,module,exports){
|
|
53246
53571
|
"use strict";
|
|
53247
53572
|
|
|
53248
53573
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53359,7 +53684,7 @@ exports.specifiedRules = specifiedRules;
|
|
|
53359
53684
|
var specifiedSDLRules = Object.freeze([_LoneSchemaDefinitionRule.LoneSchemaDefinitionRule, _UniqueOperationTypesRule.UniqueOperationTypesRule, _UniqueTypeNamesRule.UniqueTypeNamesRule, _UniqueEnumValueNamesRule.UniqueEnumValueNamesRule, _UniqueFieldDefinitionNamesRule.UniqueFieldDefinitionNamesRule, _UniqueDirectiveNamesRule.UniqueDirectiveNamesRule, _KnownTypeNamesRule.KnownTypeNamesRule, _KnownDirectivesRule.KnownDirectivesRule, _UniqueDirectivesPerLocationRule.UniqueDirectivesPerLocationRule, _PossibleTypeExtensionsRule.PossibleTypeExtensionsRule, _KnownArgumentNamesRule.KnownArgumentNamesOnDirectivesRule, _UniqueArgumentNamesRule.UniqueArgumentNamesRule, _UniqueInputFieldNamesRule.UniqueInputFieldNamesRule, _ProvidedRequiredArgumentsRule.ProvidedRequiredArgumentsOnDirectivesRule]);
|
|
53360
53685
|
exports.specifiedSDLRules = specifiedSDLRules;
|
|
53361
53686
|
|
|
53362
|
-
},{"./rules/ExecutableDefinitionsRule.js":
|
|
53687
|
+
},{"./rules/ExecutableDefinitionsRule.js":254,"./rules/FieldsOnCorrectTypeRule.js":255,"./rules/FragmentsOnCompositeTypesRule.js":256,"./rules/KnownArgumentNamesRule.js":257,"./rules/KnownDirectivesRule.js":258,"./rules/KnownFragmentNamesRule.js":259,"./rules/KnownTypeNamesRule.js":260,"./rules/LoneAnonymousOperationRule.js":261,"./rules/LoneSchemaDefinitionRule.js":262,"./rules/NoFragmentCyclesRule.js":263,"./rules/NoUndefinedVariablesRule.js":264,"./rules/NoUnusedFragmentsRule.js":265,"./rules/NoUnusedVariablesRule.js":266,"./rules/OverlappingFieldsCanBeMergedRule.js":267,"./rules/PossibleFragmentSpreadsRule.js":268,"./rules/PossibleTypeExtensionsRule.js":269,"./rules/ProvidedRequiredArgumentsRule.js":270,"./rules/ScalarLeafsRule.js":271,"./rules/SingleFieldSubscriptionsRule.js":272,"./rules/UniqueArgumentNamesRule.js":273,"./rules/UniqueDirectiveNamesRule.js":274,"./rules/UniqueDirectivesPerLocationRule.js":275,"./rules/UniqueEnumValueNamesRule.js":276,"./rules/UniqueFieldDefinitionNamesRule.js":277,"./rules/UniqueFragmentNamesRule.js":278,"./rules/UniqueInputFieldNamesRule.js":279,"./rules/UniqueOperationNamesRule.js":280,"./rules/UniqueOperationTypesRule.js":281,"./rules/UniqueTypeNamesRule.js":282,"./rules/UniqueVariableNamesRule.js":283,"./rules/ValuesOfCorrectTypeRule.js":284,"./rules/VariablesAreInputTypesRule.js":285,"./rules/VariablesInAllowedPositionRule.js":286}],290:[function(require,module,exports){
|
|
53363
53688
|
"use strict";
|
|
53364
53689
|
|
|
53365
53690
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53489,7 +53814,7 @@ function assertValidSDLExtension(documentAST, schema) {
|
|
|
53489
53814
|
}
|
|
53490
53815
|
}
|
|
53491
53816
|
|
|
53492
|
-
},{"../error/GraphQLError.js":
|
|
53817
|
+
},{"../error/GraphQLError.js":165,"../jsutils/devAssert.js":177,"../language/visitor.js":211,"../type/validate.js":228,"../utilities/TypeInfo.js":229,"./ValidationContext.js":252,"./specifiedRules.js":289}],291:[function(require,module,exports){
|
|
53493
53818
|
"use strict";
|
|
53494
53819
|
|
|
53495
53820
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -53519,7 +53844,7 @@ var versionInfo = Object.freeze({
|
|
|
53519
53844
|
});
|
|
53520
53845
|
exports.versionInfo = versionInfo;
|
|
53521
53846
|
|
|
53522
|
-
},{}],
|
|
53847
|
+
},{}],292:[function(require,module,exports){
|
|
53523
53848
|
var hash = exports;
|
|
53524
53849
|
|
|
53525
53850
|
hash.utils = require('./hash/utils');
|
|
@@ -53536,7 +53861,7 @@ hash.sha384 = hash.sha.sha384;
|
|
|
53536
53861
|
hash.sha512 = hash.sha.sha512;
|
|
53537
53862
|
hash.ripemd160 = hash.ripemd.ripemd160;
|
|
53538
53863
|
|
|
53539
|
-
},{"./hash/common":
|
|
53864
|
+
},{"./hash/common":293,"./hash/hmac":294,"./hash/ripemd":295,"./hash/sha":296,"./hash/utils":303}],293:[function(require,module,exports){
|
|
53540
53865
|
'use strict';
|
|
53541
53866
|
|
|
53542
53867
|
var utils = require('./utils');
|
|
@@ -53630,7 +53955,7 @@ BlockHash.prototype._pad = function pad() {
|
|
|
53630
53955
|
return res;
|
|
53631
53956
|
};
|
|
53632
53957
|
|
|
53633
|
-
},{"./utils":
|
|
53958
|
+
},{"./utils":303,"minimalistic-assert":309}],294:[function(require,module,exports){
|
|
53634
53959
|
'use strict';
|
|
53635
53960
|
|
|
53636
53961
|
var utils = require('./utils');
|
|
@@ -53679,7 +54004,7 @@ Hmac.prototype.digest = function digest(enc) {
|
|
|
53679
54004
|
return this.outer.digest(enc);
|
|
53680
54005
|
};
|
|
53681
54006
|
|
|
53682
|
-
},{"./utils":
|
|
54007
|
+
},{"./utils":303,"minimalistic-assert":309}],295:[function(require,module,exports){
|
|
53683
54008
|
'use strict';
|
|
53684
54009
|
|
|
53685
54010
|
var utils = require('./utils');
|
|
@@ -53827,7 +54152,7 @@ var sh = [
|
|
|
53827
54152
|
8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
|
|
53828
54153
|
];
|
|
53829
54154
|
|
|
53830
|
-
},{"./common":
|
|
54155
|
+
},{"./common":293,"./utils":303}],296:[function(require,module,exports){
|
|
53831
54156
|
'use strict';
|
|
53832
54157
|
|
|
53833
54158
|
exports.sha1 = require('./sha/1');
|
|
@@ -53836,7 +54161,7 @@ exports.sha256 = require('./sha/256');
|
|
|
53836
54161
|
exports.sha384 = require('./sha/384');
|
|
53837
54162
|
exports.sha512 = require('./sha/512');
|
|
53838
54163
|
|
|
53839
|
-
},{"./sha/1":
|
|
54164
|
+
},{"./sha/1":297,"./sha/224":298,"./sha/256":299,"./sha/384":300,"./sha/512":301}],297:[function(require,module,exports){
|
|
53840
54165
|
'use strict';
|
|
53841
54166
|
|
|
53842
54167
|
var utils = require('../utils');
|
|
@@ -53912,7 +54237,7 @@ SHA1.prototype._digest = function digest(enc) {
|
|
|
53912
54237
|
return utils.split32(this.h, 'big');
|
|
53913
54238
|
};
|
|
53914
54239
|
|
|
53915
|
-
},{"../common":
|
|
54240
|
+
},{"../common":293,"../utils":303,"./common":302}],298:[function(require,module,exports){
|
|
53916
54241
|
'use strict';
|
|
53917
54242
|
|
|
53918
54243
|
var utils = require('../utils');
|
|
@@ -53944,7 +54269,7 @@ SHA224.prototype._digest = function digest(enc) {
|
|
|
53944
54269
|
};
|
|
53945
54270
|
|
|
53946
54271
|
|
|
53947
|
-
},{"../utils":
|
|
54272
|
+
},{"../utils":303,"./256":299}],299:[function(require,module,exports){
|
|
53948
54273
|
'use strict';
|
|
53949
54274
|
|
|
53950
54275
|
var utils = require('../utils');
|
|
@@ -54051,7 +54376,7 @@ SHA256.prototype._digest = function digest(enc) {
|
|
|
54051
54376
|
return utils.split32(this.h, 'big');
|
|
54052
54377
|
};
|
|
54053
54378
|
|
|
54054
|
-
},{"../common":
|
|
54379
|
+
},{"../common":293,"../utils":303,"./common":302,"minimalistic-assert":309}],300:[function(require,module,exports){
|
|
54055
54380
|
'use strict';
|
|
54056
54381
|
|
|
54057
54382
|
var utils = require('../utils');
|
|
@@ -54088,7 +54413,7 @@ SHA384.prototype._digest = function digest(enc) {
|
|
|
54088
54413
|
return utils.split32(this.h.slice(0, 12), 'big');
|
|
54089
54414
|
};
|
|
54090
54415
|
|
|
54091
|
-
},{"../utils":
|
|
54416
|
+
},{"../utils":303,"./512":301}],301:[function(require,module,exports){
|
|
54092
54417
|
'use strict';
|
|
54093
54418
|
|
|
54094
54419
|
var utils = require('../utils');
|
|
@@ -54420,7 +54745,7 @@ function g1_512_lo(xh, xl) {
|
|
|
54420
54745
|
return r;
|
|
54421
54746
|
}
|
|
54422
54747
|
|
|
54423
|
-
},{"../common":
|
|
54748
|
+
},{"../common":293,"../utils":303,"minimalistic-assert":309}],302:[function(require,module,exports){
|
|
54424
54749
|
'use strict';
|
|
54425
54750
|
|
|
54426
54751
|
var utils = require('../utils');
|
|
@@ -54471,7 +54796,7 @@ function g1_256(x) {
|
|
|
54471
54796
|
}
|
|
54472
54797
|
exports.g1_256 = g1_256;
|
|
54473
54798
|
|
|
54474
|
-
},{"../utils":
|
|
54799
|
+
},{"../utils":303}],303:[function(require,module,exports){
|
|
54475
54800
|
'use strict';
|
|
54476
54801
|
|
|
54477
54802
|
var assert = require('minimalistic-assert');
|
|
@@ -54751,7 +55076,7 @@ function shr64_lo(ah, al, num) {
|
|
|
54751
55076
|
}
|
|
54752
55077
|
exports.shr64_lo = shr64_lo;
|
|
54753
55078
|
|
|
54754
|
-
},{"inherits":
|
|
55079
|
+
},{"inherits":306,"minimalistic-assert":309}],304:[function(require,module,exports){
|
|
54755
55080
|
'use strict';
|
|
54756
55081
|
|
|
54757
55082
|
var hash = require('hash.js');
|
|
@@ -54866,7 +55191,7 @@ HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {
|
|
|
54866
55191
|
return utils.encode(res, enc);
|
|
54867
55192
|
};
|
|
54868
55193
|
|
|
54869
|
-
},{"hash.js":
|
|
55194
|
+
},{"hash.js":292,"minimalistic-assert":309,"minimalistic-crypto-utils":310}],305:[function(require,module,exports){
|
|
54870
55195
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
54871
55196
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
54872
55197
|
var e, m
|
|
@@ -54953,7 +55278,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
54953
55278
|
buffer[offset + i - d] |= s * 128
|
|
54954
55279
|
}
|
|
54955
55280
|
|
|
54956
|
-
},{}],
|
|
55281
|
+
},{}],306:[function(require,module,exports){
|
|
54957
55282
|
if (typeof Object.create === 'function') {
|
|
54958
55283
|
// implementation from standard node.js 'util' module
|
|
54959
55284
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -54982,7 +55307,7 @@ if (typeof Object.create === 'function') {
|
|
|
54982
55307
|
}
|
|
54983
55308
|
}
|
|
54984
55309
|
|
|
54985
|
-
},{}],
|
|
55310
|
+
},{}],307:[function(require,module,exports){
|
|
54986
55311
|
(function (process,global){(function (){
|
|
54987
55312
|
/**
|
|
54988
55313
|
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
@@ -55642,7 +55967,7 @@ if (typeof Object.create === 'function') {
|
|
|
55642
55967
|
})();
|
|
55643
55968
|
|
|
55644
55969
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
55645
|
-
},{"_process":
|
|
55970
|
+
},{"_process":311}],308:[function(require,module,exports){
|
|
55646
55971
|
(function (global){(function (){
|
|
55647
55972
|
/**
|
|
55648
55973
|
* @license
|
|
@@ -72855,7 +73180,7 @@ if (typeof Object.create === 'function') {
|
|
|
72855
73180
|
}.call(this));
|
|
72856
73181
|
|
|
72857
73182
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
72858
|
-
},{}],
|
|
73183
|
+
},{}],309:[function(require,module,exports){
|
|
72859
73184
|
module.exports = assert;
|
|
72860
73185
|
|
|
72861
73186
|
function assert(val, msg) {
|
|
@@ -72868,7 +73193,7 @@ assert.equal = function assertEqual(l, r, msg) {
|
|
|
72868
73193
|
throw new Error(msg || ('Assertion failed: ' + l + ' != ' + r));
|
|
72869
73194
|
};
|
|
72870
73195
|
|
|
72871
|
-
},{}],
|
|
73196
|
+
},{}],310:[function(require,module,exports){
|
|
72872
73197
|
'use strict';
|
|
72873
73198
|
|
|
72874
73199
|
var utils = exports;
|
|
@@ -72928,7 +73253,7 @@ utils.encode = function encode(arr, enc) {
|
|
|
72928
73253
|
return arr;
|
|
72929
73254
|
};
|
|
72930
73255
|
|
|
72931
|
-
},{}],
|
|
73256
|
+
},{}],311:[function(require,module,exports){
|
|
72932
73257
|
// shim for using process in browser
|
|
72933
73258
|
var process = module.exports = {};
|
|
72934
73259
|
|
|
@@ -73114,7 +73439,7 @@ process.chdir = function (dir) {
|
|
|
73114
73439
|
};
|
|
73115
73440
|
process.umask = function() { return 0; };
|
|
73116
73441
|
|
|
73117
|
-
},{}],
|
|
73442
|
+
},{}],312:[function(require,module,exports){
|
|
73118
73443
|
(function (setImmediate){(function (){
|
|
73119
73444
|
"use strict";
|
|
73120
73445
|
|
|
@@ -73606,7 +73931,7 @@ process.umask = function() { return 0; };
|
|
|
73606
73931
|
})(this);
|
|
73607
73932
|
|
|
73608
73933
|
}).call(this)}).call(this,require("timers").setImmediate)
|
|
73609
|
-
},{"timers":
|
|
73934
|
+
},{"timers":314}],313:[function(require,module,exports){
|
|
73610
73935
|
(function (Buffer){(function (){
|
|
73611
73936
|
'use strict';
|
|
73612
73937
|
|
|
@@ -73764,7 +74089,7 @@ module.exports = {
|
|
|
73764
74089
|
};
|
|
73765
74090
|
|
|
73766
74091
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
73767
|
-
},{"buffer":
|
|
74092
|
+
},{"buffer":132}],314:[function(require,module,exports){
|
|
73768
74093
|
(function (setImmediate,clearImmediate){(function (){
|
|
73769
74094
|
var nextTick = require('process/browser.js').nextTick;
|
|
73770
74095
|
var apply = Function.prototype.apply;
|
|
@@ -73843,7 +74168,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
73843
74168
|
delete immediateIds[id];
|
|
73844
74169
|
};
|
|
73845
74170
|
}).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
|
73846
|
-
},{"process/browser.js":
|
|
74171
|
+
},{"process/browser.js":311,"timers":314}],315:[function(require,module,exports){
|
|
73847
74172
|
"use strict";
|
|
73848
74173
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
73849
74174
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -73980,7 +74305,7 @@ class BatchCall {
|
|
|
73980
74305
|
}
|
|
73981
74306
|
exports.default = BatchCall;
|
|
73982
74307
|
|
|
73983
|
-
},{"./Host":
|
|
74308
|
+
},{"./Host":320,"./SFError":324,"./abi/Superfluid.json":332,"./utils":385,"ethers":151}],316:[function(require,module,exports){
|
|
73984
74309
|
"use strict";
|
|
73985
74310
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
73986
74311
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -74347,7 +74672,7 @@ class ConstantFlowAgreementV1 {
|
|
|
74347
74672
|
}
|
|
74348
74673
|
exports.default = ConstantFlowAgreementV1;
|
|
74349
74674
|
|
|
74350
|
-
},{"./Host":
|
|
74675
|
+
},{"./Host":320,"./SFError":324,"./abi/IConstantFlowAgreementV1.json":327,"./utils":385,"ethers":151}],317:[function(require,module,exports){
|
|
74351
74676
|
"use strict";
|
|
74352
74677
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
74353
74678
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -74510,7 +74835,7 @@ class ERC20Token {
|
|
|
74510
74835
|
}
|
|
74511
74836
|
exports.default = ERC20Token;
|
|
74512
74837
|
|
|
74513
|
-
},{"./Operation":
|
|
74838
|
+
},{"./Operation":322,"./SFError":324,"./abi/ERC20WithTokenInfo.json":326,"./utils":385,"ethers":151}],318:[function(require,module,exports){
|
|
74514
74839
|
"use strict";
|
|
74515
74840
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
74516
74841
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -74795,7 +75120,7 @@ Framework.create = async (options) => {
|
|
|
74795
75120
|
}
|
|
74796
75121
|
};
|
|
74797
75122
|
|
|
74798
|
-
},{"./BatchCall":
|
|
75123
|
+
},{"./BatchCall":315,"./ConstantFlowAgreementV1":316,"./Governance":319,"./Host":320,"./InstantDistributionAgreementV1":321,"./Operation":322,"./Query":323,"./SFError":324,"./SuperToken":325,"./abi/IResolver.json":329,"./abi/SuperfluidLoader.json":334,"./constants":336,"./frameworkHelpers":339,"./utils":385,"ethers":151}],319:[function(require,module,exports){
|
|
74799
75124
|
"use strict";
|
|
74800
75125
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
74801
75126
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -74878,7 +75203,7 @@ class Governance {
|
|
|
74878
75203
|
}
|
|
74879
75204
|
exports.default = Governance;
|
|
74880
75205
|
|
|
74881
|
-
},{"./abi/SuperfluidGovernanceII.json":
|
|
75206
|
+
},{"./abi/SuperfluidGovernanceII.json":333,"ethers":151}],320:[function(require,module,exports){
|
|
74882
75207
|
"use strict";
|
|
74883
75208
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
74884
75209
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -74921,7 +75246,7 @@ class Host {
|
|
|
74921
75246
|
}
|
|
74922
75247
|
exports.default = Host;
|
|
74923
75248
|
|
|
74924
|
-
},{"./Operation":
|
|
75249
|
+
},{"./Operation":322,"./abi/Superfluid.json":332,"ethers":151}],321:[function(require,module,exports){
|
|
74925
75250
|
"use strict";
|
|
74926
75251
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
74927
75252
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -75169,7 +75494,7 @@ class InstantDistributionAgreementV1 {
|
|
|
75169
75494
|
}
|
|
75170
75495
|
exports.default = InstantDistributionAgreementV1;
|
|
75171
75496
|
|
|
75172
|
-
},{"./Host":
|
|
75497
|
+
},{"./Host":320,"./SFError":324,"./abi/IInstantDistributionAgreementV1.json":328,"./utils":385,"ethers":151}],322:[function(require,module,exports){
|
|
75173
75498
|
"use strict";
|
|
75174
75499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75175
75500
|
const ethers_1 = require("ethers");
|
|
@@ -75253,7 +75578,7 @@ class Operation {
|
|
|
75253
75578
|
}
|
|
75254
75579
|
exports.default = Operation;
|
|
75255
75580
|
|
|
75256
|
-
},{"./SFError":
|
|
75581
|
+
},{"./SFError":324,"ethers":151}],323:[function(require,module,exports){
|
|
75257
75582
|
"use strict";
|
|
75258
75583
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
75259
75584
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -75529,7 +75854,7 @@ const listAllResults = async (pagedQuery) => {
|
|
|
75529
75854
|
};
|
|
75530
75855
|
exports.listAllResults = listAllResults;
|
|
75531
75856
|
|
|
75532
|
-
},{"./ajvValidations.generated":
|
|
75857
|
+
},{"./ajvValidations.generated":335,"./mapGetAllEventsQueryEvents":342,"./pagination":344,"./subgraph/SubgraphClient":345,"./subgraph/queries/getAccountTokenSnapshots.generated":376,"./subgraph/queries/getAllEvents.generated":377,"./subgraph/queries/getIndexSubscriptions.generated":378,"./subgraph/queries/getIndexes.generated":379,"./subgraph/queries/getStreams.generated":380,"./subgraph/queries/getTokens.generated":381,"./utils":385,"lodash":308}],324:[function(require,module,exports){
|
|
75533
75858
|
"use strict";
|
|
75534
75859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75535
75860
|
exports.SFError = void 0;
|
|
@@ -75564,8 +75889,8 @@ const stringifyCause = (cause) => {
|
|
|
75564
75889
|
try {
|
|
75565
75890
|
return JSON.stringify(cause, null, 2);
|
|
75566
75891
|
}
|
|
75567
|
-
catch
|
|
75568
|
-
console.error("Caused by: ",
|
|
75892
|
+
catch {
|
|
75893
|
+
console.error("Caused by: ", cause);
|
|
75569
75894
|
return "[Couldn't serialize error. Error logged to console.]";
|
|
75570
75895
|
}
|
|
75571
75896
|
}
|
|
@@ -75591,7 +75916,7 @@ Caused by: ${stringifyCause(cause)}`
|
|
|
75591
75916
|
}
|
|
75592
75917
|
exports.SFError = SFError;
|
|
75593
75918
|
|
|
75594
|
-
},{"serialize-error":
|
|
75919
|
+
},{"serialize-error":313}],325:[function(require,module,exports){
|
|
75595
75920
|
"use strict";
|
|
75596
75921
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
75597
75922
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -76174,7 +76499,7 @@ class NativeAssetSuperToken extends SuperToken {
|
|
|
76174
76499
|
}
|
|
76175
76500
|
exports.NativeAssetSuperToken = NativeAssetSuperToken;
|
|
76176
76501
|
|
|
76177
|
-
},{"./ConstantFlowAgreementV1":
|
|
76502
|
+
},{"./ConstantFlowAgreementV1":316,"./ERC20Token":317,"./Governance":319,"./InstantDistributionAgreementV1":321,"./Operation":322,"./SFError":324,"./abi/ISETH.json":330,"./abi/SuperToken.json":331,"./constants":336,"./frameworkHelpers":339,"./utils":385,"ethers":151}],326:[function(require,module,exports){
|
|
76178
76503
|
module.exports={ "abi": [
|
|
76179
76504
|
{
|
|
76180
76505
|
"anonymous": false,
|
|
@@ -76400,7 +76725,7 @@ module.exports={ "abi": [
|
|
|
76400
76725
|
}
|
|
76401
76726
|
] }
|
|
76402
76727
|
|
|
76403
|
-
},{}],
|
|
76728
|
+
},{}],327:[function(require,module,exports){
|
|
76404
76729
|
module.exports={ "abi": [
|
|
76405
76730
|
{
|
|
76406
76731
|
"anonymous": false,
|
|
@@ -77192,7 +77517,7 @@ module.exports={ "abi": [
|
|
|
77192
77517
|
}
|
|
77193
77518
|
] }
|
|
77194
77519
|
|
|
77195
|
-
},{}],
|
|
77520
|
+
},{}],328:[function(require,module,exports){
|
|
77196
77521
|
module.exports={ "abi": [
|
|
77197
77522
|
{
|
|
77198
77523
|
"anonymous": false,
|
|
@@ -78134,7 +78459,7 @@ module.exports={ "abi": [
|
|
|
78134
78459
|
}
|
|
78135
78460
|
] }
|
|
78136
78461
|
|
|
78137
|
-
},{}],
|
|
78462
|
+
},{}],329:[function(require,module,exports){
|
|
78138
78463
|
module.exports={ "abi": [
|
|
78139
78464
|
{
|
|
78140
78465
|
"anonymous": false,
|
|
@@ -78194,7 +78519,7 @@ module.exports={ "abi": [
|
|
|
78194
78519
|
}
|
|
78195
78520
|
] }
|
|
78196
78521
|
|
|
78197
|
-
},{}],
|
|
78522
|
+
},{}],330:[function(require,module,exports){
|
|
78198
78523
|
module.exports={ "abi": [
|
|
78199
78524
|
{
|
|
78200
78525
|
"anonymous": false,
|
|
@@ -79800,7 +80125,7 @@ module.exports={ "abi": [
|
|
|
79800
80125
|
}
|
|
79801
80126
|
] }
|
|
79802
80127
|
|
|
79803
|
-
},{}],
|
|
80128
|
+
},{}],331:[function(require,module,exports){
|
|
79804
80129
|
module.exports={ "abi": [
|
|
79805
80130
|
{
|
|
79806
80131
|
"inputs": [
|
|
@@ -81462,7 +81787,7 @@ module.exports={ "abi": [
|
|
|
81462
81787
|
}
|
|
81463
81788
|
] }
|
|
81464
81789
|
|
|
81465
|
-
},{}],
|
|
81790
|
+
},{}],332:[function(require,module,exports){
|
|
81466
81791
|
module.exports={ "abi": [
|
|
81467
81792
|
{
|
|
81468
81793
|
"inputs": [
|
|
@@ -82651,7 +82976,7 @@ module.exports={ "abi": [
|
|
|
82651
82976
|
}
|
|
82652
82977
|
] }
|
|
82653
82978
|
|
|
82654
|
-
},{}],
|
|
82979
|
+
},{}],333:[function(require,module,exports){
|
|
82655
82980
|
module.exports={ "abi": [
|
|
82656
82981
|
{
|
|
82657
82982
|
"anonymous": false,
|
|
@@ -83594,7 +83919,7 @@ module.exports={ "abi": [
|
|
|
83594
83919
|
}
|
|
83595
83920
|
] }
|
|
83596
83921
|
|
|
83597
|
-
},{}],
|
|
83922
|
+
},{}],334:[function(require,module,exports){
|
|
83598
83923
|
module.exports={ "abi": [
|
|
83599
83924
|
{
|
|
83600
83925
|
"inputs": [
|
|
@@ -83650,7 +83975,7 @@ module.exports={ "abi": [
|
|
|
83650
83975
|
}
|
|
83651
83976
|
] }
|
|
83652
83977
|
|
|
83653
|
-
},{}],
|
|
83978
|
+
},{}],335:[function(require,module,exports){
|
|
83654
83979
|
"use strict";
|
|
83655
83980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
83656
83981
|
exports.validateStreamRequest = exports.validateIndexSubscriptionRequest = exports.validateAccountTokenSnapshotRequest = exports.validateIndexRequest = exports.validateEventRequest = exports.validateSuperTokenRequest = void 0;
|
|
@@ -84084,13 +84409,14 @@ function validate15(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
84084
84409
|
return errors === 0;
|
|
84085
84410
|
}
|
|
84086
84411
|
|
|
84087
|
-
},{}],
|
|
84412
|
+
},{}],336:[function(require,module,exports){
|
|
84088
84413
|
"use strict";
|
|
84089
84414
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
84090
84415
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
84091
84416
|
};
|
|
84092
84417
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84093
|
-
exports.networkNameToChainIdMap = exports.chainIdToResolverDataMap = exports.AUTHORIZE_FULL_CONTROL = exports.AUTHORIZE_FLOW_OPERATOR_DELETE = exports.AUTHORIZE_FLOW_OPERATOR_UPDATE = exports.AUTHORIZE_FLOW_OPERATOR_CREATE = exports.chainIds = exports.
|
|
84418
|
+
exports.networkNameToChainIdMap = exports.chainIdToResolverDataMap = exports.AUTHORIZE_FULL_CONTROL = exports.AUTHORIZE_FLOW_OPERATOR_DELETE = exports.AUTHORIZE_FLOW_OPERATOR_UPDATE = exports.AUTHORIZE_FLOW_OPERATOR_CREATE = exports.chainIds = exports.BASE_18 = exports.YEAR_IN_SECONDS = exports.MONTH_IN_SECONDS = exports.WEEK_IN_SECONDS = exports.DAY_IN_SECONDS = exports.HOUR_IN_SECONDS = exports.MINUTE_IN_SECONDS = exports.MINUTES_PER_HOUR = exports.HOURS_PER_DAY = exports.DAYS_PER_WEEK = exports.DAYS_PER_MONTH = exports.MONTHS_PER_YEAR = void 0;
|
|
84419
|
+
const metadata_1 = __importDefault(require("@superfluid-finance/metadata"));
|
|
84094
84420
|
const defaultSubgraphReleaseTag_json_1 = __importDefault(require("./defaultSubgraphReleaseTag.json"));
|
|
84095
84421
|
/******* TIME CONSTANTS *******/
|
|
84096
84422
|
exports.MONTHS_PER_YEAR = 12;
|
|
@@ -84105,52 +84431,7 @@ exports.WEEK_IN_SECONDS = exports.DAY_IN_SECONDS * exports.DAYS_PER_WEEK;
|
|
|
84105
84431
|
exports.MONTH_IN_SECONDS = exports.DAY_IN_SECONDS * exports.DAYS_PER_MONTH;
|
|
84106
84432
|
exports.YEAR_IN_SECONDS = exports.MONTH_IN_SECONDS * exports.MONTHS_PER_YEAR; // NOTE: Is 360 days (misses 5-6 days)
|
|
84107
84433
|
exports.BASE_18 = 1e18;
|
|
84108
|
-
|
|
84109
|
-
exports.ETH_ROPSTEN = "eth-ropsten";
|
|
84110
|
-
exports.ETH_RINKEBY = "eth-rinkeby";
|
|
84111
|
-
exports.ETH_GOERLI = "eth-goerli";
|
|
84112
|
-
exports.ETH_KOVAN = "eth-kovan";
|
|
84113
|
-
exports.POLYGON_MAINNET = "polygon-mainnet";
|
|
84114
|
-
exports.POLYGON_MUMBAI = "polygon-mumbai";
|
|
84115
|
-
exports.XDAI_MAINNET = "xdai-mainnet";
|
|
84116
|
-
exports.OPTIMISM_MAINNET = "optimism-mainnet";
|
|
84117
|
-
exports.OPTIMISM_KOVAN = "optimism-kovan";
|
|
84118
|
-
exports.ARBITRUM_ONE = "arbitrum-one";
|
|
84119
|
-
exports.ARBITRUM_RINKEBY = "arbitrum-rinkeby";
|
|
84120
|
-
exports.AVALANCHE_C = "avalanche-c";
|
|
84121
|
-
exports.AVALANCHE_FUJI = "avalanche-fuji";
|
|
84122
|
-
exports.BSC_MAINNET = "bsc-mainnet";
|
|
84123
|
-
/******* CHAIN IDS *******/
|
|
84124
|
-
exports.ETH_ROPSTEN_CHAIN_ID = 3;
|
|
84125
|
-
exports.ETH_RINKEBY_CHAIN_ID = 4;
|
|
84126
|
-
exports.ETH_GOERLI_CHAIN_ID = 5;
|
|
84127
|
-
exports.ETH_KOVAN_CHAIN_ID = 42;
|
|
84128
|
-
exports.GNOSIS_CHAIN_ID = 100;
|
|
84129
|
-
exports.MATIC_CHAIN_ID = 137;
|
|
84130
|
-
exports.MUMBAI_CHAIN_ID = 80001;
|
|
84131
|
-
exports.OPTIMISM_MAINNET_CHAIN_ID = 10;
|
|
84132
|
-
exports.OPTIMISM_KOVAN_CHAIN_ID = 69;
|
|
84133
|
-
exports.ARBITRUM_ONE_CHAIN_ID = 42161;
|
|
84134
|
-
exports.ARBITRUM_RINKEBY_CHAIN_ID = 421611;
|
|
84135
|
-
exports.AVALANCHE_FUJI_CHAIN_ID = 43113;
|
|
84136
|
-
exports.AVALANCHE_C_CHAIN_ID = 43114;
|
|
84137
|
-
exports.BSC_MAINNET_CHAIN_ID = 56;
|
|
84138
|
-
exports.chainIds = [
|
|
84139
|
-
exports.ETH_ROPSTEN_CHAIN_ID,
|
|
84140
|
-
exports.ETH_RINKEBY_CHAIN_ID,
|
|
84141
|
-
exports.ETH_GOERLI_CHAIN_ID,
|
|
84142
|
-
exports.ETH_KOVAN_CHAIN_ID,
|
|
84143
|
-
exports.MATIC_CHAIN_ID,
|
|
84144
|
-
exports.MUMBAI_CHAIN_ID,
|
|
84145
|
-
exports.GNOSIS_CHAIN_ID,
|
|
84146
|
-
exports.OPTIMISM_MAINNET_CHAIN_ID,
|
|
84147
|
-
exports.OPTIMISM_KOVAN_CHAIN_ID,
|
|
84148
|
-
exports.ARBITRUM_ONE_CHAIN_ID,
|
|
84149
|
-
exports.ARBITRUM_RINKEBY_CHAIN_ID,
|
|
84150
|
-
exports.AVALANCHE_FUJI_CHAIN_ID,
|
|
84151
|
-
exports.AVALANCHE_C_CHAIN_ID,
|
|
84152
|
-
exports.BSC_MAINNET_CHAIN_ID, // BNB MAINNET
|
|
84153
|
-
];
|
|
84434
|
+
exports.chainIds = metadata_1.default.networks.map((x) => x.chainId);
|
|
84154
84435
|
/******* ACL AUTHORIZATION BIT OPERATIONS *******/
|
|
84155
84436
|
exports.AUTHORIZE_FLOW_OPERATOR_CREATE = 1 << 0;
|
|
84156
84437
|
exports.AUTHORIZE_FLOW_OPERATOR_UPDATE = 1 << 1;
|
|
@@ -84161,156 +84442,30 @@ exports.AUTHORIZE_FULL_CONTROL = exports.AUTHORIZE_FLOW_OPERATOR_CREATE |
|
|
|
84161
84442
|
const subgraphReleaseTag = (globalThis.process && globalThis.process.env.SUBGRAPH_RELEASE_TAG) ||
|
|
84162
84443
|
defaultSubgraphReleaseTag_json_1.default.value;
|
|
84163
84444
|
const baseUrl = `https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-${subgraphReleaseTag}`;
|
|
84164
|
-
|
|
84165
|
-
|
|
84166
|
-
|
|
84167
|
-
{
|
|
84168
|
-
subgraphAPIEndpoint:
|
|
84169
|
-
networkName:
|
|
84170
|
-
resolverAddress: "
|
|
84171
|
-
nativeTokenSymbol: "
|
|
84172
|
-
}
|
|
84173
|
-
|
|
84174
|
-
|
|
84175
|
-
|
|
84176
|
-
|
|
84177
|
-
|
|
84178
|
-
|
|
84179
|
-
|
|
84180
|
-
|
|
84181
|
-
|
|
84182
|
-
],
|
|
84183
|
-
[
|
|
84184
|
-
exports.ETH_GOERLI_CHAIN_ID,
|
|
84185
|
-
{
|
|
84186
|
-
subgraphAPIEndpoint: `${baseUrl}-goerli`,
|
|
84187
|
-
networkName: exports.ETH_GOERLI,
|
|
84188
|
-
resolverAddress: "0x3710AB3fDE2B61736B8BB0CE845D6c61F667a78E",
|
|
84189
|
-
nativeTokenSymbol: "ETH",
|
|
84190
|
-
},
|
|
84191
|
-
],
|
|
84192
|
-
[
|
|
84193
|
-
exports.OPTIMISM_MAINNET_CHAIN_ID,
|
|
84194
|
-
{
|
|
84195
|
-
subgraphAPIEndpoint: `${baseUrl}-optimism-mainnet`,
|
|
84196
|
-
networkName: exports.OPTIMISM_MAINNET,
|
|
84197
|
-
resolverAddress: "0x743B5f46BC86caF41bE4956d9275721E0531B186",
|
|
84198
|
-
nativeTokenSymbol: "ETH",
|
|
84199
|
-
},
|
|
84200
|
-
],
|
|
84201
|
-
[
|
|
84202
|
-
exports.ETH_KOVAN_CHAIN_ID,
|
|
84203
|
-
{
|
|
84204
|
-
subgraphAPIEndpoint: `${baseUrl}-kovan`,
|
|
84205
|
-
networkName: exports.ETH_KOVAN,
|
|
84206
|
-
resolverAddress: "0x851d3dd9dc97c1df1DA73467449B3893fc76D85B",
|
|
84207
|
-
nativeTokenSymbol: "ETH",
|
|
84208
|
-
},
|
|
84209
|
-
],
|
|
84210
|
-
[
|
|
84211
|
-
exports.OPTIMISM_KOVAN_CHAIN_ID,
|
|
84212
|
-
{
|
|
84213
|
-
subgraphAPIEndpoint: `${baseUrl}-optimism-kovan`,
|
|
84214
|
-
networkName: exports.OPTIMISM_KOVAN,
|
|
84215
|
-
resolverAddress: "0x218B65780615Ff134f9Ad810CB98839534D3C0D6",
|
|
84216
|
-
nativeTokenSymbol: "ETH",
|
|
84217
|
-
},
|
|
84218
|
-
],
|
|
84219
|
-
[
|
|
84220
|
-
exports.GNOSIS_CHAIN_ID,
|
|
84221
|
-
{
|
|
84222
|
-
subgraphAPIEndpoint: `${baseUrl}-xdai`,
|
|
84223
|
-
networkName: exports.XDAI_MAINNET,
|
|
84224
|
-
resolverAddress: "0xD2009765189164b495c110D61e4D301729079911",
|
|
84225
|
-
nativeTokenSymbol: "xDAI",
|
|
84226
|
-
},
|
|
84227
|
-
],
|
|
84228
|
-
[
|
|
84229
|
-
exports.MATIC_CHAIN_ID,
|
|
84230
|
-
{
|
|
84231
|
-
subgraphAPIEndpoint: `${baseUrl}-matic`,
|
|
84232
|
-
networkName: exports.POLYGON_MAINNET,
|
|
84233
|
-
resolverAddress: "0xE0cc76334405EE8b39213E620587d815967af39C",
|
|
84234
|
-
nativeTokenSymbol: "MATIC",
|
|
84235
|
-
},
|
|
84236
|
-
],
|
|
84237
|
-
[
|
|
84238
|
-
exports.ARBITRUM_ONE_CHAIN_ID,
|
|
84239
|
-
{
|
|
84240
|
-
subgraphAPIEndpoint: `${baseUrl}-arbitrum-one`,
|
|
84241
|
-
networkName: exports.ARBITRUM_ONE,
|
|
84242
|
-
resolverAddress: "0x609b9d9d6Ee9C3200745A79B9d3398DBd63d509F",
|
|
84243
|
-
nativeTokenSymbol: "ETH",
|
|
84244
|
-
},
|
|
84245
|
-
],
|
|
84246
|
-
[
|
|
84247
|
-
exports.AVALANCHE_FUJI_CHAIN_ID,
|
|
84248
|
-
{
|
|
84249
|
-
subgraphAPIEndpoint: `${baseUrl}-avalanche-fuji`,
|
|
84250
|
-
networkName: exports.AVALANCHE_FUJI,
|
|
84251
|
-
resolverAddress: "0x141920741bC45b962B59c833cd849bA617F7ef38",
|
|
84252
|
-
nativeTokenSymbol: "AVAX",
|
|
84253
|
-
},
|
|
84254
|
-
],
|
|
84255
|
-
[
|
|
84256
|
-
exports.AVALANCHE_C_CHAIN_ID,
|
|
84257
|
-
{
|
|
84258
|
-
subgraphAPIEndpoint: `${baseUrl}-avalanche-c`,
|
|
84259
|
-
networkName: exports.AVALANCHE_C,
|
|
84260
|
-
resolverAddress: "0x24a3F04F70B7f07B9673EadD3e146391BcfEa5c1",
|
|
84261
|
-
nativeTokenSymbol: "AVAX",
|
|
84262
|
-
},
|
|
84263
|
-
],
|
|
84264
|
-
[
|
|
84265
|
-
exports.BSC_MAINNET_CHAIN_ID,
|
|
84266
|
-
{
|
|
84267
|
-
subgraphAPIEndpoint: `${baseUrl}-bsc-mainnet`,
|
|
84268
|
-
networkName: exports.BSC_MAINNET,
|
|
84269
|
-
resolverAddress: "0x69604aA4e9e8BF44A73C680997205Edb03A92E41",
|
|
84270
|
-
nativeTokenSymbol: "BNB",
|
|
84271
|
-
},
|
|
84272
|
-
],
|
|
84273
|
-
[
|
|
84274
|
-
exports.MUMBAI_CHAIN_ID,
|
|
84275
|
-
{
|
|
84276
|
-
subgraphAPIEndpoint: `${baseUrl}-mumbai`,
|
|
84277
|
-
networkName: exports.POLYGON_MUMBAI,
|
|
84278
|
-
resolverAddress: "0x8C54C83FbDe3C59e59dd6E324531FB93d4F504d3",
|
|
84279
|
-
nativeTokenSymbol: "MATIC",
|
|
84280
|
-
},
|
|
84281
|
-
],
|
|
84282
|
-
[
|
|
84283
|
-
exports.ARBITRUM_RINKEBY_CHAIN_ID,
|
|
84284
|
-
{
|
|
84285
|
-
subgraphAPIEndpoint: `${baseUrl}-arbitrum-rinkeby`,
|
|
84286
|
-
networkName: exports.ARBITRUM_RINKEBY,
|
|
84287
|
-
resolverAddress: "0xa2C0C70A1E922f5f060ec20EE3aF002C163b4567",
|
|
84288
|
-
nativeTokenSymbol: "ETH",
|
|
84289
|
-
},
|
|
84290
|
-
],
|
|
84291
|
-
]);
|
|
84292
|
-
exports.networkNameToChainIdMap = new Map([
|
|
84293
|
-
[exports.ETH_ROPSTEN, exports.ETH_ROPSTEN_CHAIN_ID],
|
|
84294
|
-
[exports.ETH_RINKEBY, exports.ETH_RINKEBY_CHAIN_ID],
|
|
84295
|
-
[exports.ETH_GOERLI, exports.ETH_GOERLI_CHAIN_ID],
|
|
84296
|
-
[exports.ETH_KOVAN, exports.ETH_KOVAN_CHAIN_ID],
|
|
84297
|
-
[exports.XDAI_MAINNET, exports.GNOSIS_CHAIN_ID],
|
|
84298
|
-
[exports.POLYGON_MAINNET, exports.MATIC_CHAIN_ID],
|
|
84299
|
-
[exports.POLYGON_MUMBAI, exports.MUMBAI_CHAIN_ID],
|
|
84300
|
-
[exports.OPTIMISM_KOVAN, exports.OPTIMISM_KOVAN_CHAIN_ID],
|
|
84301
|
-
[exports.OPTIMISM_MAINNET, exports.OPTIMISM_MAINNET_CHAIN_ID],
|
|
84302
|
-
[exports.ARBITRUM_ONE, exports.ARBITRUM_ONE_CHAIN_ID],
|
|
84303
|
-
[exports.ARBITRUM_RINKEBY, exports.ARBITRUM_RINKEBY_CHAIN_ID],
|
|
84304
|
-
[exports.AVALANCHE_C, exports.AVALANCHE_C_CHAIN_ID],
|
|
84305
|
-
[exports.AVALANCHE_FUJI, exports.AVALANCHE_FUJI_CHAIN_ID],
|
|
84306
|
-
[exports.BSC_MAINNET, exports.BSC_MAINNET_CHAIN_ID],
|
|
84307
|
-
]);
|
|
84445
|
+
const getResolverData = (chainId) => {
|
|
84446
|
+
const networkData = metadata_1.default.networks.find((x) => x.chainId === chainId);
|
|
84447
|
+
if (!networkData)
|
|
84448
|
+
return {
|
|
84449
|
+
subgraphAPIEndpoint: "",
|
|
84450
|
+
networkName: "",
|
|
84451
|
+
resolverAddress: "",
|
|
84452
|
+
nativeTokenSymbol: "",
|
|
84453
|
+
};
|
|
84454
|
+
return {
|
|
84455
|
+
subgraphAPIEndpoint: `${baseUrl}-${networkData === null || networkData === void 0 ? void 0 : networkData.shortName}`,
|
|
84456
|
+
networkName: networkData.name,
|
|
84457
|
+
resolverAddress: networkData.contractsV1.resolver,
|
|
84458
|
+
nativeTokenSymbol: networkData.nativeTokenSymbol,
|
|
84459
|
+
};
|
|
84460
|
+
};
|
|
84461
|
+
exports.chainIdToResolverDataMap = new Map(metadata_1.default.networks.map((x) => [x.chainId, getResolverData(x.chainId)]));
|
|
84462
|
+
exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) => [x.name, x.chainId]));
|
|
84308
84463
|
|
|
84309
|
-
},{"./defaultSubgraphReleaseTag.json":
|
|
84464
|
+
},{"./defaultSubgraphReleaseTag.json":337,"@superfluid-finance/metadata":123}],337:[function(require,module,exports){
|
|
84310
84465
|
module.exports={
|
|
84311
84466
|
"value": "dev"
|
|
84312
84467
|
}
|
|
84313
|
-
},{}],
|
|
84468
|
+
},{}],338:[function(require,module,exports){
|
|
84314
84469
|
"use strict";
|
|
84315
84470
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84316
84471
|
exports.FlowUpdateType = void 0;
|
|
@@ -84321,7 +84476,7 @@ var FlowUpdateType;
|
|
|
84321
84476
|
FlowUpdateType[FlowUpdateType["Terminate"] = 2] = "Terminate";
|
|
84322
84477
|
})(FlowUpdateType = exports.FlowUpdateType || (exports.FlowUpdateType = {}));
|
|
84323
84478
|
|
|
84324
|
-
},{}],
|
|
84479
|
+
},{}],339:[function(require,module,exports){
|
|
84325
84480
|
"use strict";
|
|
84326
84481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84327
84482
|
exports.getNetworkName = exports.getSubgraphQueriesEndpoint = exports.validateFrameworkConstructorOptions = void 0;
|
|
@@ -84382,7 +84537,7 @@ const getNetworkName = (options) => {
|
|
|
84382
84537
|
};
|
|
84383
84538
|
exports.getNetworkName = getNetworkName;
|
|
84384
84539
|
|
|
84385
|
-
},{"./SFError":
|
|
84540
|
+
},{"./SFError":324,"./constants":336,"./utils":385}],340:[function(require,module,exports){
|
|
84386
84541
|
"use strict";
|
|
84387
84542
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
84388
84543
|
if (k2 === undefined) k2 = k;
|
|
@@ -84466,11 +84621,11 @@ __exportStar(require("./subgraph/mappedSubgraphTypes"), exports);
|
|
|
84466
84621
|
__exportStar(require("./SFError"), exports);
|
|
84467
84622
|
__exportStar(require("./subgraph/subgraphQueryHandler"), exports);
|
|
84468
84623
|
|
|
84469
|
-
},{"./BatchCall":
|
|
84624
|
+
},{"./BatchCall":315,"./ConstantFlowAgreementV1":316,"./ERC20Token":317,"./Framework":318,"./Governance":319,"./Host":320,"./InstantDistributionAgreementV1":321,"./Operation":322,"./Query":323,"./SFError":324,"./SuperToken":325,"./constants":336,"./events":338,"./interfaces":341,"./ordering":343,"./pagination":344,"./subgraph/entities/account/account":346,"./subgraph/entities/accountTokenSnapshot/accountTokenSnapshot":348,"./subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog":350,"./subgraph/entities/index/index":352,"./subgraph/entities/indexSubscription/indexSubscription":354,"./subgraph/entities/stream/stream":356,"./subgraph/entities/streamPeriod/streamPeriod":358,"./subgraph/entities/token/token":360,"./subgraph/entities/tokenStatistic/tokenStatistic":362,"./subgraph/entities/tokenStatisticLog/tokenStatisticLog":364,"./subgraph/events/events":367,"./subgraph/events/flowUpdatedEvent":368,"./subgraph/events/indexUpdatedEvent":369,"./subgraph/events/subscriptionUnitsUpdatedEvents":370,"./subgraph/events/transferEvents":371,"./subgraph/mappedSubgraphTypes":372,"./subgraph/meta/meta":374,"./subgraph/schema.generated":382,"./subgraph/subgraphQueryHandler":383,"./types":384,"./utils":385}],341:[function(require,module,exports){
|
|
84470
84625
|
"use strict";
|
|
84471
84626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84472
84627
|
|
|
84473
|
-
},{}],
|
|
84628
|
+
},{}],342:[function(require,module,exports){
|
|
84474
84629
|
"use strict";
|
|
84475
84630
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
84476
84631
|
if (k2 === undefined) k2 = k;
|
|
@@ -85134,9 +85289,9 @@ const mapNumberToFlowUpdateType = (type) => {
|
|
|
85134
85289
|
}
|
|
85135
85290
|
};
|
|
85136
85291
|
|
|
85137
|
-
},{"./events":
|
|
85138
|
-
arguments[4][
|
|
85139
|
-
},{"dup":
|
|
85292
|
+
},{"./events":338,"./utils":385}],343:[function(require,module,exports){
|
|
85293
|
+
arguments[4][341][0].apply(exports,arguments)
|
|
85294
|
+
},{"dup":341}],344:[function(require,module,exports){
|
|
85140
85295
|
"use strict";
|
|
85141
85296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85142
85297
|
exports.takePlusOne = exports.nextLastIdPaging = exports.nextPageNumberPaging = exports.nextSkipPaging = exports.createLastIdPaging = exports.createPageNumberPaging = exports.createSkipPaging = exports.isAllPaging = exports.isLastIdPaging = exports.isPageNumberPaging = exports.isSkipPaging = exports.createPagedResult = void 0;
|
|
@@ -85228,7 +85383,7 @@ const takePlusOne = (paging) => {
|
|
|
85228
85383
|
};
|
|
85229
85384
|
exports.takePlusOne = takePlusOne;
|
|
85230
85385
|
|
|
85231
|
-
},{}],
|
|
85386
|
+
},{}],345:[function(require,module,exports){
|
|
85232
85387
|
"use strict";
|
|
85233
85388
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85234
85389
|
exports.SubgraphClient = void 0;
|
|
@@ -85271,7 +85426,7 @@ function cleanVariables(variables) {
|
|
|
85271
85426
|
]));
|
|
85272
85427
|
}
|
|
85273
85428
|
|
|
85274
|
-
},{"../SFError":
|
|
85429
|
+
},{"../SFError":324,"graphql":174,"graphql-request":161,"lodash":308}],346:[function(require,module,exports){
|
|
85275
85430
|
"use strict";
|
|
85276
85431
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85277
85432
|
exports.AccountQueryHandler = void 0;
|
|
@@ -85300,13 +85455,13 @@ class AccountQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
85300
85455
|
}
|
|
85301
85456
|
exports.AccountQueryHandler = AccountQueryHandler;
|
|
85302
85457
|
|
|
85303
|
-
},{"../../subgraphQueryHandler":
|
|
85458
|
+
},{"../../subgraphQueryHandler":383,"./accounts.generated":347}],347:[function(require,module,exports){
|
|
85304
85459
|
"use strict";
|
|
85305
85460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85306
85461
|
exports.AccountsDocument = void 0;
|
|
85307
85462
|
exports.AccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Account_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Account_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSuperApp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
85308
85463
|
|
|
85309
|
-
},{}],
|
|
85464
|
+
},{}],348:[function(require,module,exports){
|
|
85310
85465
|
"use strict";
|
|
85311
85466
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85312
85467
|
exports.AccountTokenSnapshotQueryHandler = void 0;
|
|
@@ -85339,13 +85494,13 @@ class AccountTokenSnapshotQueryHandler extends subgraphQueryHandler_1.SubgraphQu
|
|
|
85339
85494
|
}
|
|
85340
85495
|
exports.AccountTokenSnapshotQueryHandler = AccountTokenSnapshotQueryHandler;
|
|
85341
85496
|
|
|
85342
|
-
},{"../../subgraphQueryHandler":
|
|
85497
|
+
},{"../../subgraphQueryHandler":383,"./accountTokenSnapshots.generated":349}],349:[function(require,module,exports){
|
|
85343
85498
|
"use strict";
|
|
85344
85499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85345
85500
|
exports.AccountTokenSnapshotsDocument = void 0;
|
|
85346
85501
|
exports.AccountTokenSnapshotsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "balanceUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedInUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedOutUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maybeCriticalAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isLiquidationEstimateOptimistic" } }] } }] } }] };
|
|
85347
85502
|
|
|
85348
|
-
},{}],
|
|
85503
|
+
},{}],350:[function(require,module,exports){
|
|
85349
85504
|
"use strict";
|
|
85350
85505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85351
85506
|
exports.AccountTokenSnapshotLogQueryHandler = void 0;
|
|
@@ -85380,13 +85535,13 @@ class AccountTokenSnapshotLogQueryHandler extends subgraphQueryHandler_1.Subgrap
|
|
|
85380
85535
|
}
|
|
85381
85536
|
exports.AccountTokenSnapshotLogQueryHandler = AccountTokenSnapshotLogQueryHandler;
|
|
85382
85537
|
|
|
85383
|
-
},{"../../subgraphQueryHandler":
|
|
85538
|
+
},{"../../subgraphQueryHandler":383,"./accountTokenSnapshotLogs.generated":351}],351:[function(require,module,exports){
|
|
85384
85539
|
"use strict";
|
|
85385
85540
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85386
85541
|
exports.AccountTokenSnapshotLogsDocument = void 0;
|
|
85387
85542
|
exports.AccountTokenSnapshotLogsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accountTokenSnapshotLogs" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshotLog_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshotLog_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountTokenSnapshotLogs" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "balance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maybeCriticalAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedIn" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedOut" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferred" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "triggeredByEventName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }] } }] } }] };
|
|
85388
85543
|
|
|
85389
|
-
},{}],
|
|
85544
|
+
},{}],352:[function(require,module,exports){
|
|
85390
85545
|
"use strict";
|
|
85391
85546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85392
85547
|
exports.IndexQueryHandler = void 0;
|
|
@@ -85419,13 +85574,13 @@ class IndexQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
85419
85574
|
}
|
|
85420
85575
|
exports.IndexQueryHandler = IndexQueryHandler;
|
|
85421
85576
|
|
|
85422
|
-
},{"../../subgraphQueryHandler":
|
|
85577
|
+
},{"../../subgraphQueryHandler":383,"./indexes.generated":353}],353:[function(require,module,exports){
|
|
85423
85578
|
"use strict";
|
|
85424
85579
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85425
85580
|
exports.IndexesDocument = void 0;
|
|
85426
85581
|
exports.IndexesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "indexes" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "indexes" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexCreatedEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
85427
85582
|
|
|
85428
|
-
},{}],
|
|
85583
|
+
},{}],354:[function(require,module,exports){
|
|
85429
85584
|
"use strict";
|
|
85430
85585
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85431
85586
|
exports.IndexSubscriptionQueryHandler = void 0;
|
|
@@ -85462,13 +85617,13 @@ class IndexSubscriptionQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
85462
85617
|
}
|
|
85463
85618
|
exports.IndexSubscriptionQueryHandler = IndexSubscriptionQueryHandler;
|
|
85464
85619
|
|
|
85465
|
-
},{"../../subgraphQueryHandler":
|
|
85620
|
+
},{"../../subgraphQueryHandler":383,"./indexSubscriptions.generated":355}],355:[function(require,module,exports){
|
|
85466
85621
|
"use strict";
|
|
85467
85622
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85468
85623
|
exports.IndexSubscriptionsDocument = void 0;
|
|
85469
85624
|
exports.IndexSubscriptionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "indexSubscriptions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "indexSubscriptions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "approved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValueUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountReceivedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
85470
85625
|
|
|
85471
|
-
},{}],
|
|
85626
|
+
},{}],356:[function(require,module,exports){
|
|
85472
85627
|
"use strict";
|
|
85473
85628
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85474
85629
|
exports.StreamQueryHandler = void 0;
|
|
@@ -85501,13 +85656,13 @@ class StreamQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
85501
85656
|
}
|
|
85502
85657
|
exports.StreamQueryHandler = StreamQueryHandler;
|
|
85503
85658
|
|
|
85504
|
-
},{"../../subgraphQueryHandler":
|
|
85659
|
+
},{"../../subgraphQueryHandler":383,"./streams.generated":357}],357:[function(require,module,exports){
|
|
85505
85660
|
"use strict";
|
|
85506
85661
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85507
85662
|
exports.StreamsDocument = void 0;
|
|
85508
85663
|
exports.StreamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "streams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "streams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currentFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "streamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
85509
85664
|
|
|
85510
|
-
},{}],
|
|
85665
|
+
},{}],358:[function(require,module,exports){
|
|
85511
85666
|
"use strict";
|
|
85512
85667
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85513
85668
|
exports.StreamPeriodQueryHandler = void 0;
|
|
@@ -85546,13 +85701,13 @@ class StreamPeriodQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandl
|
|
|
85546
85701
|
}
|
|
85547
85702
|
exports.StreamPeriodQueryHandler = StreamPeriodQueryHandler;
|
|
85548
85703
|
|
|
85549
|
-
},{"../../subgraphQueryHandler":
|
|
85704
|
+
},{"../../subgraphQueryHandler":383,"./streamPeriods.generated":359}],359:[function(require,module,exports){
|
|
85550
85705
|
"use strict";
|
|
85551
85706
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85552
85707
|
exports.StreamPeriodsDocument = void 0;
|
|
85553
85708
|
exports.StreamPeriodsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "streamPeriods" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamPeriod_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamPeriod_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "streamPeriods" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stream" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] } }] };
|
|
85554
85709
|
|
|
85555
|
-
},{}],
|
|
85710
|
+
},{}],360:[function(require,module,exports){
|
|
85556
85711
|
"use strict";
|
|
85557
85712
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85558
85713
|
exports.TokenQueryHandler = void 0;
|
|
@@ -85579,13 +85734,13 @@ class TokenQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
85579
85734
|
}
|
|
85580
85735
|
exports.TokenQueryHandler = TokenQueryHandler;
|
|
85581
85736
|
|
|
85582
|
-
},{"../../subgraphQueryHandler":
|
|
85737
|
+
},{"../../subgraphQueryHandler":383,"./tokens.generated":361}],361:[function(require,module,exports){
|
|
85583
85738
|
"use strict";
|
|
85584
85739
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85585
85740
|
exports.TokensDocument = void 0;
|
|
85586
85741
|
exports.TokensDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokens" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokens" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "decimals" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] };
|
|
85587
85742
|
|
|
85588
|
-
},{}],
|
|
85743
|
+
},{}],362:[function(require,module,exports){
|
|
85589
85744
|
"use strict";
|
|
85590
85745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85591
85746
|
exports.TokenStatisticQueryHandler = void 0;
|
|
@@ -85612,13 +85767,13 @@ class TokenStatisticQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHan
|
|
|
85612
85767
|
}
|
|
85613
85768
|
exports.TokenStatisticQueryHandler = TokenStatisticQueryHandler;
|
|
85614
85769
|
|
|
85615
|
-
},{"../../subgraphQueryHandler":
|
|
85770
|
+
},{"../../subgraphQueryHandler":383,"./tokenStatistics.generated":363}],363:[function(require,module,exports){
|
|
85616
85771
|
"use strict";
|
|
85617
85772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85618
85773
|
exports.TokenStatisticsDocument = void 0;
|
|
85619
85774
|
exports.TokenStatisticsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokenStatistics" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatistic_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatistic_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenStatistics" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSupply" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }] } }] } }] };
|
|
85620
85775
|
|
|
85621
|
-
},{}],
|
|
85776
|
+
},{}],364:[function(require,module,exports){
|
|
85622
85777
|
"use strict";
|
|
85623
85778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85624
85779
|
exports.TokenStatisticLogQueryHandler = void 0;
|
|
@@ -85646,13 +85801,13 @@ class TokenStatisticLogQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
85646
85801
|
}
|
|
85647
85802
|
exports.TokenStatisticLogQueryHandler = TokenStatisticLogQueryHandler;
|
|
85648
85803
|
|
|
85649
|
-
},{"../../subgraphQueryHandler":
|
|
85804
|
+
},{"../../subgraphQueryHandler":383,"./tokenStatisticLogs.generated":365}],365:[function(require,module,exports){
|
|
85650
85805
|
"use strict";
|
|
85651
85806
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85652
85807
|
exports.TokenStatisticLogsDocument = void 0;
|
|
85653
85808
|
exports.TokenStatisticLogsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokenStatisticLogs" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatisticLog_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatisticLog_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenStatisticLogs" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "triggeredByEventName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferred" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSupply" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }] } }] } }] };
|
|
85654
85809
|
|
|
85655
|
-
},{}],
|
|
85810
|
+
},{}],366:[function(require,module,exports){
|
|
85656
85811
|
"use strict";
|
|
85657
85812
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85658
85813
|
exports.EventsDocument = exports.SuperTokenLogicCreatedEventsDocument = exports.SuperTokenCreatedEventsDocument = exports.CustomSuperTokenCreatedEventsDocument = exports.SentEventsDocument = exports.MintedEventsDocument = exports.BurnedEventsDocument = exports.AgreementLiquidatedByEventsDocument = exports.TrustedForwarderChangedEventsDocument = exports.RewardAddressChangedEventsDocument = exports.ConfigChangedEventsDocument = exports.CfaV1LiquidationPeriodChangedEventsDocument = exports.SetEventsDocument = exports.RoleRevokedEventsDocument = exports.RoleGrantedEventsDocument = exports.RoleAdminChangedEventsDocument = exports.SuperTokenLogicUpdatedEventsDocument = exports.SuperTokenFactoryUpdatedEventsDocument = exports.JailEventsDocument = exports.GovernanceReplacedEventsDocument = exports.AppRegisteredEventsDocument = exports.AgreementClassUpdatedEventsDocument = exports.AgreementClassRegisteredEventsDocument = exports.TokenDowngradedEventsDocument = exports.TokenUpgradedEventsDocument = exports.TransferEventsDocument = exports.SubscriptionUnitsUpdatedEventsDocument = exports.SubscriptionRevokedEventsDocument = exports.SubscriptionDistributionClaimedEventsDocument = exports.SubscriptionApprovedEventsDocument = exports.IndexUnsubscribedEventsDocument = exports.IndexUnitsUpdatedEventsDocument = exports.IndexSubscribedEventsDocument = exports.IndexUpdatedEventsDocument = exports.IndexDistributionClaimedEventsDocument = exports.IndexCreatedEventsDocument = exports.FlowOperatorUpdatedEventsDocument = exports.FlowUpdatedEventsDocument = void 0;
|
|
@@ -85695,7 +85850,7 @@ exports.SuperTokenCreatedEventsDocument = { "kind": "Document", "definitions": [
|
|
|
85695
85850
|
exports.SuperTokenLogicCreatedEventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "superTokenLogicCreatedEvents" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent_filter" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent_orderBy" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superTokenLogicCreatedEvents" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenLogic" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] };
|
|
85696
85851
|
exports.EventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "events" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "events" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowOperator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deposit" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowOperatorUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "permissions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRateAllowance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnsubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionApprovedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TransferEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenUpgradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenDowngradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AppRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "GovernanceReplacedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "oldGovernance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newGovernance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "JailEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenFactoryUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "newFactory" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleAdminChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "previousAdminRole" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newAdminRole" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleGrantedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SetEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hashedName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resolverEntry" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CFAv1LiquidationPeriodChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RewardAddressChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TrustedForwarderChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "forwarder" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedByEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "penaltyAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bondAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bailoutAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedV2Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmountReceiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccountBalanceDelta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAccount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PPPConfigurationChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "patricianPeriod" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BurnedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MintedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SentEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CustomSuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenLogic" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] } }] };
|
|
85697
85852
|
|
|
85698
|
-
},{}],
|
|
85853
|
+
},{}],367:[function(require,module,exports){
|
|
85699
85854
|
"use strict";
|
|
85700
85855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85701
85856
|
exports.EventQueryHandler = void 0;
|
|
@@ -85723,7 +85878,7 @@ class EventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
85723
85878
|
}
|
|
85724
85879
|
exports.EventQueryHandler = EventQueryHandler;
|
|
85725
85880
|
|
|
85726
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
85881
|
+
},{"../../mapGetAllEventsQueryEvents":342,"../subgraphQueryHandler":383,"./events.generated":366}],368:[function(require,module,exports){
|
|
85727
85882
|
"use strict";
|
|
85728
85883
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85729
85884
|
exports.FlowUpdatedEventQueryHandler = void 0;
|
|
@@ -85751,7 +85906,7 @@ class FlowUpdatedEventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryH
|
|
|
85751
85906
|
}
|
|
85752
85907
|
exports.FlowUpdatedEventQueryHandler = FlowUpdatedEventQueryHandler;
|
|
85753
85908
|
|
|
85754
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
85909
|
+
},{"../../mapGetAllEventsQueryEvents":342,"../subgraphQueryHandler":383,"./events.generated":366}],369:[function(require,module,exports){
|
|
85755
85910
|
"use strict";
|
|
85756
85911
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85757
85912
|
exports.IndexUpdatedEventQueryHandler = void 0;
|
|
@@ -85779,7 +85934,7 @@ class IndexUpdatedEventQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
85779
85934
|
}
|
|
85780
85935
|
exports.IndexUpdatedEventQueryHandler = IndexUpdatedEventQueryHandler;
|
|
85781
85936
|
|
|
85782
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
85937
|
+
},{"../../mapGetAllEventsQueryEvents":342,"../subgraphQueryHandler":383,"./events.generated":366}],370:[function(require,module,exports){
|
|
85783
85938
|
"use strict";
|
|
85784
85939
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85785
85940
|
exports.SubscriptionUnitsUpdatedEventQueryHandler = void 0;
|
|
@@ -85807,7 +85962,7 @@ class SubscriptionUnitsUpdatedEventQueryHandler extends subgraphQueryHandler_1.S
|
|
|
85807
85962
|
}
|
|
85808
85963
|
exports.SubscriptionUnitsUpdatedEventQueryHandler = SubscriptionUnitsUpdatedEventQueryHandler;
|
|
85809
85964
|
|
|
85810
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
85965
|
+
},{"../../mapGetAllEventsQueryEvents":342,"../subgraphQueryHandler":383,"./events.generated":366}],371:[function(require,module,exports){
|
|
85811
85966
|
"use strict";
|
|
85812
85967
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85813
85968
|
exports.TransferEventQueryHandler = void 0;
|
|
@@ -85835,18 +85990,18 @@ class TransferEventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHand
|
|
|
85835
85990
|
}
|
|
85836
85991
|
exports.TransferEventQueryHandler = TransferEventQueryHandler;
|
|
85837
85992
|
|
|
85838
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
85993
|
+
},{"../../mapGetAllEventsQueryEvents":342,"../subgraphQueryHandler":383,"./events.generated":366}],372:[function(require,module,exports){
|
|
85839
85994
|
"use strict";
|
|
85840
85995
|
// TODO(KK): Add comments
|
|
85841
85996
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85842
85997
|
|
|
85843
|
-
},{}],
|
|
85998
|
+
},{}],373:[function(require,module,exports){
|
|
85844
85999
|
"use strict";
|
|
85845
86000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85846
86001
|
exports.MetaDocument = void 0;
|
|
85847
86002
|
exports.MetaDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "meta" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_meta" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "block" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hash" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "deployment" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hasIndexingErrors" } }] } }] } }] };
|
|
85848
86003
|
|
|
85849
|
-
},{}],
|
|
86004
|
+
},{}],374:[function(require,module,exports){
|
|
85850
86005
|
"use strict";
|
|
85851
86006
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85852
86007
|
exports.MetaQueryHandler = void 0;
|
|
@@ -85867,7 +86022,7 @@ class MetaQueryHandler {
|
|
|
85867
86022
|
}
|
|
85868
86023
|
exports.MetaQueryHandler = MetaQueryHandler;
|
|
85869
86024
|
|
|
85870
|
-
},{"./meta.generated":
|
|
86025
|
+
},{"./meta.generated":373}],375:[function(require,module,exports){
|
|
85871
86026
|
"use strict";
|
|
85872
86027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85873
86028
|
exports.normalizeSubgraphFilterValue = exports.normalizeSubgraphFilter = void 0;
|
|
@@ -85907,45 +86062,45 @@ const lowerCaseIfAddress = (value) => {
|
|
|
85907
86062
|
return value;
|
|
85908
86063
|
};
|
|
85909
86064
|
|
|
85910
|
-
},{}],
|
|
86065
|
+
},{}],376:[function(require,module,exports){
|
|
85911
86066
|
"use strict";
|
|
85912
86067
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85913
86068
|
exports.GetAccountTokenSnapshotsDocument = void 0;
|
|
85914
86069
|
exports.GetAccountTokenSnapshotsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAccountTokenSnapshots" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "balanceUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] } }] };
|
|
85915
86070
|
|
|
85916
|
-
},{}],
|
|
86071
|
+
},{}],377:[function(require,module,exports){
|
|
85917
86072
|
"use strict";
|
|
85918
86073
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85919
86074
|
exports.GetAllEventsDocument = void 0;
|
|
85920
86075
|
exports.GetAllEventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllEvents" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "events" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowOperator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deposit" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowOperatorUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "permissions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRateAllowance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnsubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionApprovedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TransferEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenUpgradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenDowngradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AppRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "GovernanceReplacedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "oldGovernance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newGovernance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "JailEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenFactoryUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "newFactory" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleAdminChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "previousAdminRole" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newAdminRole" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleGrantedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SetEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hashedName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resolverEntry" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CFAv1LiquidationPeriodChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RewardAddressChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PPPConfigurationChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "patricianPeriod" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TrustedForwarderChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "forwarder" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedByEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "penaltyAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bondAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bailoutAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedV2Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmountReceiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccountBalanceDelta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAccount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BurnedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MintedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SentEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CustomSuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenLogic" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] } }] };
|
|
85921
86076
|
|
|
85922
|
-
},{}],
|
|
86077
|
+
},{}],378:[function(require,module,exports){
|
|
85923
86078
|
"use strict";
|
|
85924
86079
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85925
86080
|
exports.GetIndexSubscriptionsDocument = void 0;
|
|
85926
86081
|
exports.GetIndexSubscriptionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getIndexSubscriptions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "indexSubscriptions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "approved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountReceivedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValueUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] } }] } }] };
|
|
85927
86082
|
|
|
85928
|
-
},{}],
|
|
86083
|
+
},{}],379:[function(require,module,exports){
|
|
85929
86084
|
"use strict";
|
|
85930
86085
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85931
86086
|
exports.GetIndexesDocument = void 0;
|
|
85932
86087
|
exports.GetIndexesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getIndexes" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "indexes" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] } }] };
|
|
85933
86088
|
|
|
85934
|
-
},{}],
|
|
86089
|
+
},{}],380:[function(require,module,exports){
|
|
85935
86090
|
"use strict";
|
|
85936
86091
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85937
86092
|
exports.GetStreamsDocument = void 0;
|
|
85938
86093
|
exports.GetStreamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getStreams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "streams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currentFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "streamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowUpdatedEvents" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "EnumValue", "value": "timestamp" } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSenderFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalReceiverFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilTimestamp" } }] } }] } }] } }] };
|
|
85939
86094
|
|
|
85940
|
-
},{}],
|
|
86095
|
+
},{}],381:[function(require,module,exports){
|
|
85941
86096
|
"use strict";
|
|
85942
86097
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85943
86098
|
exports.GetTokensDocument = void 0;
|
|
85944
86099
|
exports.GetTokensDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTokens" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "tokens" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] };
|
|
85945
86100
|
|
|
85946
|
-
},{}],
|
|
85947
|
-
arguments[4][
|
|
85948
|
-
},{"dup":
|
|
86101
|
+
},{}],382:[function(require,module,exports){
|
|
86102
|
+
arguments[4][341][0].apply(exports,arguments)
|
|
86103
|
+
},{"dup":341}],383:[function(require,module,exports){
|
|
85949
86104
|
"use strict";
|
|
85950
86105
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
85951
86106
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -86057,9 +86212,9 @@ class SubgraphQueryHandler {
|
|
|
86057
86212
|
}
|
|
86058
86213
|
exports.SubgraphQueryHandler = SubgraphQueryHandler;
|
|
86059
86214
|
|
|
86060
|
-
},{"../Query":
|
|
86061
|
-
arguments[4][
|
|
86062
|
-
},{"dup":
|
|
86215
|
+
},{"../Query":323,"../pagination":344,"../utils":385,"./normalizeSubgraphFilter":375,"lodash":308}],384:[function(require,module,exports){
|
|
86216
|
+
arguments[4][341][0].apply(exports,arguments)
|
|
86217
|
+
},{"dup":341}],385:[function(require,module,exports){
|
|
86063
86218
|
"use strict";
|
|
86064
86219
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86065
86220
|
exports.getFlowOperatorId = exports.typeGuard = exports.isInjectedEthers = exports.isInjectedWeb3 = exports.isEthersProvider = exports.calculateAvailableBalance = exports.getSanitizedTimestamp = exports.getStringCurrentTimeInSeconds = exports.subscriptionTotalAmountClaimableSinceUpdatedAt = exports.subscriptionTotalAmountReceivedSinceUpdated = exports.subscriptionTotalAmountDistributedSinceUpdated = exports.flowedAmountSinceUpdatedAt = exports.getFlowAmountByPerSecondFlowRate = exports.getPerSecondFlowRateByDay = exports.getPerSecondFlowRateByWeek = exports.getPerSecondFlowRateByMonth = exports.getPerSecondFlowRateByYear = exports.getTransactionDescription = exports.removeSigHashFromCallData = exports.toBN = exports.isNullOrEmpty = exports.isPermissionsClean = exports.normalizeAddress = void 0;
|
|
@@ -86259,5 +86414,5 @@ const getFlowOperatorId = (sender, flowOperator) => {
|
|
|
86259
86414
|
};
|
|
86260
86415
|
exports.getFlowOperatorId = getFlowOperatorId;
|
|
86261
86416
|
|
|
86262
|
-
},{"./SFError":
|
|
86417
|
+
},{"./SFError":324,"./constants":336,"ethers":151}]},{},[340])(340)
|
|
86263
86418
|
});
|