@superfluid-finance/sdk-core 0.6.7-dev.36bfd5f.0 → 0.6.7-dev.3cd1f8a.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.umd.js +912 -910
- package/package.json +3 -3
package/dist/index.umd.js
CHANGED
|
@@ -3825,7 +3825,7 @@ function _base16To36(value) {
|
|
|
3825
3825
|
}
|
|
3826
3826
|
exports._base16To36 = _base16To36;
|
|
3827
3827
|
|
|
3828
|
-
},{"./_version":26,"@ethersproject/bytes":31,"@ethersproject/logger":58,"bn.js":
|
|
3828
|
+
},{"./_version":26,"@ethersproject/bytes":31,"@ethersproject/logger":58,"bn.js":127}],28:[function(require,module,exports){
|
|
3829
3829
|
"use strict";
|
|
3830
3830
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3831
3831
|
exports.FixedNumber = exports.FixedFormat = exports.parseFixed = exports.formatFixed = void 0;
|
|
@@ -7440,7 +7440,7 @@ function decrypt(json, password) {
|
|
|
7440
7440
|
}
|
|
7441
7441
|
exports.decrypt = decrypt;
|
|
7442
7442
|
|
|
7443
|
-
},{"./_version":50,"./utils":55,"@ethersproject/address":22,"@ethersproject/bytes":31,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/pbkdf2":62,"@ethersproject/properties":64,"@ethersproject/strings":102,"aes-js":
|
|
7443
|
+
},{"./_version":50,"./utils":55,"@ethersproject/address":22,"@ethersproject/bytes":31,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/pbkdf2":62,"@ethersproject/properties":64,"@ethersproject/strings":102,"aes-js":125}],52:[function(require,module,exports){
|
|
7444
7444
|
"use strict";
|
|
7445
7445
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7446
7446
|
exports.decryptJsonWalletSync = exports.decryptJsonWallet = exports.getJsonWalletAddress = exports.isKeystoreWallet = exports.isCrowdsaleWallet = exports.encryptKeystore = exports.decryptKeystoreSync = exports.decryptKeystore = exports.decryptCrowdsale = void 0;
|
|
@@ -7918,7 +7918,7 @@ function encrypt(account, password, options, progressCallback) {
|
|
|
7918
7918
|
}
|
|
7919
7919
|
exports.encrypt = encrypt;
|
|
7920
7920
|
|
|
7921
|
-
},{"./_version":50,"./utils":55,"@ethersproject/address":22,"@ethersproject/bytes":31,"@ethersproject/hdnode":49,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/pbkdf2":62,"@ethersproject/properties":64,"@ethersproject/random":86,"@ethersproject/transactions":105,"aes-js":
|
|
7921
|
+
},{"./_version":50,"./utils":55,"@ethersproject/address":22,"@ethersproject/bytes":31,"@ethersproject/hdnode":49,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/pbkdf2":62,"@ethersproject/properties":64,"@ethersproject/random":86,"@ethersproject/transactions":105,"aes-js":125,"scrypt-js":197}],55:[function(require,module,exports){
|
|
7922
7922
|
"use strict";
|
|
7923
7923
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7924
7924
|
exports.uuidV4 = exports.searchPath = exports.getPassword = exports.zpad = exports.looseArrayify = void 0;
|
|
@@ -8003,7 +8003,7 @@ function keccak256(data) {
|
|
|
8003
8003
|
}
|
|
8004
8004
|
exports.keccak256 = keccak256;
|
|
8005
8005
|
|
|
8006
|
-
},{"@ethersproject/bytes":31,"js-sha3":
|
|
8006
|
+
},{"@ethersproject/bytes":31,"js-sha3":192}],57:[function(require,module,exports){
|
|
8007
8007
|
"use strict";
|
|
8008
8008
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8009
8009
|
exports.version = void 0;
|
|
@@ -11657,7 +11657,7 @@ var BaseProvider = /** @class */ (function (_super) {
|
|
|
11657
11657
|
}(abstract_provider_1.Provider));
|
|
11658
11658
|
exports.BaseProvider = BaseProvider;
|
|
11659
11659
|
|
|
11660
|
-
},{"./_version":65,"./formatter":74,"@ethersproject/abstract-provider":18,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bignumber":29,"@ethersproject/bytes":31,"@ethersproject/constants":35,"@ethersproject/hash":44,"@ethersproject/logger":58,"@ethersproject/networks":60,"@ethersproject/properties":64,"@ethersproject/sha2":92,"@ethersproject/strings":102,"@ethersproject/web":112,"bech32":
|
|
11660
|
+
},{"./_version":65,"./formatter":74,"@ethersproject/abstract-provider":18,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bignumber":29,"@ethersproject/bytes":31,"@ethersproject/constants":35,"@ethersproject/hash":44,"@ethersproject/logger":58,"@ethersproject/networks":60,"@ethersproject/properties":64,"@ethersproject/sha2":92,"@ethersproject/strings":102,"@ethersproject/web":112,"bech32":126}],69:[function(require,module,exports){
|
|
11661
11661
|
"use strict";
|
|
11662
11662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11663
11663
|
exports.IpcProvider = void 0;
|
|
@@ -15783,7 +15783,7 @@ function computeHmac(algorithm, key, data) {
|
|
|
15783
15783
|
}
|
|
15784
15784
|
exports.computeHmac = computeHmac;
|
|
15785
15785
|
|
|
15786
|
-
},{"./_version":90,"./types":93,"@ethersproject/bytes":31,"@ethersproject/logger":58,"hash.js":
|
|
15786
|
+
},{"./_version":90,"./types":93,"@ethersproject/bytes":31,"@ethersproject/logger":58,"hash.js":178}],92:[function(require,module,exports){
|
|
15787
15787
|
"use strict";
|
|
15788
15788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15789
15789
|
exports.SupportedAlgorithm = exports.sha512 = exports.sha256 = exports.ripemd160 = exports.computeHmac = void 0;
|
|
@@ -15823,7 +15823,7 @@ var elliptic_1 = __importDefault(require("elliptic"));
|
|
|
15823
15823
|
var EC = elliptic_1.default.ec;
|
|
15824
15824
|
exports.EC = EC;
|
|
15825
15825
|
|
|
15826
|
-
},{"elliptic":
|
|
15826
|
+
},{"elliptic":131}],96:[function(require,module,exports){
|
|
15827
15827
|
"use strict";
|
|
15828
15828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15829
15829
|
exports.computePublicKey = exports.recoverPublicKey = exports.SigningKey = void 0;
|
|
@@ -18626,641 +18626,54 @@ exports.wordlists = {
|
|
|
18626
18626
|
};
|
|
18627
18627
|
|
|
18628
18628
|
},{"./lang-cz":115,"./lang-en":116,"./lang-es":117,"./lang-fr":118,"./lang-it":119,"./lang-ja":120,"./lang-ko":121,"./lang-zh":122}],125:[function(require,module,exports){
|
|
18629
|
-
|
|
18629
|
+
"use strict";
|
|
18630
18630
|
|
|
18631
|
-
|
|
18632
|
-
...networks
|
|
18633
|
-
}
|
|
18634
|
-
},{"./networks/index.cjs":126}],126:[function(require,module,exports){
|
|
18635
|
-
const nl = require("./list.cjs");
|
|
18631
|
+
(function(root) {
|
|
18636
18632
|
|
|
18637
|
-
|
|
18638
|
-
|
|
18633
|
+
function checkInt(value) {
|
|
18634
|
+
return (parseInt(value) === value);
|
|
18635
|
+
}
|
|
18639
18636
|
|
|
18640
|
-
|
|
18637
|
+
function checkInts(arrayish) {
|
|
18638
|
+
if (!checkInt(arrayish.length)) { return false; }
|
|
18641
18639
|
|
|
18642
|
-
|
|
18640
|
+
for (var i = 0; i < arrayish.length; i++) {
|
|
18641
|
+
if (!checkInt(arrayish[i]) || arrayish[i] < 0 || arrayish[i] > 255) {
|
|
18642
|
+
return false;
|
|
18643
|
+
}
|
|
18644
|
+
}
|
|
18643
18645
|
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
},
|
|
18646
|
+
return true;
|
|
18647
|
+
}
|
|
18647
18648
|
|
|
18648
|
-
|
|
18649
|
-
return this.networks.filter((n) => n.name === name)[0];
|
|
18650
|
-
},
|
|
18649
|
+
function coerceArray(arg, copy) {
|
|
18651
18650
|
|
|
18652
|
-
|
|
18653
|
-
|
|
18654
|
-
},
|
|
18655
|
-
};
|
|
18651
|
+
// ArrayBuffer view
|
|
18652
|
+
if (arg.buffer && ArrayBuffer.isView(arg) && arg.name === 'Uint8Array') {
|
|
18656
18653
|
|
|
18657
|
-
|
|
18658
|
-
|
|
18659
|
-
|
|
18660
|
-
|
|
18661
|
-
|
|
18662
|
-
|
|
18663
|
-
|
|
18664
|
-
|
|
18665
|
-
|
|
18666
|
-
"uppercaseName": "ETH_GOERLI",
|
|
18667
|
-
"humanReadableName": "Goerli",
|
|
18668
|
-
"nativeTokenSymbol": "ETH",
|
|
18669
|
-
"nativeTokenWrapper": "0x5943f705abb6834cad767e6e4bb258bc48d9c947",
|
|
18670
|
-
"contractsV1": {
|
|
18671
|
-
"resolver": "0x3710AB3fDE2B61736B8BB0CE845D6c61F667a78E",
|
|
18672
|
-
"host": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9",
|
|
18673
|
-
"governance": "0x3a648764a6d66440ca096343937c711a7ac1b1e9",
|
|
18674
|
-
"cfaV1": "0xEd6BcbF6907D4feEEe8a8875543249bEa9D308E8",
|
|
18675
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18676
|
-
"idaV1": "0xfDdcdac21D64B639546f3Ce2868C7EF06036990c",
|
|
18677
|
-
"gdaV1": "0x3dB8Abd8B696F6c4150212A85961f954825Dd4B9",
|
|
18678
|
-
"superTokenFactory": "0x94f26B4c8AD12B18c12f38E878618f7664bdcCE2",
|
|
18679
|
-
"superfluidLoader": "0x74d860243Ff08A243d5485899f343117EbDa6eA8",
|
|
18680
|
-
"toga": "0xa54FC15FC75693447d70a57262F37a70B614721b",
|
|
18681
|
-
"flowScheduler": "0xf428308b426D7cD7Ad8eBE549d750f31C8E060Ca",
|
|
18682
|
-
"vestingScheduler": "0xF9240F930d847F70ad900aBEE8949F25649Bf24a"
|
|
18683
|
-
},
|
|
18684
|
-
"startBlockV1": 3550000,
|
|
18685
|
-
"logsQueryRange": 10000,
|
|
18686
|
-
"explorer": "https://goerli.etherscan.io",
|
|
18687
|
-
"subgraphV1": {
|
|
18688
|
-
"name": "protocol-v1-goerli",
|
|
18689
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-goerli"
|
|
18690
|
-
},
|
|
18691
|
-
"publicRPCs": [
|
|
18692
|
-
"https://rpc.ankr.com/eth_goerli",
|
|
18693
|
-
"https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
|
|
18694
|
-
]
|
|
18695
|
-
},
|
|
18696
|
-
{
|
|
18697
|
-
"name": "polygon-mumbai",
|
|
18698
|
-
"isTestnet": true,
|
|
18699
|
-
"networkId": 80001,
|
|
18700
|
-
"chainId": 80001,
|
|
18701
|
-
"shortName": "mumbai",
|
|
18702
|
-
"uppercaseName": "POLYGON_MUMBAI",
|
|
18703
|
-
"humanReadableName": "Polygon Mumbai",
|
|
18704
|
-
"nativeTokenSymbol": "MATIC",
|
|
18705
|
-
"nativeTokenWrapper": "0x96B82B65ACF7072eFEb00502F45757F254c2a0D4",
|
|
18706
|
-
"contractsV1": {
|
|
18707
|
-
"resolver": "0x8C54C83FbDe3C59e59dd6E324531FB93d4F504d3",
|
|
18708
|
-
"host": "0xEB796bdb90fFA0f28255275e16936D25d3418603",
|
|
18709
|
-
"governance": "0x2637eA93EE5cd887ff9AC98185eA67Bd70C5f62e",
|
|
18710
|
-
"cfaV1": "0x49e565Ed1bdc17F3d220f72DF0857C26FA83F873",
|
|
18711
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18712
|
-
"idaV1": "0x804348D4960a61f2d5F9ce9103027A3E849E09b8",
|
|
18713
|
-
"gdaV1": "0x63ab406B6eF6c8be732c1edbd15464de16a8F46D",
|
|
18714
|
-
"superTokenFactory": "0xB798553db6EB3D3C56912378409370145E97324B",
|
|
18715
|
-
"superfluidLoader": "0x0d56ED56b63382B0FC964490feB9AE438B6B4b79",
|
|
18716
|
-
"toga": "0x38DD80876DBA048d0050D28828522c313967D073",
|
|
18717
|
-
"superSpreader": "0x74CDF863b00789c29734F8dFd9F83423Bc55E4cE",
|
|
18718
|
-
"flowScheduler": "0x59A3Ba9d34c387FB70b4f4e4Fbc9eD7519194139",
|
|
18719
|
-
"vestingScheduler": "0x3962EE56c9f7176215D149938BA685F91aBB633B"
|
|
18720
|
-
},
|
|
18721
|
-
"startBlockV1": 8100000,
|
|
18722
|
-
"logsQueryRange": 10000,
|
|
18723
|
-
"explorer": "https://mumbai.polygonscan.com",
|
|
18724
|
-
"subgraphV1": {
|
|
18725
|
-
"name": "protocol-v1-mumbai",
|
|
18726
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-mumbai"
|
|
18727
|
-
},
|
|
18728
|
-
"publicRPCs": [
|
|
18729
|
-
"https://rpc.ankr.com/polygon_mumbai",
|
|
18730
|
-
"https://matic-mumbai.chainstacklabs.com"
|
|
18731
|
-
]
|
|
18732
|
-
},
|
|
18733
|
-
{
|
|
18734
|
-
"name": "optimism-goerli",
|
|
18735
|
-
"isTestnet": true,
|
|
18736
|
-
"networkId": 420,
|
|
18737
|
-
"chainId": 420,
|
|
18738
|
-
"shortName": "opgoerli",
|
|
18739
|
-
"uppercaseName": "OPTIMISM_GOERLI",
|
|
18740
|
-
"humanReadableName": "Optimism Goerli",
|
|
18741
|
-
"nativeTokenSymbol": "ETH",
|
|
18742
|
-
"nativeTokenWrapper": "0xE01F8743677Da897F4e7De9073b57Bf034FC2433",
|
|
18743
|
-
"contractsV1": {
|
|
18744
|
-
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
18745
|
-
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
18746
|
-
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
18747
|
-
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
18748
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18749
|
-
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
18750
|
-
"gdaV1": "0xe87F46A15C410F151309Bf7516e130087Fc6a5E5",
|
|
18751
|
-
"superTokenFactory": "0xfafe31cf998Df4e5D8310B03EBa8fb5bF327Eaf5",
|
|
18752
|
-
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
18753
|
-
},
|
|
18754
|
-
"startBlockV1": 340000,
|
|
18755
|
-
"logsQueryRange": 50000,
|
|
18756
|
-
"explorer": "https://goerli-optimism.etherscan.io",
|
|
18757
|
-
"subgraphV1": {
|
|
18758
|
-
"name": "protocol-v1-optimism-goerli",
|
|
18759
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-goerli"
|
|
18654
|
+
if (copy) {
|
|
18655
|
+
if (arg.slice) {
|
|
18656
|
+
arg = arg.slice();
|
|
18657
|
+
} else {
|
|
18658
|
+
arg = Array.prototype.slice.call(arg);
|
|
18659
|
+
}
|
|
18660
|
+
}
|
|
18661
|
+
|
|
18662
|
+
return arg;
|
|
18760
18663
|
}
|
|
18761
|
-
|
|
18762
|
-
|
|
18763
|
-
|
|
18764
|
-
|
|
18765
|
-
|
|
18766
|
-
|
|
18767
|
-
|
|
18768
|
-
|
|
18769
|
-
"humanReadableName": "Arbitrum Goerli",
|
|
18770
|
-
"nativeTokenSymbol": "ETH",
|
|
18771
|
-
"nativeTokenWrapper": "0xE01F8743677Da897F4e7De9073b57Bf034FC2433",
|
|
18772
|
-
"contractsV1": {
|
|
18773
|
-
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
18774
|
-
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
18775
|
-
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
18776
|
-
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
18777
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18778
|
-
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
18779
|
-
"gdaV1": "0xe87F46A15C410F151309Bf7516e130087Fc6a5E5",
|
|
18780
|
-
"superTokenFactory": "0xfafe31cf998Df4e5D8310B03EBa8fb5bF327Eaf5",
|
|
18781
|
-
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
18782
|
-
},
|
|
18783
|
-
"startBlockV1": 93000,
|
|
18784
|
-
"logsQueryRange": 50000,
|
|
18785
|
-
"explorer": "https://goerli.arbiscan.io",
|
|
18786
|
-
"subgraphV1": {
|
|
18787
|
-
"name": "protocol-v1-arbitrum-goerli",
|
|
18788
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-goerli"
|
|
18664
|
+
|
|
18665
|
+
// It's an array; check it is a valid representation of a byte
|
|
18666
|
+
if (Array.isArray(arg)) {
|
|
18667
|
+
if (!checkInts(arg)) {
|
|
18668
|
+
throw new Error('Array contains invalid value: ' + arg);
|
|
18669
|
+
}
|
|
18670
|
+
|
|
18671
|
+
return new Uint8Array(arg);
|
|
18789
18672
|
}
|
|
18790
|
-
|
|
18791
|
-
|
|
18792
|
-
|
|
18793
|
-
|
|
18794
|
-
"networkId": 43113,
|
|
18795
|
-
"chainId": 43113,
|
|
18796
|
-
"shortName": "fuji",
|
|
18797
|
-
"uppercaseName": "AVALANCHE_FUJI",
|
|
18798
|
-
"humanReadableName": "Avalanche Fuji",
|
|
18799
|
-
"nativeTokenSymbol": "AVAX",
|
|
18800
|
-
"nativeTokenWrapper": "0xfFD0f6d73ee52c68BF1b01C8AfA2529C97ca17F3",
|
|
18801
|
-
"contractsV1": {
|
|
18802
|
-
"resolver": "0xf0ec6A8842Ca72Aec8A4D4573E731242389e18A8",
|
|
18803
|
-
"host": "0x85Fe79b998509B77BF10A8BD4001D58475D29386",
|
|
18804
|
-
"governance": "0xA55632254Bc9F739bDe7191c8a4510aDdae3ef6D",
|
|
18805
|
-
"cfaV1": "0x16843ac25Ccc58Aa7960ba05f61cBB17b36b130A",
|
|
18806
|
-
"cfaV1Forwarder": "0x2CDd45c5182602a36d391F7F16DD9f8386C3bD8D",
|
|
18807
|
-
"idaV1": "0xA44dEC7A0Dde1a56AeDe4143C1ef89cf5d956782",
|
|
18808
|
-
"gdaV1": "0x48ac69a0f8bc90d5b3b81f6162ec87c864ebd052",
|
|
18809
|
-
"superTokenFactory": "0x1C92042426B6bAAe497bEf461B6d8342D03aEc92",
|
|
18810
|
-
"superfluidLoader": "0x96C3C2d23d143301cF363a02cB7fe3596d2834d7"
|
|
18811
|
-
},
|
|
18812
|
-
"startBlockV1": 3220000,
|
|
18813
|
-
"logsQueryRange": 50000,
|
|
18814
|
-
"explorer": "https://testnet.snowtrace.io",
|
|
18815
|
-
"subgraphV1": {
|
|
18816
|
-
"name": "protocol-v1-avalanche-fuji",
|
|
18817
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji"
|
|
18818
|
-
}
|
|
18819
|
-
},
|
|
18820
|
-
{
|
|
18821
|
-
"name": "eth-sepolia",
|
|
18822
|
-
"isTestnet": true,
|
|
18823
|
-
"networkId": 11155111,
|
|
18824
|
-
"chainId": 11155111,
|
|
18825
|
-
"shortName": "sepolia",
|
|
18826
|
-
"uppercaseName": "ETH_SEPOLIA",
|
|
18827
|
-
"humanReadableName": "Sepolia",
|
|
18828
|
-
"nativeTokenSymbol": "ETH",
|
|
18829
|
-
"nativeTokenWrapper": "0x30a6933Ca9230361972E413a15dC8114c952414e",
|
|
18830
|
-
"contractsV1": {
|
|
18831
|
-
"resolver": "0x6813edE4E78ecb830d380d0F7F684c12aAc95F02",
|
|
18832
|
-
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
|
|
18833
|
-
"governance": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
18834
|
-
"cfaV1": "0x6836F23d6171D74Ef62FcF776655aBcD2bcd62Ef",
|
|
18835
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18836
|
-
"idaV1": "0x9358C7dCCc6B8CA6F526311e8ac266F8C861B7ea",
|
|
18837
|
-
"superTokenFactory": "0x254C2e152E8602839D288A7bccdf3d0974597193",
|
|
18838
|
-
"superfluidLoader": "0x554c06487bEc8c890A0345eb05a5292C1b1017Bd"
|
|
18839
|
-
},
|
|
18840
|
-
"startBlockV1": 3322400,
|
|
18841
|
-
"logsQueryRange": 10000,
|
|
18842
|
-
"explorer": "https://sepolia.etherscan.io",
|
|
18843
|
-
"subgraphV1": {
|
|
18844
|
-
"name": "protocol-v1-eth-sepolia",
|
|
18845
|
-
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-sepolia/api"
|
|
18846
|
-
},
|
|
18847
|
-
"publicRPCs": [
|
|
18848
|
-
"https://rpc.sepolia.org",
|
|
18849
|
-
"https://ethereum-sepolia.blockpi.network/v1/rpc/public"
|
|
18850
|
-
]
|
|
18851
|
-
},
|
|
18852
|
-
{
|
|
18853
|
-
"name": "base-goerli",
|
|
18854
|
-
"isTestnet": true,
|
|
18855
|
-
"networkId": 84531,
|
|
18856
|
-
"chainId": 84531,
|
|
18857
|
-
"shortName": "bgoerli",
|
|
18858
|
-
"uppercaseName": "BASE_GOERLI",
|
|
18859
|
-
"humanReadableName": "Base Goerli",
|
|
18860
|
-
"nativeTokenSymbol": "ETH",
|
|
18861
|
-
"nativeTokenWrapper": "0x7fFCE315B2014546bA461d54eDed7AAc70DF4f53",
|
|
18862
|
-
"contractsV1": {
|
|
18863
|
-
"resolver": "0x598D5dB9902cbBd6e8Ee9CDb3A231377cdA2f018",
|
|
18864
|
-
"host": "0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6",
|
|
18865
|
-
"governance": "0xbe20Bac0DCF6f01834F51CCDab2dD72707C6e9b6",
|
|
18866
|
-
"cfaV1": "0x4C476F2Fb27272680F2f6f2592E94d9e704691bC",
|
|
18867
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18868
|
-
"idaV1": "0xaa4FCc799B8857FA87b2945Dc6572D5d76b35485",
|
|
18869
|
-
"superTokenFactory": "0x1015BE31D7711D95d2c3444708FB53cC851ba856",
|
|
18870
|
-
"superfluidLoader": "0x15F0Ca26781C3852f8166eD2ebce5D18265cceb7"
|
|
18871
|
-
},
|
|
18872
|
-
"startBlockV1": 5249500,
|
|
18873
|
-
"logsQueryRange": 10000,
|
|
18874
|
-
"explorer": "https://goerli.basescan.org/",
|
|
18875
|
-
"subgraphV1": {
|
|
18876
|
-
"name": "protocol-v1-base-goerli"
|
|
18877
|
-
},
|
|
18878
|
-
"publicRPCs": [
|
|
18879
|
-
"https://goerli.base.org",
|
|
18880
|
-
"https://base-goerli.public.blastapi.io"
|
|
18881
|
-
]
|
|
18882
|
-
},
|
|
18883
|
-
{
|
|
18884
|
-
"name": "zkevm-testnet",
|
|
18885
|
-
"isTestnet": true,
|
|
18886
|
-
"networkId": 1442,
|
|
18887
|
-
"chainId": 1442,
|
|
18888
|
-
"shortName": "zktest",
|
|
18889
|
-
"uppercaseName": "ZKEVM_TESTNET",
|
|
18890
|
-
"humanReadableName": "zkEVM Testnet",
|
|
18891
|
-
"nativeTokenSymbol": "ETH",
|
|
18892
|
-
"nativeTokenWrapper": "0x6345Aa6cec42a85160CF436810F97661e28c1876",
|
|
18893
|
-
"contractsV1": {
|
|
18894
|
-
"resolver": "0x642332562BC60a4Bd9681E7bb1588f7456A497aC",
|
|
18895
|
-
"host": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704",
|
|
18896
|
-
"governance": "0xF21019b8688e7730Ca6D9002569eCBaF8d1A3083",
|
|
18897
|
-
"cfaV1": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
|
|
18898
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18899
|
-
"idaV1": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
|
|
18900
|
-
"superTokenFactory": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
|
|
18901
|
-
"superfluidLoader": "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
|
|
18902
|
-
},
|
|
18903
|
-
"startBlockV1": 726000,
|
|
18904
|
-
"logsQueryRange": 20000,
|
|
18905
|
-
"explorer": "https://testnet-zkevm.polygonscan.org/",
|
|
18906
|
-
"subgraphV1": {
|
|
18907
|
-
"name": "protocol-v1-zkevm-testnet"
|
|
18908
|
-
},
|
|
18909
|
-
"publicRPCs": [
|
|
18910
|
-
"https://rpc.public.zkevm-test.net"
|
|
18911
|
-
]
|
|
18912
|
-
},
|
|
18913
|
-
{
|
|
18914
|
-
"name": "xdai-mainnet",
|
|
18915
|
-
"isTestnet": false,
|
|
18916
|
-
"networkId": 100,
|
|
18917
|
-
"chainId": 100,
|
|
18918
|
-
"shortName": "xdai",
|
|
18919
|
-
"uppercaseName": "XDAI_MAINNET",
|
|
18920
|
-
"humanReadableName": "Gnosis Chain",
|
|
18921
|
-
"nativeTokenSymbol": "xDAI",
|
|
18922
|
-
"nativeTokenWrapper": "0x59988e47A3503AaFaA0368b9deF095c818Fdca01",
|
|
18923
|
-
"contractsV1": {
|
|
18924
|
-
"resolver": "0xD2009765189164b495c110D61e4D301729079911",
|
|
18925
|
-
"host": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7",
|
|
18926
|
-
"governance": "0xaCc7380323681fdb8a0B9F2FE7d69dDFf0664478",
|
|
18927
|
-
"cfaV1": "0xEbdA4ceF883A7B12c4E669Ebc58927FBa8447C7D",
|
|
18928
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18929
|
-
"idaV1": "0x7888ac96F987Eb10E291F34851ae0266eF912081",
|
|
18930
|
-
"superTokenFactory": "0x23410e2659380784498509698ed70E414D384880",
|
|
18931
|
-
"superfluidLoader": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
18932
|
-
"toga": "0xb7DE52F4281a7a276E18C40F94cd93159C4A2d22",
|
|
18933
|
-
"batchLiquidator": "0x27636F8E129cdd4ccA0F30E2b4C116DDaC773bE5",
|
|
18934
|
-
"superSpreader": "0x74CDF863b00789c29734F8dFd9F83423Bc55E4cE",
|
|
18935
|
-
"flowScheduler": "0x9cC7fc484fF588926149577e9330fA5b2cA74336",
|
|
18936
|
-
"vestingScheduler": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
18937
|
-
"wrapManager": "0x7a2899D179a8F205C8EDAd2e52954cA5f6d48D1A",
|
|
18938
|
-
"wrapStrategy": "0xc3B7f0b221a002fE8Fc93b4Ef9BB6362950510F2"
|
|
18939
|
-
},
|
|
18940
|
-
"startBlockV1": 14820000,
|
|
18941
|
-
"logsQueryRange": 20000,
|
|
18942
|
-
"explorer": "https://gnosisscan.io",
|
|
18943
|
-
"subgraphV1": {
|
|
18944
|
-
"name": "protocol-v1-xdai",
|
|
18945
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai",
|
|
18946
|
-
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/xdai/api"
|
|
18947
|
-
},
|
|
18948
|
-
"publicRPCs": [
|
|
18949
|
-
"https://rpc.gnosischain.com",
|
|
18950
|
-
"https://gnosischain-rpc.gateway.pokt.network"
|
|
18951
|
-
],
|
|
18952
|
-
"coinGeckoId": "xdai"
|
|
18953
|
-
},
|
|
18954
|
-
{
|
|
18955
|
-
"name": "polygon-mainnet",
|
|
18956
|
-
"isTestnet": false,
|
|
18957
|
-
"networkId": 137,
|
|
18958
|
-
"chainId": 137,
|
|
18959
|
-
"shortName": "matic",
|
|
18960
|
-
"uppercaseName": "POLYGON_MAINNET",
|
|
18961
|
-
"humanReadableName": "Polygon",
|
|
18962
|
-
"nativeTokenSymbol": "MATIC",
|
|
18963
|
-
"nativeTokenWrapper": "0x3aD736904E9e65189c3000c7DD2c8AC8bB7cD4e3",
|
|
18964
|
-
"contractsV1": {
|
|
18965
|
-
"resolver": "0xE0cc76334405EE8b39213E620587d815967af39C",
|
|
18966
|
-
"host": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7",
|
|
18967
|
-
"governance": "0x3AD3f7A0965Ce6f9358AD5CCE86Bc2b05F1EE087",
|
|
18968
|
-
"cfaV1": "0x6EeE6060f715257b970700bc2656De21dEdF074C",
|
|
18969
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
18970
|
-
"idaV1": "0xB0aABBA4B2783A72C52956CDEF62d438ecA2d7a1",
|
|
18971
|
-
"superTokenFactory": "0x2C90719f25B10Fc5646c82DA3240C76Fa5BcCF34",
|
|
18972
|
-
"superfluidLoader": "0x15F0Ca26781C3852f8166eD2ebce5D18265cceb7",
|
|
18973
|
-
"toga": "0x6AEAeE5Fd4D05A741723D752D30EE4D72690A8f7",
|
|
18974
|
-
"batchLiquidator": "0xA6Cdb472e7E22Bf30ae6fB752E4a13eBF3c12165",
|
|
18975
|
-
"flowScheduler": "0x55F7758dd99d5e185f4CC08d4Ad95B71f598264D",
|
|
18976
|
-
"vestingScheduler": "0xcFE6382B33F2AdaFbE46e6A26A88E0182ae32b0c"
|
|
18977
|
-
},
|
|
18978
|
-
"startBlockV1": 11650500,
|
|
18979
|
-
"logsQueryRange": 10000,
|
|
18980
|
-
"explorer": "https://polygonscan.com",
|
|
18981
|
-
"subgraphV1": {
|
|
18982
|
-
"name": "protocol-v1-matic",
|
|
18983
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic",
|
|
18984
|
-
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/matic/api"
|
|
18985
|
-
},
|
|
18986
|
-
"publicRPCs": [
|
|
18987
|
-
"https://polygon-rpc.com",
|
|
18988
|
-
"https://poly-rpc.gateway.pokt.network"
|
|
18989
|
-
],
|
|
18990
|
-
"coinGeckoId": "polygon-pos"
|
|
18991
|
-
},
|
|
18992
|
-
{
|
|
18993
|
-
"name": "optimism-mainnet",
|
|
18994
|
-
"isTestnet": false,
|
|
18995
|
-
"networkId": 10,
|
|
18996
|
-
"chainId": 10,
|
|
18997
|
-
"shortName": "optimism",
|
|
18998
|
-
"uppercaseName": "OPTIMISM_MAINNET",
|
|
18999
|
-
"humanReadableName": "Optimism",
|
|
19000
|
-
"nativeTokenSymbol": "ETH",
|
|
19001
|
-
"nativeTokenWrapper": "0x4ac8bD1bDaE47beeF2D1c6Aa62229509b962Aa0d",
|
|
19002
|
-
"contractsV1": {
|
|
19003
|
-
"resolver": "0x743B5f46BC86caF41bE4956d9275721E0531B186",
|
|
19004
|
-
"host": "0x567c4B141ED61923967cA25Ef4906C8781069a10",
|
|
19005
|
-
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
19006
|
-
"cfaV1": "0x204C6f131bb7F258b2Ea1593f5309911d8E458eD",
|
|
19007
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19008
|
-
"idaV1": "0xc4ce5118C3B20950ee288f086cb7FC166d222D4c",
|
|
19009
|
-
"superTokenFactory": "0x8276469A443D5C6B7146BED45e2abCaD3B6adad9",
|
|
19010
|
-
"superfluidLoader": "0x8E310ce29Ab7Fa2878944A65BB0eaF97B1853d40",
|
|
19011
|
-
"toga": "0xA3c8502187fD7a7118eAD59dc811281448946C8f",
|
|
19012
|
-
"batchLiquidator": "0x36Df169DBf5CE3c6f58D46f0addeF58F01381232",
|
|
19013
|
-
"flowScheduler": "0x55c8fc400833eEa791087cF343Ff2409A39DeBcC",
|
|
19014
|
-
"vestingScheduler": "0x65377d4dfE9c01639A41952B5083D58964782892"
|
|
19015
|
-
},
|
|
19016
|
-
"startBlockV1": 4300000,
|
|
19017
|
-
"logsQueryRange": 50000,
|
|
19018
|
-
"explorer": "https://optimistic.etherscan.io",
|
|
19019
|
-
"subgraphV1": {
|
|
19020
|
-
"name": "protocol-v1-optimism-mainnet",
|
|
19021
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet"
|
|
19022
|
-
},
|
|
19023
|
-
"publicRPCs": [
|
|
19024
|
-
"https://mainnet.optimism.io",
|
|
19025
|
-
"https://rpc.ankr.com/optimism"
|
|
19026
|
-
],
|
|
19027
|
-
"coinGeckoId": "optimistic-ethereum"
|
|
19028
|
-
},
|
|
19029
|
-
{
|
|
19030
|
-
"name": "arbitrum-one",
|
|
19031
|
-
"isTestnet": false,
|
|
19032
|
-
"networkId": 42161,
|
|
19033
|
-
"chainId": 42161,
|
|
19034
|
-
"shortName": "arbone",
|
|
19035
|
-
"uppercaseName": "ARBITRUM_ONE",
|
|
19036
|
-
"humanReadableName": "Arbitrum One",
|
|
19037
|
-
"nativeTokenSymbol": "ETH",
|
|
19038
|
-
"nativeTokenWrapper": "0xe6C8d111337D0052b9D88BF5d7D55B7f8385ACd3",
|
|
19039
|
-
"contractsV1": {
|
|
19040
|
-
"resolver": "0x609b9d9d6Ee9C3200745A79B9d3398DBd63d509F",
|
|
19041
|
-
"host": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192",
|
|
19042
|
-
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
19043
|
-
"cfaV1": "0x731FdBB12944973B500518aea61942381d7e240D",
|
|
19044
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19045
|
-
"idaV1": "0x2319C7e07EB063340D2a0E36709B0D65fda75986",
|
|
19046
|
-
"superTokenFactory": "0x1C21Ead77fd45C84a4c916Db7A6635D0C6FF09D6",
|
|
19047
|
-
"superfluidLoader": "0xB99cA401e10D277345BcFb281AC148a2e16Db466",
|
|
19048
|
-
"toga": "0xFC63B7C762B10670Eda15cF3ca3970bCDB28C9eF",
|
|
19049
|
-
"batchLiquidator": "0x6C66e5c5D201A753ff497F2e9eC5D545631854d0",
|
|
19050
|
-
"flowScheduler": "0x3fA8B653F9abf91428800C0ba0F8D145a71F97A1",
|
|
19051
|
-
"vestingScheduler": "0x55c8fc400833eEa791087cF343Ff2409A39DeBcC"
|
|
19052
|
-
},
|
|
19053
|
-
"startBlockV1": 7600000,
|
|
19054
|
-
"logsQueryRange": 50000,
|
|
19055
|
-
"explorer": "https://arbiscan.io",
|
|
19056
|
-
"subgraphV1": {
|
|
19057
|
-
"name": "protocol-v1-arbitrum-one",
|
|
19058
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one"
|
|
19059
|
-
},
|
|
19060
|
-
"publicRPCs": [
|
|
19061
|
-
"https://arb1.arbitrum.io/rpc",
|
|
19062
|
-
"https://arbitrum.blockpi.network/v1/rpc/public"
|
|
19063
|
-
],
|
|
19064
|
-
"coinGeckoId": "arbitrum-one"
|
|
19065
|
-
},
|
|
19066
|
-
{
|
|
19067
|
-
"name": "avalanche-c",
|
|
19068
|
-
"isTestnet": false,
|
|
19069
|
-
"networkId": 43114,
|
|
19070
|
-
"chainId": 43114,
|
|
19071
|
-
"shortName": "avalanche",
|
|
19072
|
-
"uppercaseName": "AVALANCHE_C",
|
|
19073
|
-
"humanReadableName": "Avalanche C",
|
|
19074
|
-
"nativeTokenSymbol": "AVAX",
|
|
19075
|
-
"nativeTokenWrapper": "0xBE916845D8678b5d2F7aD79525A62D7c08ABba7e",
|
|
19076
|
-
"contractsV1": {
|
|
19077
|
-
"resolver": "0x24a3F04F70B7f07B9673EadD3e146391BcfEa5c1",
|
|
19078
|
-
"host": "0x60377C7016E4cdB03C87EF474896C11cB560752C",
|
|
19079
|
-
"governance": "0xF74390BabA510ec2fE196c2e02B037380d7a6F12",
|
|
19080
|
-
"cfaV1": "0x6946c5B38Ffea373b0a2340b4AEf0De8F6782e58",
|
|
19081
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19082
|
-
"idaV1": "0x1fA9fFe8Db73F701454B195151Db4Abb18423cf2",
|
|
19083
|
-
"superTokenFactory": "0x464AADdBB2B80f3Cb666522EB7381bE610F638b4",
|
|
19084
|
-
"superfluidLoader": "0x2601E69a2D16C8Ccc8aEe8cE9F59d24a59986B9E",
|
|
19085
|
-
"toga": "0x3D9A67D5ec1E72CEcA8157e028855056786b6159",
|
|
19086
|
-
"batchLiquidator": "0xdddaD64A9Fe7709A729C4a5428617e369278e0b6",
|
|
19087
|
-
"flowScheduler": "0xF7AfF590E9DE493D7ACb421Fca7f1E35C1ad4Ce5",
|
|
19088
|
-
"vestingScheduler": "0x3fA8B653F9abf91428800C0ba0F8D145a71F97A1"
|
|
19089
|
-
},
|
|
19090
|
-
"startBlockV1": 14700000,
|
|
19091
|
-
"logsQueryRange": 50000,
|
|
19092
|
-
"explorer": "https://snowtrace.io",
|
|
19093
|
-
"subgraphV1": {
|
|
19094
|
-
"name": "protocol-v1-avalanche-c",
|
|
19095
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c"
|
|
19096
|
-
},
|
|
19097
|
-
"publicRPCs": [
|
|
19098
|
-
"https://api.avax.network/ext/bc/C/rpc",
|
|
19099
|
-
"https://rpc.ankr.com/avalanche"
|
|
19100
|
-
],
|
|
19101
|
-
"coinGeckoId": "avalanche"
|
|
19102
|
-
},
|
|
19103
|
-
{
|
|
19104
|
-
"name": "bsc-mainnet",
|
|
19105
|
-
"isTestnet": false,
|
|
19106
|
-
"networkId": 56,
|
|
19107
|
-
"chainId": 56,
|
|
19108
|
-
"shortName": "bsc",
|
|
19109
|
-
"uppercaseName": "BSC_MAINNET",
|
|
19110
|
-
"humanReadableName": "BNB Smart Chain",
|
|
19111
|
-
"nativeTokenSymbol": "BNB",
|
|
19112
|
-
"nativeTokenWrapper": "0x529A4116F160c833c61311569D6B33dFF41fD657",
|
|
19113
|
-
"contractsV1": {
|
|
19114
|
-
"resolver": "0x69604aA4e9e8BF44A73C680997205Edb03A92E41",
|
|
19115
|
-
"host": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E",
|
|
19116
|
-
"governance": "0xee07D9fce4Cf2a891BC979E9d365929506C2982f",
|
|
19117
|
-
"cfaV1": "0x49c38108870e74Cb9420C0991a85D3edd6363F75",
|
|
19118
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19119
|
-
"idaV1": "0x594ed9Cd773584B645aC1F5B11020d3b32cDF07d",
|
|
19120
|
-
"superTokenFactory": "0x8bde47397301F0Cd31b9000032fD517a39c946Eb",
|
|
19121
|
-
"superfluidLoader": "0x3C26e5bEbc68EaAf4efcd88F8E5A6Aeb77b65579",
|
|
19122
|
-
"toga": "0xFCD84210f5d51Cd40a30443d44d6A5500d5D10dF",
|
|
19123
|
-
"batchLiquidator": "0x5487d078CA8933e83d91d5E7AFBe3A7bfC3412d6",
|
|
19124
|
-
"flowScheduler": "0x2f9e2A2A59405682d4F86779275CF5525AD7eC2B",
|
|
19125
|
-
"vestingScheduler": "0x9B91c27f78376383003C6A12Ad12B341d016C5b9"
|
|
19126
|
-
},
|
|
19127
|
-
"startBlockV1": 18800000,
|
|
19128
|
-
"logsQueryRange": 5000,
|
|
19129
|
-
"explorer": "https://bscscan.com",
|
|
19130
|
-
"subgraphV1": {
|
|
19131
|
-
"name": "protocol-v1-bsc-mainnet",
|
|
19132
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet"
|
|
19133
|
-
},
|
|
19134
|
-
"publicRPCs": [
|
|
19135
|
-
"https://bscrpc.com",
|
|
19136
|
-
"https://bsc-dataseed.binance.org"
|
|
19137
|
-
],
|
|
19138
|
-
"coinGeckoId": "binance-smart-chain"
|
|
19139
|
-
},
|
|
19140
|
-
{
|
|
19141
|
-
"name": "eth-mainnet",
|
|
19142
|
-
"isTestnet": false,
|
|
19143
|
-
"networkId": 1,
|
|
19144
|
-
"chainId": 1,
|
|
19145
|
-
"shortName": "mainnet",
|
|
19146
|
-
"uppercaseName": "ETH_MAINNET",
|
|
19147
|
-
"humanReadableName": "Ethereum",
|
|
19148
|
-
"nativeTokenSymbol": "ETH",
|
|
19149
|
-
"nativeTokenWrapper": "0xC22BeA0Be9872d8B7B3933CEc70Ece4D53A900da",
|
|
19150
|
-
"contractsV1": {
|
|
19151
|
-
"resolver": "0xeE4cD028f5fdaAdeA99f8fc38e8bA8A57c90Be53",
|
|
19152
|
-
"host": "0x4E583d9390082B65Bef884b629DFA426114CED6d",
|
|
19153
|
-
"governance": "0xe2E14e2C4518cB06c32Cd0818B4C01f53E1Ba653",
|
|
19154
|
-
"cfaV1": "0x2844c1BBdA121E9E43105630b9C8310e5c72744b",
|
|
19155
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19156
|
-
"idaV1": "0xbCF9cfA8Da20B591790dF27DE65C1254Bf91563d",
|
|
19157
|
-
"superTokenFactory": "0x0422689cc4087b6B7280e0a7e7F655200ec86Ae1",
|
|
19158
|
-
"superfluidLoader": "0x9775EEBdfF8AE845e7Ad3d1D04B85e6c6d284aCB",
|
|
19159
|
-
"toga": "0x8B5a2CF69a56d7F8Fa027edcA23594cdDF544dDc",
|
|
19160
|
-
"batchLiquidator": "0x554c06487bEc8c890A0345eb05a5292C1b1017Bd",
|
|
19161
|
-
"flowScheduler": "0xAA0cD305eD020137E302CeCede7b18c0A05aCCDA",
|
|
19162
|
-
"vestingScheduler": "0x39D5cBBa9adEBc25085a3918d36D5325546C001B"
|
|
19163
|
-
},
|
|
19164
|
-
"startBlockV1": 15870000,
|
|
19165
|
-
"logsQueryRange": 10000,
|
|
19166
|
-
"explorer": "https://etherscan.io",
|
|
19167
|
-
"subgraphV1": {
|
|
19168
|
-
"name": "protocol-v1-eth-mainnet",
|
|
19169
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet",
|
|
19170
|
-
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-mainnet/api"
|
|
19171
|
-
},
|
|
19172
|
-
"publicRPCs": [
|
|
19173
|
-
"https://cloudflare-eth.com",
|
|
19174
|
-
"https://eth-rpc.gateway.pokt.network"
|
|
19175
|
-
],
|
|
19176
|
-
"coinGeckoId": "ethereum"
|
|
19177
|
-
},
|
|
19178
|
-
{
|
|
19179
|
-
"name": "celo-mainnet",
|
|
19180
|
-
"isTestnet": false,
|
|
19181
|
-
"networkId": 42220,
|
|
19182
|
-
"chainId": 42220,
|
|
19183
|
-
"shortName": "celo",
|
|
19184
|
-
"uppercaseName": "CELO_MAINNET",
|
|
19185
|
-
"humanReadableName": "Celo",
|
|
19186
|
-
"nativeTokenSymbol": "CELO",
|
|
19187
|
-
"nativeTokenWrapper": "0x671425Ae1f272Bc6F79beC3ed5C4b00e9c628240",
|
|
19188
|
-
"contractsV1": {
|
|
19189
|
-
"resolver": "0x05eE721BD4D803d6d477Aa7607395452B65373FF",
|
|
19190
|
-
"host": "0xA4Ff07cF81C02CFD356184879D953970cA957585",
|
|
19191
|
-
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
19192
|
-
"cfaV1": "0x9d369e78e1a682cE0F8d9aD849BeA4FE1c3bD3Ad",
|
|
19193
|
-
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
19194
|
-
"idaV1": "0x26747Fe93fAC8bF28E1e24A558a2bC7E4d9846cA",
|
|
19195
|
-
"superTokenFactory": "0x36be86dEe6BC726Ed0Cbd170ccD2F21760BC73D9",
|
|
19196
|
-
"superfluidLoader": "0xAd6e6849d8eEa62AF9271808afb726610fB451a6",
|
|
19197
|
-
"toga": "0x9bCa3a623e7b2e248510d88B2894F54898d88F91",
|
|
19198
|
-
"batchLiquidator": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136"
|
|
19199
|
-
},
|
|
19200
|
-
"startBlockV1": 16393000,
|
|
19201
|
-
"logsQueryRange": 20000,
|
|
19202
|
-
"explorer": "https://celoscan.io",
|
|
19203
|
-
"subgraphV1": {
|
|
19204
|
-
"name": "protocol-v1-celo-mainnet",
|
|
19205
|
-
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-celo-mainnet"
|
|
19206
|
-
},
|
|
19207
|
-
"publicRPCs": [
|
|
19208
|
-
"https://forno.celo.org",
|
|
19209
|
-
"https://rpc.ankr.com/celo"
|
|
19210
|
-
],
|
|
19211
|
-
"coinGeckoId": "celo"
|
|
19212
|
-
}
|
|
19213
|
-
]
|
|
19214
|
-
|
|
19215
|
-
},{}],128:[function(require,module,exports){
|
|
19216
|
-
"use strict";
|
|
19217
|
-
|
|
19218
|
-
(function(root) {
|
|
19219
|
-
|
|
19220
|
-
function checkInt(value) {
|
|
19221
|
-
return (parseInt(value) === value);
|
|
19222
|
-
}
|
|
19223
|
-
|
|
19224
|
-
function checkInts(arrayish) {
|
|
19225
|
-
if (!checkInt(arrayish.length)) { return false; }
|
|
19226
|
-
|
|
19227
|
-
for (var i = 0; i < arrayish.length; i++) {
|
|
19228
|
-
if (!checkInt(arrayish[i]) || arrayish[i] < 0 || arrayish[i] > 255) {
|
|
19229
|
-
return false;
|
|
19230
|
-
}
|
|
19231
|
-
}
|
|
19232
|
-
|
|
19233
|
-
return true;
|
|
19234
|
-
}
|
|
19235
|
-
|
|
19236
|
-
function coerceArray(arg, copy) {
|
|
19237
|
-
|
|
19238
|
-
// ArrayBuffer view
|
|
19239
|
-
if (arg.buffer && ArrayBuffer.isView(arg) && arg.name === 'Uint8Array') {
|
|
19240
|
-
|
|
19241
|
-
if (copy) {
|
|
19242
|
-
if (arg.slice) {
|
|
19243
|
-
arg = arg.slice();
|
|
19244
|
-
} else {
|
|
19245
|
-
arg = Array.prototype.slice.call(arg);
|
|
19246
|
-
}
|
|
19247
|
-
}
|
|
19248
|
-
|
|
19249
|
-
return arg;
|
|
19250
|
-
}
|
|
19251
|
-
|
|
19252
|
-
// It's an array; check it is a valid representation of a byte
|
|
19253
|
-
if (Array.isArray(arg)) {
|
|
19254
|
-
if (!checkInts(arg)) {
|
|
19255
|
-
throw new Error('Array contains invalid value: ' + arg);
|
|
19256
|
-
}
|
|
19257
|
-
|
|
19258
|
-
return new Uint8Array(arg);
|
|
19259
|
-
}
|
|
19260
|
-
|
|
19261
|
-
// Something else, but behaves like an array (maybe a Buffer? Arguments?)
|
|
19262
|
-
if (checkInt(arg.length) && checkInts(arg)) {
|
|
19263
|
-
return new Uint8Array(arg);
|
|
18673
|
+
|
|
18674
|
+
// Something else, but behaves like an array (maybe a Buffer? Arguments?)
|
|
18675
|
+
if (checkInt(arg.length) && checkInts(arg)) {
|
|
18676
|
+
return new Uint8Array(arg);
|
|
19264
18677
|
}
|
|
19265
18678
|
|
|
19266
18679
|
throw new Error('unsupported array-like object');
|
|
@@ -20012,7 +19425,7 @@ module.exports =
|
|
|
20012
19425
|
|
|
20013
19426
|
})(this);
|
|
20014
19427
|
|
|
20015
|
-
},{}],
|
|
19428
|
+
},{}],126:[function(require,module,exports){
|
|
20016
19429
|
'use strict'
|
|
20017
19430
|
var ALPHABET = 'qpzry9x8gf2tvdw0s3jn54khce6mua7l'
|
|
20018
19431
|
|
|
@@ -20196,7 +19609,7 @@ module.exports = {
|
|
|
20196
19609
|
fromWords: fromWords
|
|
20197
19610
|
}
|
|
20198
19611
|
|
|
20199
|
-
},{}],
|
|
19612
|
+
},{}],127:[function(require,module,exports){
|
|
20200
19613
|
(function (module, exports) {
|
|
20201
19614
|
'use strict';
|
|
20202
19615
|
|
|
@@ -23745,7 +23158,7 @@ module.exports = {
|
|
|
23745
23158
|
};
|
|
23746
23159
|
})(typeof module === 'undefined' || module, this);
|
|
23747
23160
|
|
|
23748
|
-
},{"buffer":
|
|
23161
|
+
},{"buffer":129}],128:[function(require,module,exports){
|
|
23749
23162
|
var r;
|
|
23750
23163
|
|
|
23751
23164
|
module.exports = function rand(len) {
|
|
@@ -23812,9 +23225,9 @@ if (typeof self === 'object') {
|
|
|
23812
23225
|
}
|
|
23813
23226
|
}
|
|
23814
23227
|
|
|
23815
|
-
},{"crypto":
|
|
23228
|
+
},{"crypto":129}],129:[function(require,module,exports){
|
|
23816
23229
|
|
|
23817
|
-
},{}],
|
|
23230
|
+
},{}],130:[function(require,module,exports){
|
|
23818
23231
|
var global = typeof self !== 'undefined' ? self : this;
|
|
23819
23232
|
var __self__ = (function () {
|
|
23820
23233
|
function F() {
|
|
@@ -24370,7 +23783,7 @@ exports.Request = ctx.Request
|
|
|
24370
23783
|
exports.Response = ctx.Response
|
|
24371
23784
|
module.exports = exports
|
|
24372
23785
|
|
|
24373
|
-
},{}],
|
|
23786
|
+
},{}],131:[function(require,module,exports){
|
|
24374
23787
|
'use strict';
|
|
24375
23788
|
|
|
24376
23789
|
var elliptic = exports;
|
|
@@ -24385,7 +23798,7 @@ elliptic.curves = require('./elliptic/curves');
|
|
|
24385
23798
|
elliptic.ec = require('./elliptic/ec');
|
|
24386
23799
|
elliptic.eddsa = require('./elliptic/eddsa');
|
|
24387
23800
|
|
|
24388
|
-
},{"../package.json":
|
|
23801
|
+
},{"../package.json":147,"./elliptic/curve":134,"./elliptic/curves":137,"./elliptic/ec":138,"./elliptic/eddsa":141,"./elliptic/utils":145,"brorand":128}],132:[function(require,module,exports){
|
|
24389
23802
|
'use strict';
|
|
24390
23803
|
|
|
24391
23804
|
var BN = require('bn.js');
|
|
@@ -24768,7 +24181,7 @@ BasePoint.prototype.dblp = function dblp(k) {
|
|
|
24768
24181
|
return r;
|
|
24769
24182
|
};
|
|
24770
24183
|
|
|
24771
|
-
},{"../utils":
|
|
24184
|
+
},{"../utils":145,"bn.js":146}],133:[function(require,module,exports){
|
|
24772
24185
|
'use strict';
|
|
24773
24186
|
|
|
24774
24187
|
var utils = require('../utils');
|
|
@@ -25205,7 +24618,7 @@ Point.prototype.eqXToP = function eqXToP(x) {
|
|
|
25205
24618
|
Point.prototype.toP = Point.prototype.normalize;
|
|
25206
24619
|
Point.prototype.mixedAdd = Point.prototype.add;
|
|
25207
24620
|
|
|
25208
|
-
},{"../utils":
|
|
24621
|
+
},{"../utils":145,"./base":132,"bn.js":146,"inherits":191}],134:[function(require,module,exports){
|
|
25209
24622
|
'use strict';
|
|
25210
24623
|
|
|
25211
24624
|
var curve = exports;
|
|
@@ -25215,7 +24628,7 @@ curve.short = require('./short');
|
|
|
25215
24628
|
curve.mont = require('./mont');
|
|
25216
24629
|
curve.edwards = require('./edwards');
|
|
25217
24630
|
|
|
25218
|
-
},{"./base":
|
|
24631
|
+
},{"./base":132,"./edwards":133,"./mont":135,"./short":136}],135:[function(require,module,exports){
|
|
25219
24632
|
'use strict';
|
|
25220
24633
|
|
|
25221
24634
|
var BN = require('bn.js');
|
|
@@ -25395,7 +24808,7 @@ Point.prototype.getX = function getX() {
|
|
|
25395
24808
|
return this.x.fromRed();
|
|
25396
24809
|
};
|
|
25397
24810
|
|
|
25398
|
-
},{"../utils":
|
|
24811
|
+
},{"../utils":145,"./base":132,"bn.js":146,"inherits":191}],136:[function(require,module,exports){
|
|
25399
24812
|
'use strict';
|
|
25400
24813
|
|
|
25401
24814
|
var utils = require('../utils');
|
|
@@ -26335,7 +25748,7 @@ JPoint.prototype.isInfinity = function isInfinity() {
|
|
|
26335
25748
|
return this.z.cmpn(0) === 0;
|
|
26336
25749
|
};
|
|
26337
25750
|
|
|
26338
|
-
},{"../utils":
|
|
25751
|
+
},{"../utils":145,"./base":132,"bn.js":146,"inherits":191}],137:[function(require,module,exports){
|
|
26339
25752
|
'use strict';
|
|
26340
25753
|
|
|
26341
25754
|
var curves = exports;
|
|
@@ -26543,7 +25956,7 @@ defineCurve('secp256k1', {
|
|
|
26543
25956
|
],
|
|
26544
25957
|
});
|
|
26545
25958
|
|
|
26546
|
-
},{"./curve":
|
|
25959
|
+
},{"./curve":134,"./precomputed/secp256k1":144,"./utils":145,"hash.js":178}],138:[function(require,module,exports){
|
|
26547
25960
|
'use strict';
|
|
26548
25961
|
|
|
26549
25962
|
var BN = require('bn.js');
|
|
@@ -26788,7 +26201,7 @@ EC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {
|
|
|
26788
26201
|
throw new Error('Unable to find valid recovery factor');
|
|
26789
26202
|
};
|
|
26790
26203
|
|
|
26791
|
-
},{"../curves":
|
|
26204
|
+
},{"../curves":137,"../utils":145,"./key":139,"./signature":140,"bn.js":146,"brorand":128,"hmac-drbg":190}],139:[function(require,module,exports){
|
|
26792
26205
|
'use strict';
|
|
26793
26206
|
|
|
26794
26207
|
var BN = require('bn.js');
|
|
@@ -26911,7 +26324,7 @@ KeyPair.prototype.inspect = function inspect() {
|
|
|
26911
26324
|
' pub: ' + (this.pub && this.pub.inspect()) + ' >';
|
|
26912
26325
|
};
|
|
26913
26326
|
|
|
26914
|
-
},{"../utils":
|
|
26327
|
+
},{"../utils":145,"bn.js":146}],140:[function(require,module,exports){
|
|
26915
26328
|
'use strict';
|
|
26916
26329
|
|
|
26917
26330
|
var BN = require('bn.js');
|
|
@@ -27079,7 +26492,7 @@ Signature.prototype.toDER = function toDER(enc) {
|
|
|
27079
26492
|
return utils.encode(res, enc);
|
|
27080
26493
|
};
|
|
27081
26494
|
|
|
27082
|
-
},{"../utils":
|
|
26495
|
+
},{"../utils":145,"bn.js":146}],141:[function(require,module,exports){
|
|
27083
26496
|
'use strict';
|
|
27084
26497
|
|
|
27085
26498
|
var hash = require('hash.js');
|
|
@@ -27199,7 +26612,7 @@ EDDSA.prototype.isPoint = function isPoint(val) {
|
|
|
27199
26612
|
return val instanceof this.pointClass;
|
|
27200
26613
|
};
|
|
27201
26614
|
|
|
27202
|
-
},{"../curves":
|
|
26615
|
+
},{"../curves":137,"../utils":145,"./key":142,"./signature":143,"hash.js":178}],142:[function(require,module,exports){
|
|
27203
26616
|
'use strict';
|
|
27204
26617
|
|
|
27205
26618
|
var utils = require('../utils');
|
|
@@ -27296,7 +26709,7 @@ KeyPair.prototype.getPublic = function getPublic(enc) {
|
|
|
27296
26709
|
|
|
27297
26710
|
module.exports = KeyPair;
|
|
27298
26711
|
|
|
27299
|
-
},{"../utils":
|
|
26712
|
+
},{"../utils":145}],143:[function(require,module,exports){
|
|
27300
26713
|
'use strict';
|
|
27301
26714
|
|
|
27302
26715
|
var BN = require('bn.js');
|
|
@@ -27363,7 +26776,7 @@ Signature.prototype.toHex = function toHex() {
|
|
|
27363
26776
|
|
|
27364
26777
|
module.exports = Signature;
|
|
27365
26778
|
|
|
27366
|
-
},{"../utils":
|
|
26779
|
+
},{"../utils":145,"bn.js":146}],144:[function(require,module,exports){
|
|
27367
26780
|
module.exports = {
|
|
27368
26781
|
doubles: {
|
|
27369
26782
|
step: 4,
|
|
@@ -28145,7 +27558,7 @@ module.exports = {
|
|
|
28145
27558
|
},
|
|
28146
27559
|
};
|
|
28147
27560
|
|
|
28148
|
-
},{}],
|
|
27561
|
+
},{}],145:[function(require,module,exports){
|
|
28149
27562
|
'use strict';
|
|
28150
27563
|
|
|
28151
27564
|
var utils = exports;
|
|
@@ -28266,7 +27679,7 @@ function intFromLE(bytes) {
|
|
|
28266
27679
|
utils.intFromLE = intFromLE;
|
|
28267
27680
|
|
|
28268
27681
|
|
|
28269
|
-
},{"bn.js":
|
|
27682
|
+
},{"bn.js":146,"minimalistic-assert":194,"minimalistic-crypto-utils":195}],146:[function(require,module,exports){
|
|
28270
27683
|
(function (module, exports) {
|
|
28271
27684
|
'use strict';
|
|
28272
27685
|
|
|
@@ -31714,7 +31127,7 @@ utils.intFromLE = intFromLE;
|
|
|
31714
31127
|
};
|
|
31715
31128
|
})(typeof module === 'undefined' || module, this);
|
|
31716
31129
|
|
|
31717
|
-
},{"buffer":
|
|
31130
|
+
},{"buffer":129}],147:[function(require,module,exports){
|
|
31718
31131
|
module.exports={
|
|
31719
31132
|
"name": "elliptic",
|
|
31720
31133
|
"version": "6.5.4",
|
|
@@ -31772,13 +31185,13 @@ module.exports={
|
|
|
31772
31185
|
}
|
|
31773
31186
|
}
|
|
31774
31187
|
|
|
31775
|
-
},{}],
|
|
31188
|
+
},{}],148:[function(require,module,exports){
|
|
31776
31189
|
"use strict";
|
|
31777
31190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31778
31191
|
exports.version = void 0;
|
|
31779
31192
|
exports.version = "ethers/5.7.2";
|
|
31780
31193
|
|
|
31781
|
-
},{}],
|
|
31194
|
+
},{}],149:[function(require,module,exports){
|
|
31782
31195
|
"use strict";
|
|
31783
31196
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31784
31197
|
if (k2 === undefined) k2 = k;
|
|
@@ -31834,7 +31247,7 @@ Object.defineProperty(exports, "version", { enumerable: true, get: function () {
|
|
|
31834
31247
|
var logger = new logger_1.Logger(_version_1.version);
|
|
31835
31248
|
exports.logger = logger;
|
|
31836
31249
|
|
|
31837
|
-
},{"./_version":
|
|
31250
|
+
},{"./_version":148,"./utils":151,"@ethersproject/abstract-signer":20,"@ethersproject/bignumber":29,"@ethersproject/constants":35,"@ethersproject/contracts":38,"@ethersproject/logger":58,"@ethersproject/providers":75,"@ethersproject/wallet":109,"@ethersproject/wordlists":114}],150:[function(require,module,exports){
|
|
31838
31251
|
"use strict";
|
|
31839
31252
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31840
31253
|
if (k2 === undefined) k2 = k;
|
|
@@ -31888,7 +31301,7 @@ Object.defineProperty(exports, "wordlists", { enumerable: true, get: function ()
|
|
|
31888
31301
|
Object.defineProperty(exports, "version", { enumerable: true, get: function () { return ethers_1.version; } });
|
|
31889
31302
|
Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function () { return ethers_1.Wordlist; } });
|
|
31890
31303
|
|
|
31891
|
-
},{"./ethers":
|
|
31304
|
+
},{"./ethers":149}],151:[function(require,module,exports){
|
|
31892
31305
|
"use strict";
|
|
31893
31306
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31894
31307
|
if (k2 === undefined) k2 = k;
|
|
@@ -32037,7 +31450,7 @@ var strings_2 = require("@ethersproject/strings");
|
|
|
32037
31450
|
Object.defineProperty(exports, "UnicodeNormalizationForm", { enumerable: true, get: function () { return strings_2.UnicodeNormalizationForm; } });
|
|
32038
31451
|
Object.defineProperty(exports, "Utf8ErrorReason", { enumerable: true, get: function () { return strings_2.Utf8ErrorReason; } });
|
|
32039
31452
|
|
|
32040
|
-
},{"@ethersproject/abi":15,"@ethersproject/address":22,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bytes":31,"@ethersproject/hash":44,"@ethersproject/hdnode":49,"@ethersproject/json-wallets":52,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/properties":64,"@ethersproject/random":86,"@ethersproject/rlp":89,"@ethersproject/sha2":92,"@ethersproject/signing-key":96,"@ethersproject/solidity":98,"@ethersproject/strings":102,"@ethersproject/transactions":105,"@ethersproject/units":107,"@ethersproject/wallet":109,"@ethersproject/web":112}],
|
|
31453
|
+
},{"@ethersproject/abi":15,"@ethersproject/address":22,"@ethersproject/base64":24,"@ethersproject/basex":25,"@ethersproject/bytes":31,"@ethersproject/hash":44,"@ethersproject/hdnode":49,"@ethersproject/json-wallets":52,"@ethersproject/keccak256":56,"@ethersproject/logger":58,"@ethersproject/properties":64,"@ethersproject/random":86,"@ethersproject/rlp":89,"@ethersproject/sha2":92,"@ethersproject/signing-key":96,"@ethersproject/solidity":98,"@ethersproject/strings":102,"@ethersproject/transactions":105,"@ethersproject/units":107,"@ethersproject/wallet":109,"@ethersproject/web":112}],152:[function(require,module,exports){
|
|
32041
31454
|
'use strict';
|
|
32042
31455
|
|
|
32043
31456
|
module.exports = function ReactNativeFile(_ref) {
|
|
@@ -32049,7 +31462,7 @@ module.exports = function ReactNativeFile(_ref) {
|
|
|
32049
31462
|
this.type = type;
|
|
32050
31463
|
};
|
|
32051
31464
|
|
|
32052
|
-
},{}],
|
|
31465
|
+
},{}],153:[function(require,module,exports){
|
|
32053
31466
|
'use strict';
|
|
32054
31467
|
|
|
32055
31468
|
var defaultIsExtractableFile = require('./isExtractableFile');
|
|
@@ -32105,14 +31518,14 @@ module.exports = function extractFiles(value, path, isExtractableFile) {
|
|
|
32105
31518
|
};
|
|
32106
31519
|
};
|
|
32107
31520
|
|
|
32108
|
-
},{"./isExtractableFile":
|
|
31521
|
+
},{"./isExtractableFile":155}],154:[function(require,module,exports){
|
|
32109
31522
|
'use strict';
|
|
32110
31523
|
|
|
32111
31524
|
exports.ReactNativeFile = require('./ReactNativeFile');
|
|
32112
31525
|
exports.extractFiles = require('./extractFiles');
|
|
32113
31526
|
exports.isExtractableFile = require('./isExtractableFile');
|
|
32114
31527
|
|
|
32115
|
-
},{"./ReactNativeFile":
|
|
31528
|
+
},{"./ReactNativeFile":152,"./extractFiles":153,"./isExtractableFile":155}],155:[function(require,module,exports){
|
|
32116
31529
|
'use strict';
|
|
32117
31530
|
|
|
32118
31531
|
var ReactNativeFile = require('./ReactNativeFile');
|
|
@@ -32125,7 +31538,7 @@ module.exports = function isExtractableFile(value) {
|
|
|
32125
31538
|
);
|
|
32126
31539
|
};
|
|
32127
31540
|
|
|
32128
|
-
},{"./ReactNativeFile":
|
|
31541
|
+
},{"./ReactNativeFile":152}],156:[function(require,module,exports){
|
|
32129
31542
|
"use strict";
|
|
32130
31543
|
|
|
32131
31544
|
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); }
|
|
@@ -32379,7 +31792,7 @@ function printError(error) {
|
|
|
32379
31792
|
return output;
|
|
32380
31793
|
}
|
|
32381
31794
|
|
|
32382
|
-
},{"../jsutils/isObjectLike.js":
|
|
31795
|
+
},{"../jsutils/isObjectLike.js":163,"../language/location.js":170,"../language/printLocation.js":172,"../polyfills/symbols.js":177}],157:[function(require,module,exports){
|
|
32383
31796
|
"use strict";
|
|
32384
31797
|
|
|
32385
31798
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32397,7 +31810,7 @@ function syntaxError(source, position, description) {
|
|
|
32397
31810
|
return new _GraphQLError.GraphQLError("Syntax Error: ".concat(description), undefined, source, [position]);
|
|
32398
31811
|
}
|
|
32399
31812
|
|
|
32400
|
-
},{"./GraphQLError.js":
|
|
31813
|
+
},{"./GraphQLError.js":156}],158:[function(require,module,exports){
|
|
32401
31814
|
"use strict";
|
|
32402
31815
|
|
|
32403
31816
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32424,7 +31837,7 @@ function defineInspect(classObject) {
|
|
|
32424
31837
|
}
|
|
32425
31838
|
}
|
|
32426
31839
|
|
|
32427
|
-
},{"./invariant.js":
|
|
31840
|
+
},{"./invariant.js":162,"./nodejsCustomInspectSymbol.js":164}],159:[function(require,module,exports){
|
|
32428
31841
|
"use strict";
|
|
32429
31842
|
|
|
32430
31843
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32440,7 +31853,7 @@ function devAssert(condition, message) {
|
|
|
32440
31853
|
}
|
|
32441
31854
|
}
|
|
32442
31855
|
|
|
32443
|
-
},{}],
|
|
31856
|
+
},{}],160:[function(require,module,exports){
|
|
32444
31857
|
"use strict";
|
|
32445
31858
|
|
|
32446
31859
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32575,7 +31988,7 @@ function getObjectTag(object) {
|
|
|
32575
31988
|
return tag;
|
|
32576
31989
|
}
|
|
32577
31990
|
|
|
32578
|
-
},{"./nodejsCustomInspectSymbol.js":
|
|
31991
|
+
},{"./nodejsCustomInspectSymbol.js":164}],161:[function(require,module,exports){
|
|
32579
31992
|
(function (process){(function (){
|
|
32580
31993
|
"use strict";
|
|
32581
31994
|
|
|
@@ -32621,7 +32034,7 @@ function instanceOf(value, constructor) {
|
|
|
32621
32034
|
exports.default = _default;
|
|
32622
32035
|
|
|
32623
32036
|
}).call(this)}).call(this,require('_process'))
|
|
32624
|
-
},{"./inspect.js":
|
|
32037
|
+
},{"./inspect.js":160,"_process":196}],162:[function(require,module,exports){
|
|
32625
32038
|
"use strict";
|
|
32626
32039
|
|
|
32627
32040
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32637,7 +32050,7 @@ function invariant(condition, message) {
|
|
|
32637
32050
|
}
|
|
32638
32051
|
}
|
|
32639
32052
|
|
|
32640
|
-
},{}],
|
|
32053
|
+
},{}],163:[function(require,module,exports){
|
|
32641
32054
|
"use strict";
|
|
32642
32055
|
|
|
32643
32056
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32655,7 +32068,7 @@ function isObjectLike(value) {
|
|
|
32655
32068
|
return _typeof(value) == 'object' && value !== null;
|
|
32656
32069
|
}
|
|
32657
32070
|
|
|
32658
|
-
},{}],
|
|
32071
|
+
},{}],164:[function(require,module,exports){
|
|
32659
32072
|
"use strict";
|
|
32660
32073
|
|
|
32661
32074
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32667,7 +32080,7 @@ var nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.fo
|
|
|
32667
32080
|
var _default = nodejsCustomInspectSymbol;
|
|
32668
32081
|
exports.default = _default;
|
|
32669
32082
|
|
|
32670
|
-
},{}],
|
|
32083
|
+
},{}],165:[function(require,module,exports){
|
|
32671
32084
|
"use strict";
|
|
32672
32085
|
|
|
32673
32086
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32801,7 +32214,7 @@ function isNode(maybeNode) {
|
|
|
32801
32214
|
* The list of all possible AST node types.
|
|
32802
32215
|
*/
|
|
32803
32216
|
|
|
32804
|
-
},{"../jsutils/defineInspect.js":
|
|
32217
|
+
},{"../jsutils/defineInspect.js":158}],166:[function(require,module,exports){
|
|
32805
32218
|
"use strict";
|
|
32806
32219
|
|
|
32807
32220
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32937,7 +32350,7 @@ function printBlockString(value) {
|
|
|
32937
32350
|
return '"""' + result.replace(/"""/g, '\\"""') + '"""';
|
|
32938
32351
|
}
|
|
32939
32352
|
|
|
32940
|
-
},{}],
|
|
32353
|
+
},{}],167:[function(require,module,exports){
|
|
32941
32354
|
"use strict";
|
|
32942
32355
|
|
|
32943
32356
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -32977,7 +32390,7 @@ var DirectiveLocation = Object.freeze({
|
|
|
32977
32390
|
|
|
32978
32391
|
exports.DirectiveLocation = DirectiveLocation;
|
|
32979
32392
|
|
|
32980
|
-
},{}],
|
|
32393
|
+
},{}],168:[function(require,module,exports){
|
|
32981
32394
|
"use strict";
|
|
32982
32395
|
|
|
32983
32396
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -33050,7 +32463,7 @@ var Kind = Object.freeze({
|
|
|
33050
32463
|
|
|
33051
32464
|
exports.Kind = Kind;
|
|
33052
32465
|
|
|
33053
|
-
},{}],
|
|
32466
|
+
},{}],169:[function(require,module,exports){
|
|
33054
32467
|
"use strict";
|
|
33055
32468
|
|
|
33056
32469
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -33742,7 +33155,7 @@ function isNameStart(code) {
|
|
|
33742
33155
|
return code === 95 || code >= 65 && code <= 90 || code >= 97 && code <= 122;
|
|
33743
33156
|
}
|
|
33744
33157
|
|
|
33745
|
-
},{"../error/syntaxError.js":
|
|
33158
|
+
},{"../error/syntaxError.js":157,"./ast.js":165,"./blockString.js":166,"./tokenKind.js":175}],170:[function(require,module,exports){
|
|
33746
33159
|
"use strict";
|
|
33747
33160
|
|
|
33748
33161
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -33775,7 +33188,7 @@ function getLocation(source, position) {
|
|
|
33775
33188
|
};
|
|
33776
33189
|
}
|
|
33777
33190
|
|
|
33778
|
-
},{}],
|
|
33191
|
+
},{}],171:[function(require,module,exports){
|
|
33779
33192
|
"use strict";
|
|
33780
33193
|
|
|
33781
33194
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35343,7 +34756,7 @@ function getTokenKindDesc(kind) {
|
|
|
35343
34756
|
return (0, _lexer.isPunctuatorTokenKind)(kind) ? "\"".concat(kind, "\"") : kind;
|
|
35344
34757
|
}
|
|
35345
34758
|
|
|
35346
|
-
},{"../error/syntaxError.js":
|
|
34759
|
+
},{"../error/syntaxError.js":157,"./ast.js":165,"./directiveLocation.js":167,"./kinds.js":168,"./lexer.js":169,"./source.js":174,"./tokenKind.js":175}],172:[function(require,module,exports){
|
|
35347
34760
|
"use strict";
|
|
35348
34761
|
|
|
35349
34762
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35420,7 +34833,7 @@ function leftPad(len, str) {
|
|
|
35420
34833
|
return whitespace(len - str.length) + str;
|
|
35421
34834
|
}
|
|
35422
34835
|
|
|
35423
|
-
},{"./location.js":
|
|
34836
|
+
},{"./location.js":170}],173:[function(require,module,exports){
|
|
35424
34837
|
"use strict";
|
|
35425
34838
|
|
|
35426
34839
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35744,7 +35157,7 @@ function hasMultilineItems(maybeArray) {
|
|
|
35744
35157
|
return maybeArray != null && maybeArray.some(isMultiline);
|
|
35745
35158
|
}
|
|
35746
35159
|
|
|
35747
|
-
},{"./blockString.js":
|
|
35160
|
+
},{"./blockString.js":166,"./visitor.js":176}],174:[function(require,module,exports){
|
|
35748
35161
|
"use strict";
|
|
35749
35162
|
|
|
35750
35163
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35813,7 +35226,7 @@ function isSource(source) {
|
|
|
35813
35226
|
return (0, _instanceOf.default)(source, Source);
|
|
35814
35227
|
}
|
|
35815
35228
|
|
|
35816
|
-
},{"../jsutils/devAssert.js":
|
|
35229
|
+
},{"../jsutils/devAssert.js":159,"../jsutils/inspect.js":160,"../jsutils/instanceOf.js":161,"../polyfills/symbols.js":177}],175:[function(require,module,exports){
|
|
35817
35230
|
"use strict";
|
|
35818
35231
|
|
|
35819
35232
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -35855,7 +35268,7 @@ var TokenKind = Object.freeze({
|
|
|
35855
35268
|
|
|
35856
35269
|
exports.TokenKind = TokenKind;
|
|
35857
35270
|
|
|
35858
|
-
},{}],
|
|
35271
|
+
},{}],176:[function(require,module,exports){
|
|
35859
35272
|
"use strict";
|
|
35860
35273
|
|
|
35861
35274
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36254,7 +35667,7 @@ function getVisitFn(visitor, kind, isLeaving) {
|
|
|
36254
35667
|
}
|
|
36255
35668
|
}
|
|
36256
35669
|
|
|
36257
|
-
},{"../jsutils/inspect.js":
|
|
35670
|
+
},{"../jsutils/inspect.js":160,"./ast.js":165}],177:[function(require,module,exports){
|
|
36258
35671
|
"use strict";
|
|
36259
35672
|
|
|
36260
35673
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -36273,7 +35686,7 @@ exports.SYMBOL_ASYNC_ITERATOR = SYMBOL_ASYNC_ITERATOR;
|
|
|
36273
35686
|
var SYMBOL_TO_STRING_TAG = typeof Symbol === 'function' && Symbol.toStringTag != null ? Symbol.toStringTag : '@@toStringTag';
|
|
36274
35687
|
exports.SYMBOL_TO_STRING_TAG = SYMBOL_TO_STRING_TAG;
|
|
36275
35688
|
|
|
36276
|
-
},{}],
|
|
35689
|
+
},{}],178:[function(require,module,exports){
|
|
36277
35690
|
var hash = exports;
|
|
36278
35691
|
|
|
36279
35692
|
hash.utils = require('./hash/utils');
|
|
@@ -36290,7 +35703,7 @@ hash.sha384 = hash.sha.sha384;
|
|
|
36290
35703
|
hash.sha512 = hash.sha.sha512;
|
|
36291
35704
|
hash.ripemd160 = hash.ripemd.ripemd160;
|
|
36292
35705
|
|
|
36293
|
-
},{"./hash/common":
|
|
35706
|
+
},{"./hash/common":179,"./hash/hmac":180,"./hash/ripemd":181,"./hash/sha":182,"./hash/utils":189}],179:[function(require,module,exports){
|
|
36294
35707
|
'use strict';
|
|
36295
35708
|
|
|
36296
35709
|
var utils = require('./utils');
|
|
@@ -36384,7 +35797,7 @@ BlockHash.prototype._pad = function pad() {
|
|
|
36384
35797
|
return res;
|
|
36385
35798
|
};
|
|
36386
35799
|
|
|
36387
|
-
},{"./utils":
|
|
35800
|
+
},{"./utils":189,"minimalistic-assert":194}],180:[function(require,module,exports){
|
|
36388
35801
|
'use strict';
|
|
36389
35802
|
|
|
36390
35803
|
var utils = require('./utils');
|
|
@@ -36433,7 +35846,7 @@ Hmac.prototype.digest = function digest(enc) {
|
|
|
36433
35846
|
return this.outer.digest(enc);
|
|
36434
35847
|
};
|
|
36435
35848
|
|
|
36436
|
-
},{"./utils":
|
|
35849
|
+
},{"./utils":189,"minimalistic-assert":194}],181:[function(require,module,exports){
|
|
36437
35850
|
'use strict';
|
|
36438
35851
|
|
|
36439
35852
|
var utils = require('./utils');
|
|
@@ -36581,7 +35994,7 @@ var sh = [
|
|
|
36581
35994
|
8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
|
|
36582
35995
|
];
|
|
36583
35996
|
|
|
36584
|
-
},{"./common":
|
|
35997
|
+
},{"./common":179,"./utils":189}],182:[function(require,module,exports){
|
|
36585
35998
|
'use strict';
|
|
36586
35999
|
|
|
36587
36000
|
exports.sha1 = require('./sha/1');
|
|
@@ -36590,7 +36003,7 @@ exports.sha256 = require('./sha/256');
|
|
|
36590
36003
|
exports.sha384 = require('./sha/384');
|
|
36591
36004
|
exports.sha512 = require('./sha/512');
|
|
36592
36005
|
|
|
36593
|
-
},{"./sha/1":
|
|
36006
|
+
},{"./sha/1":183,"./sha/224":184,"./sha/256":185,"./sha/384":186,"./sha/512":187}],183:[function(require,module,exports){
|
|
36594
36007
|
'use strict';
|
|
36595
36008
|
|
|
36596
36009
|
var utils = require('../utils');
|
|
@@ -36666,7 +36079,7 @@ SHA1.prototype._digest = function digest(enc) {
|
|
|
36666
36079
|
return utils.split32(this.h, 'big');
|
|
36667
36080
|
};
|
|
36668
36081
|
|
|
36669
|
-
},{"../common":
|
|
36082
|
+
},{"../common":179,"../utils":189,"./common":188}],184:[function(require,module,exports){
|
|
36670
36083
|
'use strict';
|
|
36671
36084
|
|
|
36672
36085
|
var utils = require('../utils');
|
|
@@ -36698,7 +36111,7 @@ SHA224.prototype._digest = function digest(enc) {
|
|
|
36698
36111
|
};
|
|
36699
36112
|
|
|
36700
36113
|
|
|
36701
|
-
},{"../utils":
|
|
36114
|
+
},{"../utils":189,"./256":185}],185:[function(require,module,exports){
|
|
36702
36115
|
'use strict';
|
|
36703
36116
|
|
|
36704
36117
|
var utils = require('../utils');
|
|
@@ -36805,7 +36218,7 @@ SHA256.prototype._digest = function digest(enc) {
|
|
|
36805
36218
|
return utils.split32(this.h, 'big');
|
|
36806
36219
|
};
|
|
36807
36220
|
|
|
36808
|
-
},{"../common":
|
|
36221
|
+
},{"../common":179,"../utils":189,"./common":188,"minimalistic-assert":194}],186:[function(require,module,exports){
|
|
36809
36222
|
'use strict';
|
|
36810
36223
|
|
|
36811
36224
|
var utils = require('../utils');
|
|
@@ -36842,7 +36255,7 @@ SHA384.prototype._digest = function digest(enc) {
|
|
|
36842
36255
|
return utils.split32(this.h.slice(0, 12), 'big');
|
|
36843
36256
|
};
|
|
36844
36257
|
|
|
36845
|
-
},{"../utils":
|
|
36258
|
+
},{"../utils":189,"./512":187}],187:[function(require,module,exports){
|
|
36846
36259
|
'use strict';
|
|
36847
36260
|
|
|
36848
36261
|
var utils = require('../utils');
|
|
@@ -37174,7 +36587,7 @@ function g1_512_lo(xh, xl) {
|
|
|
37174
36587
|
return r;
|
|
37175
36588
|
}
|
|
37176
36589
|
|
|
37177
|
-
},{"../common":
|
|
36590
|
+
},{"../common":179,"../utils":189,"minimalistic-assert":194}],188:[function(require,module,exports){
|
|
37178
36591
|
'use strict';
|
|
37179
36592
|
|
|
37180
36593
|
var utils = require('../utils');
|
|
@@ -37225,7 +36638,7 @@ function g1_256(x) {
|
|
|
37225
36638
|
}
|
|
37226
36639
|
exports.g1_256 = g1_256;
|
|
37227
36640
|
|
|
37228
|
-
},{"../utils":
|
|
36641
|
+
},{"../utils":189}],189:[function(require,module,exports){
|
|
37229
36642
|
'use strict';
|
|
37230
36643
|
|
|
37231
36644
|
var assert = require('minimalistic-assert');
|
|
@@ -37505,7 +36918,7 @@ function shr64_lo(ah, al, num) {
|
|
|
37505
36918
|
}
|
|
37506
36919
|
exports.shr64_lo = shr64_lo;
|
|
37507
36920
|
|
|
37508
|
-
},{"inherits":
|
|
36921
|
+
},{"inherits":191,"minimalistic-assert":194}],190:[function(require,module,exports){
|
|
37509
36922
|
'use strict';
|
|
37510
36923
|
|
|
37511
36924
|
var hash = require('hash.js');
|
|
@@ -37620,7 +37033,7 @@ HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {
|
|
|
37620
37033
|
return utils.encode(res, enc);
|
|
37621
37034
|
};
|
|
37622
37035
|
|
|
37623
|
-
},{"hash.js":
|
|
37036
|
+
},{"hash.js":178,"minimalistic-assert":194,"minimalistic-crypto-utils":195}],191:[function(require,module,exports){
|
|
37624
37037
|
if (typeof Object.create === 'function') {
|
|
37625
37038
|
// implementation from standard node.js 'util' module
|
|
37626
37039
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -37649,7 +37062,7 @@ if (typeof Object.create === 'function') {
|
|
|
37649
37062
|
}
|
|
37650
37063
|
}
|
|
37651
37064
|
|
|
37652
|
-
},{}],
|
|
37065
|
+
},{}],192:[function(require,module,exports){
|
|
37653
37066
|
(function (process,global){(function (){
|
|
37654
37067
|
/**
|
|
37655
37068
|
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
@@ -38309,7 +37722,7 @@ if (typeof Object.create === 'function') {
|
|
|
38309
37722
|
})();
|
|
38310
37723
|
|
|
38311
37724
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
38312
|
-
},{"_process":
|
|
37725
|
+
},{"_process":196}],193:[function(require,module,exports){
|
|
38313
37726
|
(function (global){(function (){
|
|
38314
37727
|
/**
|
|
38315
37728
|
* @license
|
|
@@ -55522,7 +54935,7 @@ if (typeof Object.create === 'function') {
|
|
|
55522
54935
|
}.call(this));
|
|
55523
54936
|
|
|
55524
54937
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
55525
|
-
},{}],
|
|
54938
|
+
},{}],194:[function(require,module,exports){
|
|
55526
54939
|
module.exports = assert;
|
|
55527
54940
|
|
|
55528
54941
|
function assert(val, msg) {
|
|
@@ -55535,7 +54948,7 @@ assert.equal = function assertEqual(l, r, msg) {
|
|
|
55535
54948
|
throw new Error(msg || ('Assertion failed: ' + l + ' != ' + r));
|
|
55536
54949
|
};
|
|
55537
54950
|
|
|
55538
|
-
},{}],
|
|
54951
|
+
},{}],195:[function(require,module,exports){
|
|
55539
54952
|
'use strict';
|
|
55540
54953
|
|
|
55541
54954
|
var utils = exports;
|
|
@@ -55595,7 +55008,7 @@ utils.encode = function encode(arr, enc) {
|
|
|
55595
55008
|
return arr;
|
|
55596
55009
|
};
|
|
55597
55010
|
|
|
55598
|
-
},{}],
|
|
55011
|
+
},{}],196:[function(require,module,exports){
|
|
55599
55012
|
// shim for using process in browser
|
|
55600
55013
|
var process = module.exports = {};
|
|
55601
55014
|
|
|
@@ -55781,7 +55194,7 @@ process.chdir = function (dir) {
|
|
|
55781
55194
|
};
|
|
55782
55195
|
process.umask = function() { return 0; };
|
|
55783
55196
|
|
|
55784
|
-
},{}],
|
|
55197
|
+
},{}],197:[function(require,module,exports){
|
|
55785
55198
|
(function (setImmediate){(function (){
|
|
55786
55199
|
"use strict";
|
|
55787
55200
|
|
|
@@ -56273,7 +55686,7 @@ process.umask = function() { return 0; };
|
|
|
56273
55686
|
})(this);
|
|
56274
55687
|
|
|
56275
55688
|
}).call(this)}).call(this,require("timers").setImmediate)
|
|
56276
|
-
},{"timers":
|
|
55689
|
+
},{"timers":198}],198:[function(require,module,exports){
|
|
56277
55690
|
(function (setImmediate,clearImmediate){(function (){
|
|
56278
55691
|
var nextTick = require('process/browser.js').nextTick;
|
|
56279
55692
|
var apply = Function.prototype.apply;
|
|
@@ -56352,7 +55765,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
56352
55765
|
delete immediateIds[id];
|
|
56353
55766
|
};
|
|
56354
55767
|
}).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
|
56355
|
-
},{"process/browser.js":
|
|
55768
|
+
},{"process/browser.js":196,"timers":198}],199:[function(require,module,exports){
|
|
56356
55769
|
"use strict";
|
|
56357
55770
|
/* Autogenerated file. Do not edit manually. */
|
|
56358
55771
|
/* tslint:disable */
|
|
@@ -56620,7 +56033,7 @@ class AccessControlEnumerable__factory {
|
|
|
56620
56033
|
exports.AccessControlEnumerable__factory = AccessControlEnumerable__factory;
|
|
56621
56034
|
AccessControlEnumerable__factory.abi = _abi;
|
|
56622
56035
|
|
|
56623
|
-
},{"ethers":
|
|
56036
|
+
},{"ethers":150}],200:[function(require,module,exports){
|
|
56624
56037
|
"use strict";
|
|
56625
56038
|
/* Autogenerated file. Do not edit manually. */
|
|
56626
56039
|
/* tslint:disable */
|
|
@@ -56845,7 +56258,7 @@ class AccessControl__factory {
|
|
|
56845
56258
|
exports.AccessControl__factory = AccessControl__factory;
|
|
56846
56259
|
AccessControl__factory.abi = _abi;
|
|
56847
56260
|
|
|
56848
|
-
},{"ethers":
|
|
56261
|
+
},{"ethers":150}],201:[function(require,module,exports){
|
|
56849
56262
|
"use strict";
|
|
56850
56263
|
/* Autogenerated file. Do not edit manually. */
|
|
56851
56264
|
/* tslint:disable */
|
|
@@ -57081,7 +56494,7 @@ class IAccessControlEnumerable__factory {
|
|
|
57081
56494
|
exports.IAccessControlEnumerable__factory = IAccessControlEnumerable__factory;
|
|
57082
56495
|
IAccessControlEnumerable__factory.abi = _abi;
|
|
57083
56496
|
|
|
57084
|
-
},{"ethers":
|
|
56497
|
+
},{"ethers":150}],202:[function(require,module,exports){
|
|
57085
56498
|
"use strict";
|
|
57086
56499
|
/* Autogenerated file. Do not edit manually. */
|
|
57087
56500
|
/* tslint:disable */
|
|
@@ -57274,7 +56687,7 @@ class IAccessControl__factory {
|
|
|
57274
56687
|
exports.IAccessControl__factory = IAccessControl__factory;
|
|
57275
56688
|
IAccessControl__factory.abi = _abi;
|
|
57276
56689
|
|
|
57277
|
-
},{"ethers":
|
|
56690
|
+
},{"ethers":150}],203:[function(require,module,exports){
|
|
57278
56691
|
"use strict";
|
|
57279
56692
|
/* Autogenerated file. Do not edit manually. */
|
|
57280
56693
|
/* tslint:disable */
|
|
@@ -57347,7 +56760,7 @@ class Ownable__factory {
|
|
|
57347
56760
|
exports.Ownable__factory = Ownable__factory;
|
|
57348
56761
|
Ownable__factory.abi = _abi;
|
|
57349
56762
|
|
|
57350
|
-
},{"ethers":
|
|
56763
|
+
},{"ethers":150}],204:[function(require,module,exports){
|
|
57351
56764
|
"use strict";
|
|
57352
56765
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57353
56766
|
exports.Ownable__factory = exports.IAccessControlEnumerable__factory = exports.IAccessControl__factory = exports.AccessControlEnumerable__factory = exports.AccessControl__factory = void 0;
|
|
@@ -57365,7 +56778,7 @@ Object.defineProperty(exports, "IAccessControlEnumerable__factory", { enumerable
|
|
|
57365
56778
|
var Ownable__factory_1 = require("./Ownable__factory");
|
|
57366
56779
|
Object.defineProperty(exports, "Ownable__factory", { enumerable: true, get: function () { return Ownable__factory_1.Ownable__factory; } });
|
|
57367
56780
|
|
|
57368
|
-
},{"./AccessControlEnumerable__factory":
|
|
56781
|
+
},{"./AccessControlEnumerable__factory":199,"./AccessControl__factory":200,"./IAccessControlEnumerable__factory":201,"./IAccessControl__factory":202,"./Ownable__factory":203}],205:[function(require,module,exports){
|
|
57369
56782
|
"use strict";
|
|
57370
56783
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
57371
56784
|
if (k2 === undefined) k2 = k;
|
|
@@ -57400,7 +56813,7 @@ exports.proxy = __importStar(require("./proxy"));
|
|
|
57400
56813
|
exports.token = __importStar(require("./token"));
|
|
57401
56814
|
exports.utils = __importStar(require("./utils"));
|
|
57402
56815
|
|
|
57403
|
-
},{"./access":
|
|
56816
|
+
},{"./access":204,"./proxy":207,"./token":225,"./utils":226}],206:[function(require,module,exports){
|
|
57404
56817
|
"use strict";
|
|
57405
56818
|
/* Autogenerated file. Do not edit manually. */
|
|
57406
56819
|
/* tslint:disable */
|
|
@@ -57429,7 +56842,7 @@ class Proxy__factory {
|
|
|
57429
56842
|
exports.Proxy__factory = Proxy__factory;
|
|
57430
56843
|
Proxy__factory.abi = _abi;
|
|
57431
56844
|
|
|
57432
|
-
},{"ethers":
|
|
56845
|
+
},{"ethers":150}],207:[function(require,module,exports){
|
|
57433
56846
|
"use strict";
|
|
57434
56847
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
57435
56848
|
if (k2 === undefined) k2 = k;
|
|
@@ -57463,7 +56876,7 @@ exports.utils = __importStar(require("./utils"));
|
|
|
57463
56876
|
var Proxy__factory_1 = require("./Proxy__factory");
|
|
57464
56877
|
Object.defineProperty(exports, "Proxy__factory", { enumerable: true, get: function () { return Proxy__factory_1.Proxy__factory; } });
|
|
57465
56878
|
|
|
57466
|
-
},{"./Proxy__factory":
|
|
56879
|
+
},{"./Proxy__factory":206,"./utils":209}],208:[function(require,module,exports){
|
|
57467
56880
|
"use strict";
|
|
57468
56881
|
/* Autogenerated file. Do not edit manually. */
|
|
57469
56882
|
/* tslint:disable */
|
|
@@ -57497,7 +56910,7 @@ class Initializable__factory {
|
|
|
57497
56910
|
exports.Initializable__factory = Initializable__factory;
|
|
57498
56911
|
Initializable__factory.abi = _abi;
|
|
57499
56912
|
|
|
57500
|
-
},{"ethers":
|
|
56913
|
+
},{"ethers":150}],209:[function(require,module,exports){
|
|
57501
56914
|
"use strict";
|
|
57502
56915
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57503
56916
|
exports.Initializable__factory = void 0;
|
|
@@ -57507,7 +56920,7 @@ exports.Initializable__factory = void 0;
|
|
|
57507
56920
|
var Initializable__factory_1 = require("./Initializable__factory");
|
|
57508
56921
|
Object.defineProperty(exports, "Initializable__factory", { enumerable: true, get: function () { return Initializable__factory_1.Initializable__factory; } });
|
|
57509
56922
|
|
|
57510
|
-
},{"./Initializable__factory":
|
|
56923
|
+
},{"./Initializable__factory":208}],210:[function(require,module,exports){
|
|
57511
56924
|
"use strict";
|
|
57512
56925
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57513
56926
|
exports.ERC20__factory = void 0;
|
|
@@ -57837,7 +57250,7 @@ exports.ERC20__factory = ERC20__factory;
|
|
|
57837
57250
|
ERC20__factory.bytecode = _bytecode;
|
|
57838
57251
|
ERC20__factory.abi = _abi;
|
|
57839
57252
|
|
|
57840
|
-
},{"ethers":
|
|
57253
|
+
},{"ethers":150}],211:[function(require,module,exports){
|
|
57841
57254
|
"use strict";
|
|
57842
57255
|
/* Autogenerated file. Do not edit manually. */
|
|
57843
57256
|
/* tslint:disable */
|
|
@@ -58041,7 +57454,7 @@ class IERC20__factory {
|
|
|
58041
57454
|
exports.IERC20__factory = IERC20__factory;
|
|
58042
57455
|
IERC20__factory.abi = _abi;
|
|
58043
57456
|
|
|
58044
|
-
},{"ethers":
|
|
57457
|
+
},{"ethers":150}],212:[function(require,module,exports){
|
|
58045
57458
|
"use strict";
|
|
58046
57459
|
/* Autogenerated file. Do not edit manually. */
|
|
58047
57460
|
/* tslint:disable */
|
|
@@ -58284,7 +57697,7 @@ class IERC20Metadata__factory {
|
|
|
58284
57697
|
exports.IERC20Metadata__factory = IERC20Metadata__factory;
|
|
58285
57698
|
IERC20Metadata__factory.abi = _abi;
|
|
58286
57699
|
|
|
58287
|
-
},{"ethers":
|
|
57700
|
+
},{"ethers":150}],213:[function(require,module,exports){
|
|
58288
57701
|
"use strict";
|
|
58289
57702
|
/* Autogenerated file. Do not edit manually. */
|
|
58290
57703
|
/* tslint:disable */
|
|
@@ -58380,7 +57793,7 @@ class IERC20Permit__factory {
|
|
|
58380
57793
|
exports.IERC20Permit__factory = IERC20Permit__factory;
|
|
58381
57794
|
IERC20Permit__factory.abi = _abi;
|
|
58382
57795
|
|
|
58383
|
-
},{"ethers":
|
|
57796
|
+
},{"ethers":150}],214:[function(require,module,exports){
|
|
58384
57797
|
"use strict";
|
|
58385
57798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58386
57799
|
exports.IERC20Permit__factory = void 0;
|
|
@@ -58390,7 +57803,7 @@ exports.IERC20Permit__factory = void 0;
|
|
|
58390
57803
|
var IERC20Permit__factory_1 = require("./IERC20Permit__factory");
|
|
58391
57804
|
Object.defineProperty(exports, "IERC20Permit__factory", { enumerable: true, get: function () { return IERC20Permit__factory_1.IERC20Permit__factory; } });
|
|
58392
57805
|
|
|
58393
|
-
},{"./IERC20Permit__factory":
|
|
57806
|
+
},{"./IERC20Permit__factory":213}],215:[function(require,module,exports){
|
|
58394
57807
|
"use strict";
|
|
58395
57808
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
58396
57809
|
if (k2 === undefined) k2 = k;
|
|
@@ -58424,7 +57837,7 @@ exports.draftIerc20PermitSol = __importStar(require("./draft-IERC20Permit.sol"))
|
|
|
58424
57837
|
var IERC20Metadata__factory_1 = require("./IERC20Metadata__factory");
|
|
58425
57838
|
Object.defineProperty(exports, "IERC20Metadata__factory", { enumerable: true, get: function () { return IERC20Metadata__factory_1.IERC20Metadata__factory; } });
|
|
58426
57839
|
|
|
58427
|
-
},{"./IERC20Metadata__factory":
|
|
57840
|
+
},{"./IERC20Metadata__factory":212,"./draft-IERC20Permit.sol":214}],216:[function(require,module,exports){
|
|
58428
57841
|
"use strict";
|
|
58429
57842
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
58430
57843
|
if (k2 === undefined) k2 = k;
|
|
@@ -58460,7 +57873,7 @@ Object.defineProperty(exports, "ERC20__factory", { enumerable: true, get: functi
|
|
|
58460
57873
|
var IERC20__factory_1 = require("./IERC20__factory");
|
|
58461
57874
|
Object.defineProperty(exports, "IERC20__factory", { enumerable: true, get: function () { return IERC20__factory_1.IERC20__factory; } });
|
|
58462
57875
|
|
|
58463
|
-
},{"./ERC20__factory":
|
|
57876
|
+
},{"./ERC20__factory":210,"./IERC20__factory":211,"./extensions":215}],217:[function(require,module,exports){
|
|
58464
57877
|
"use strict";
|
|
58465
57878
|
/* Autogenerated file. Do not edit manually. */
|
|
58466
57879
|
/* tslint:disable */
|
|
@@ -58766,7 +58179,7 @@ class IERC721__factory {
|
|
|
58766
58179
|
exports.IERC721__factory = IERC721__factory;
|
|
58767
58180
|
IERC721__factory.abi = _abi;
|
|
58768
58181
|
|
|
58769
|
-
},{"ethers":
|
|
58182
|
+
},{"ethers":150}],218:[function(require,module,exports){
|
|
58770
58183
|
"use strict";
|
|
58771
58184
|
/* Autogenerated file. Do not edit manually. */
|
|
58772
58185
|
/* tslint:disable */
|
|
@@ -59117,7 +58530,7 @@ class IERC721Metadata__factory {
|
|
|
59117
58530
|
exports.IERC721Metadata__factory = IERC721Metadata__factory;
|
|
59118
58531
|
IERC721Metadata__factory.abi = _abi;
|
|
59119
58532
|
|
|
59120
|
-
},{"ethers":
|
|
58533
|
+
},{"ethers":150}],219:[function(require,module,exports){
|
|
59121
58534
|
"use strict";
|
|
59122
58535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59123
58536
|
exports.IERC721Metadata__factory = void 0;
|
|
@@ -59127,7 +58540,7 @@ exports.IERC721Metadata__factory = void 0;
|
|
|
59127
58540
|
var IERC721Metadata__factory_1 = require("./IERC721Metadata__factory");
|
|
59128
58541
|
Object.defineProperty(exports, "IERC721Metadata__factory", { enumerable: true, get: function () { return IERC721Metadata__factory_1.IERC721Metadata__factory; } });
|
|
59129
58542
|
|
|
59130
|
-
},{"./IERC721Metadata__factory":
|
|
58543
|
+
},{"./IERC721Metadata__factory":218}],220:[function(require,module,exports){
|
|
59131
58544
|
"use strict";
|
|
59132
58545
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
59133
58546
|
if (k2 === undefined) k2 = k;
|
|
@@ -59161,7 +58574,7 @@ exports.extensions = __importStar(require("./extensions"));
|
|
|
59161
58574
|
var IERC721__factory_1 = require("./IERC721__factory");
|
|
59162
58575
|
Object.defineProperty(exports, "IERC721__factory", { enumerable: true, get: function () { return IERC721__factory_1.IERC721__factory; } });
|
|
59163
58576
|
|
|
59164
|
-
},{"./IERC721__factory":
|
|
58577
|
+
},{"./IERC721__factory":217,"./extensions":219}],221:[function(require,module,exports){
|
|
59165
58578
|
"use strict";
|
|
59166
58579
|
/* Autogenerated file. Do not edit manually. */
|
|
59167
58580
|
/* tslint:disable */
|
|
@@ -59220,7 +58633,7 @@ class IERC777Recipient__factory {
|
|
|
59220
58633
|
exports.IERC777Recipient__factory = IERC777Recipient__factory;
|
|
59221
58634
|
IERC777Recipient__factory.abi = _abi;
|
|
59222
58635
|
|
|
59223
|
-
},{"ethers":
|
|
58636
|
+
},{"ethers":150}],222:[function(require,module,exports){
|
|
59224
58637
|
"use strict";
|
|
59225
58638
|
/* Autogenerated file. Do not edit manually. */
|
|
59226
58639
|
/* tslint:disable */
|
|
@@ -59279,7 +58692,7 @@ class IERC777Sender__factory {
|
|
|
59279
58692
|
exports.IERC777Sender__factory = IERC777Sender__factory;
|
|
59280
58693
|
IERC777Sender__factory.abi = _abi;
|
|
59281
58694
|
|
|
59282
|
-
},{"ethers":
|
|
58695
|
+
},{"ethers":150}],223:[function(require,module,exports){
|
|
59283
58696
|
"use strict";
|
|
59284
58697
|
/* Autogenerated file. Do not edit manually. */
|
|
59285
58698
|
/* tslint:disable */
|
|
@@ -59691,7 +59104,7 @@ class IERC777__factory {
|
|
|
59691
59104
|
exports.IERC777__factory = IERC777__factory;
|
|
59692
59105
|
IERC777__factory.abi = _abi;
|
|
59693
59106
|
|
|
59694
|
-
},{"ethers":
|
|
59107
|
+
},{"ethers":150}],224:[function(require,module,exports){
|
|
59695
59108
|
"use strict";
|
|
59696
59109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59697
59110
|
exports.IERC777Sender__factory = exports.IERC777Recipient__factory = exports.IERC777__factory = void 0;
|
|
@@ -59705,7 +59118,7 @@ Object.defineProperty(exports, "IERC777Recipient__factory", { enumerable: true,
|
|
|
59705
59118
|
var IERC777Sender__factory_1 = require("./IERC777Sender__factory");
|
|
59706
59119
|
Object.defineProperty(exports, "IERC777Sender__factory", { enumerable: true, get: function () { return IERC777Sender__factory_1.IERC777Sender__factory; } });
|
|
59707
59120
|
|
|
59708
|
-
},{"./IERC777Recipient__factory":
|
|
59121
|
+
},{"./IERC777Recipient__factory":221,"./IERC777Sender__factory":222,"./IERC777__factory":223}],225:[function(require,module,exports){
|
|
59709
59122
|
"use strict";
|
|
59710
59123
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
59711
59124
|
if (k2 === undefined) k2 = k;
|
|
@@ -59739,7 +59152,7 @@ exports.erc20 = __importStar(require("./ERC20"));
|
|
|
59739
59152
|
exports.erc721 = __importStar(require("./ERC721"));
|
|
59740
59153
|
exports.erc777 = __importStar(require("./ERC777"));
|
|
59741
59154
|
|
|
59742
|
-
},{"./ERC20":
|
|
59155
|
+
},{"./ERC20":216,"./ERC721":220,"./ERC777":224}],226:[function(require,module,exports){
|
|
59743
59156
|
"use strict";
|
|
59744
59157
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
59745
59158
|
if (k2 === undefined) k2 = k;
|
|
@@ -59771,7 +59184,7 @@ exports.introspection = void 0;
|
|
|
59771
59184
|
/* eslint-disable */
|
|
59772
59185
|
exports.introspection = __importStar(require("./introspection"));
|
|
59773
59186
|
|
|
59774
|
-
},{"./introspection":
|
|
59187
|
+
},{"./introspection":232}],227:[function(require,module,exports){
|
|
59775
59188
|
"use strict";
|
|
59776
59189
|
/* Autogenerated file. Do not edit manually. */
|
|
59777
59190
|
/* tslint:disable */
|
|
@@ -59811,7 +59224,7 @@ class ERC165__factory {
|
|
|
59811
59224
|
exports.ERC165__factory = ERC165__factory;
|
|
59812
59225
|
ERC165__factory.abi = _abi;
|
|
59813
59226
|
|
|
59814
|
-
},{"ethers":
|
|
59227
|
+
},{"ethers":150}],228:[function(require,module,exports){
|
|
59815
59228
|
"use strict";
|
|
59816
59229
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59817
59230
|
exports.ERC1820Implementer__factory = void 0;
|
|
@@ -59879,7 +59292,7 @@ exports.ERC1820Implementer__factory = ERC1820Implementer__factory;
|
|
|
59879
59292
|
ERC1820Implementer__factory.bytecode = _bytecode;
|
|
59880
59293
|
ERC1820Implementer__factory.abi = _abi;
|
|
59881
59294
|
|
|
59882
|
-
},{"ethers":
|
|
59295
|
+
},{"ethers":150}],229:[function(require,module,exports){
|
|
59883
59296
|
"use strict";
|
|
59884
59297
|
/* Autogenerated file. Do not edit manually. */
|
|
59885
59298
|
/* tslint:disable */
|
|
@@ -59919,7 +59332,7 @@ class IERC165__factory {
|
|
|
59919
59332
|
exports.IERC165__factory = IERC165__factory;
|
|
59920
59333
|
IERC165__factory.abi = _abi;
|
|
59921
59334
|
|
|
59922
|
-
},{"ethers":
|
|
59335
|
+
},{"ethers":150}],230:[function(require,module,exports){
|
|
59923
59336
|
"use strict";
|
|
59924
59337
|
/* Autogenerated file. Do not edit manually. */
|
|
59925
59338
|
/* tslint:disable */
|
|
@@ -59964,7 +59377,7 @@ class IERC1820Implementer__factory {
|
|
|
59964
59377
|
exports.IERC1820Implementer__factory = IERC1820Implementer__factory;
|
|
59965
59378
|
IERC1820Implementer__factory.abi = _abi;
|
|
59966
59379
|
|
|
59967
|
-
},{"ethers":
|
|
59380
|
+
},{"ethers":150}],231:[function(require,module,exports){
|
|
59968
59381
|
"use strict";
|
|
59969
59382
|
/* Autogenerated file. Do not edit manually. */
|
|
59970
59383
|
/* tslint:disable */
|
|
@@ -60198,7 +59611,7 @@ class IERC1820Registry__factory {
|
|
|
60198
59611
|
exports.IERC1820Registry__factory = IERC1820Registry__factory;
|
|
60199
59612
|
IERC1820Registry__factory.abi = _abi;
|
|
60200
59613
|
|
|
60201
|
-
},{"ethers":
|
|
59614
|
+
},{"ethers":150}],232:[function(require,module,exports){
|
|
60202
59615
|
"use strict";
|
|
60203
59616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60204
59617
|
exports.IERC1820Registry__factory = exports.IERC1820Implementer__factory = exports.IERC165__factory = exports.ERC1820Implementer__factory = exports.ERC165__factory = void 0;
|
|
@@ -60216,7 +59629,7 @@ Object.defineProperty(exports, "IERC1820Implementer__factory", { enumerable: tru
|
|
|
60216
59629
|
var IERC1820Registry__factory_1 = require("./IERC1820Registry__factory");
|
|
60217
59630
|
Object.defineProperty(exports, "IERC1820Registry__factory", { enumerable: true, get: function () { return IERC1820Registry__factory_1.IERC1820Registry__factory; } });
|
|
60218
59631
|
|
|
60219
|
-
},{"./ERC165__factory":
|
|
59632
|
+
},{"./ERC165__factory":227,"./ERC1820Implementer__factory":228,"./IERC165__factory":229,"./IERC1820Implementer__factory":230,"./IERC1820Registry__factory":231}],233:[function(require,module,exports){
|
|
60220
59633
|
"use strict";
|
|
60221
59634
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
60222
59635
|
if (k2 === undefined) k2 = k;
|
|
@@ -60248,7 +59661,7 @@ exports.contracts = void 0;
|
|
|
60248
59661
|
/* eslint-disable */
|
|
60249
59662
|
exports.contracts = __importStar(require("./contracts"));
|
|
60250
59663
|
|
|
60251
|
-
},{"./contracts":
|
|
59664
|
+
},{"./contracts":205}],234:[function(require,module,exports){
|
|
60252
59665
|
"use strict";
|
|
60253
59666
|
/* Autogenerated file. Do not edit manually. */
|
|
60254
59667
|
/* tslint:disable */
|
|
@@ -60404,7 +59817,7 @@ class AgreementBase__factory {
|
|
|
60404
59817
|
exports.AgreementBase__factory = AgreementBase__factory;
|
|
60405
59818
|
AgreementBase__factory.abi = _abi;
|
|
60406
59819
|
|
|
60407
|
-
},{"ethers":
|
|
59820
|
+
},{"ethers":150}],235:[function(require,module,exports){
|
|
60408
59821
|
"use strict";
|
|
60409
59822
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60410
59823
|
exports.ConstantFlowAgreementV1__factory = void 0;
|
|
@@ -61566,7 +60979,7 @@ exports.ConstantFlowAgreementV1__factory = ConstantFlowAgreementV1__factory;
|
|
|
61566
60979
|
ConstantFlowAgreementV1__factory.bytecode = _bytecode;
|
|
61567
60980
|
ConstantFlowAgreementV1__factory.abi = _abi;
|
|
61568
60981
|
|
|
61569
|
-
},{"ethers":
|
|
60982
|
+
},{"ethers":150}],236:[function(require,module,exports){
|
|
61570
60983
|
"use strict";
|
|
61571
60984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61572
60985
|
exports.InstantDistributionAgreementV1__factory = void 0;
|
|
@@ -62725,7 +62138,7 @@ exports.InstantDistributionAgreementV1__factory = InstantDistributionAgreementV1
|
|
|
62725
62138
|
InstantDistributionAgreementV1__factory.bytecode = _bytecode;
|
|
62726
62139
|
InstantDistributionAgreementV1__factory.abi = _abi;
|
|
62727
62140
|
|
|
62728
|
-
},{"ethers":
|
|
62141
|
+
},{"ethers":150}],237:[function(require,module,exports){
|
|
62729
62142
|
"use strict";
|
|
62730
62143
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62731
62144
|
exports.InstantDistributionAgreementV1__factory = exports.ConstantFlowAgreementV1__factory = exports.AgreementBase__factory = void 0;
|
|
@@ -62739,7 +62152,7 @@ Object.defineProperty(exports, "ConstantFlowAgreementV1__factory", { enumerable:
|
|
|
62739
62152
|
var InstantDistributionAgreementV1__factory_1 = require("./InstantDistributionAgreementV1__factory");
|
|
62740
62153
|
Object.defineProperty(exports, "InstantDistributionAgreementV1__factory", { enumerable: true, get: function () { return InstantDistributionAgreementV1__factory_1.InstantDistributionAgreementV1__factory; } });
|
|
62741
62154
|
|
|
62742
|
-
},{"./AgreementBase__factory":
|
|
62155
|
+
},{"./AgreementBase__factory":234,"./ConstantFlowAgreementV1__factory":235,"./InstantDistributionAgreementV1__factory":236}],238:[function(require,module,exports){
|
|
62743
62156
|
"use strict";
|
|
62744
62157
|
/* Autogenerated file. Do not edit manually. */
|
|
62745
62158
|
/* tslint:disable */
|
|
@@ -63069,7 +62482,7 @@ class SuperAppBaseFlow__factory {
|
|
|
63069
62482
|
exports.SuperAppBaseFlow__factory = SuperAppBaseFlow__factory;
|
|
63070
62483
|
SuperAppBaseFlow__factory.abi = _abi;
|
|
63071
62484
|
|
|
63072
|
-
},{"ethers":
|
|
62485
|
+
},{"ethers":150}],239:[function(require,module,exports){
|
|
63073
62486
|
"use strict";
|
|
63074
62487
|
/* Autogenerated file. Do not edit manually. */
|
|
63075
62488
|
/* tslint:disable */
|
|
@@ -63339,7 +62752,7 @@ class SuperAppBase__factory {
|
|
|
63339
62752
|
exports.SuperAppBase__factory = SuperAppBase__factory;
|
|
63340
62753
|
SuperAppBase__factory.abi = _abi;
|
|
63341
62754
|
|
|
63342
|
-
},{"ethers":
|
|
62755
|
+
},{"ethers":150}],240:[function(require,module,exports){
|
|
63343
62756
|
"use strict";
|
|
63344
62757
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63345
62758
|
exports.SuperfluidLoaderLibrary__factory = void 0;
|
|
@@ -63401,7 +62814,7 @@ exports.SuperfluidLoaderLibrary__factory = SuperfluidLoaderLibrary__factory;
|
|
|
63401
62814
|
SuperfluidLoaderLibrary__factory.bytecode = _bytecode;
|
|
63402
62815
|
SuperfluidLoaderLibrary__factory.abi = _abi;
|
|
63403
62816
|
|
|
63404
|
-
},{"ethers":
|
|
62817
|
+
},{"ethers":150}],241:[function(require,module,exports){
|
|
63405
62818
|
"use strict";
|
|
63406
62819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63407
62820
|
exports.SuperfluidLoaderLibrary__factory = exports.SuperAppBaseFlow__factory = exports.SuperAppBase__factory = void 0;
|
|
@@ -63415,7 +62828,7 @@ Object.defineProperty(exports, "SuperAppBaseFlow__factory", { enumerable: true,
|
|
|
63415
62828
|
var SuperfluidLoaderLibrary__factory_1 = require("./SuperfluidLoaderLibrary__factory");
|
|
63416
62829
|
Object.defineProperty(exports, "SuperfluidLoaderLibrary__factory", { enumerable: true, get: function () { return SuperfluidLoaderLibrary__factory_1.SuperfluidLoaderLibrary__factory; } });
|
|
63417
62830
|
|
|
63418
|
-
},{"./SuperAppBaseFlow__factory":
|
|
62831
|
+
},{"./SuperAppBaseFlow__factory":238,"./SuperAppBase__factory":239,"./SuperfluidLoaderLibrary__factory":240}],242:[function(require,module,exports){
|
|
63419
62832
|
"use strict";
|
|
63420
62833
|
/* Autogenerated file. Do not edit manually. */
|
|
63421
62834
|
/* tslint:disable */
|
|
@@ -64378,7 +63791,7 @@ class SuperfluidGovernanceBase__factory {
|
|
|
64378
63791
|
exports.SuperfluidGovernanceBase__factory = SuperfluidGovernanceBase__factory;
|
|
64379
63792
|
SuperfluidGovernanceBase__factory.abi = _abi;
|
|
64380
63793
|
|
|
64381
|
-
},{"ethers":
|
|
63794
|
+
},{"ethers":150}],243:[function(require,module,exports){
|
|
64382
63795
|
"use strict";
|
|
64383
63796
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64384
63797
|
exports.SuperfluidGovernanceIIProxy__factory = void 0;
|
|
@@ -64495,7 +63908,7 @@ exports.SuperfluidGovernanceIIProxy__factory = SuperfluidGovernanceIIProxy__fact
|
|
|
64495
63908
|
SuperfluidGovernanceIIProxy__factory.bytecode = _bytecode;
|
|
64496
63909
|
SuperfluidGovernanceIIProxy__factory.abi = _abi;
|
|
64497
63910
|
|
|
64498
|
-
},{"ethers":
|
|
63911
|
+
},{"ethers":150}],244:[function(require,module,exports){
|
|
64499
63912
|
"use strict";
|
|
64500
63913
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
64501
63914
|
exports.SuperfluidGovernanceII__factory = void 0;
|
|
@@ -65616,7 +65029,7 @@ exports.SuperfluidGovernanceII__factory = SuperfluidGovernanceII__factory;
|
|
|
65616
65029
|
SuperfluidGovernanceII__factory.bytecode = _bytecode;
|
|
65617
65030
|
SuperfluidGovernanceII__factory.abi = _abi;
|
|
65618
65031
|
|
|
65619
|
-
},{"ethers":
|
|
65032
|
+
},{"ethers":150}],245:[function(require,module,exports){
|
|
65620
65033
|
"use strict";
|
|
65621
65034
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
65622
65035
|
exports.SuperfluidGovernanceIIProxy__factory = exports.SuperfluidGovernanceII__factory = void 0;
|
|
@@ -65628,7 +65041,7 @@ Object.defineProperty(exports, "SuperfluidGovernanceII__factory", { enumerable:
|
|
|
65628
65041
|
var SuperfluidGovernanceIIProxy__factory_1 = require("./SuperfluidGovernanceIIProxy__factory");
|
|
65629
65042
|
Object.defineProperty(exports, "SuperfluidGovernanceIIProxy__factory", { enumerable: true, get: function () { return SuperfluidGovernanceIIProxy__factory_1.SuperfluidGovernanceIIProxy__factory; } });
|
|
65630
65043
|
|
|
65631
|
-
},{"./SuperfluidGovernanceIIProxy__factory":
|
|
65044
|
+
},{"./SuperfluidGovernanceIIProxy__factory":243,"./SuperfluidGovernanceII__factory":244}],246:[function(require,module,exports){
|
|
65632
65045
|
"use strict";
|
|
65633
65046
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
65634
65047
|
if (k2 === undefined) k2 = k;
|
|
@@ -65662,7 +65075,7 @@ exports.superfluidGovernanceIiSol = __importStar(require("./SuperfluidGovernance
|
|
|
65662
65075
|
var SuperfluidGovernanceBase__factory_1 = require("./SuperfluidGovernanceBase__factory");
|
|
65663
65076
|
Object.defineProperty(exports, "SuperfluidGovernanceBase__factory", { enumerable: true, get: function () { return SuperfluidGovernanceBase__factory_1.SuperfluidGovernanceBase__factory; } });
|
|
65664
65077
|
|
|
65665
|
-
},{"./SuperfluidGovernanceBase__factory":
|
|
65078
|
+
},{"./SuperfluidGovernanceBase__factory":242,"./SuperfluidGovernanceII.sol":245}],247:[function(require,module,exports){
|
|
65666
65079
|
"use strict";
|
|
65667
65080
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
65668
65081
|
if (k2 === undefined) k2 = k;
|
|
@@ -65703,7 +65116,7 @@ exports.tokens = __importStar(require("./tokens"));
|
|
|
65703
65116
|
exports.upgradability = __importStar(require("./upgradability"));
|
|
65704
65117
|
exports.utils = __importStar(require("./utils"));
|
|
65705
65118
|
|
|
65706
|
-
},{"./agreements":
|
|
65119
|
+
},{"./agreements":237,"./apps":241,"./gov":246,"./interfaces":251,"./libs":280,"./mocks":349,"./superfluid":360,"./tokens":364,"./upgradability":367,"./utils":384}],248:[function(require,module,exports){
|
|
65707
65120
|
"use strict";
|
|
65708
65121
|
/* Autogenerated file. Do not edit manually. */
|
|
65709
65122
|
/* tslint:disable */
|
|
@@ -66680,7 +66093,7 @@ class IConstantFlowAgreementV1__factory {
|
|
|
66680
66093
|
exports.IConstantFlowAgreementV1__factory = IConstantFlowAgreementV1__factory;
|
|
66681
66094
|
IConstantFlowAgreementV1__factory.abi = _abi;
|
|
66682
66095
|
|
|
66683
|
-
},{"ethers":
|
|
66096
|
+
},{"ethers":150}],249:[function(require,module,exports){
|
|
66684
66097
|
"use strict";
|
|
66685
66098
|
/* Autogenerated file. Do not edit manually. */
|
|
66686
66099
|
/* tslint:disable */
|
|
@@ -67684,7 +67097,7 @@ class IInstantDistributionAgreementV1__factory {
|
|
|
67684
67097
|
exports.IInstantDistributionAgreementV1__factory = IInstantDistributionAgreementV1__factory;
|
|
67685
67098
|
IInstantDistributionAgreementV1__factory.abi = _abi;
|
|
67686
67099
|
|
|
67687
|
-
},{"ethers":
|
|
67100
|
+
},{"ethers":150}],250:[function(require,module,exports){
|
|
67688
67101
|
"use strict";
|
|
67689
67102
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67690
67103
|
exports.IInstantDistributionAgreementV1__factory = exports.IConstantFlowAgreementV1__factory = void 0;
|
|
@@ -67696,7 +67109,7 @@ Object.defineProperty(exports, "IConstantFlowAgreementV1__factory", { enumerable
|
|
|
67696
67109
|
var IInstantDistributionAgreementV1__factory_1 = require("./IInstantDistributionAgreementV1__factory");
|
|
67697
67110
|
Object.defineProperty(exports, "IInstantDistributionAgreementV1__factory", { enumerable: true, get: function () { return IInstantDistributionAgreementV1__factory_1.IInstantDistributionAgreementV1__factory; } });
|
|
67698
67111
|
|
|
67699
|
-
},{"./IConstantFlowAgreementV1__factory":
|
|
67112
|
+
},{"./IConstantFlowAgreementV1__factory":248,"./IInstantDistributionAgreementV1__factory":249}],251:[function(require,module,exports){
|
|
67700
67113
|
"use strict";
|
|
67701
67114
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
67702
67115
|
if (k2 === undefined) k2 = k;
|
|
@@ -67731,7 +67144,7 @@ exports.superfluid = __importStar(require("./superfluid"));
|
|
|
67731
67144
|
exports.tokens = __importStar(require("./tokens"));
|
|
67732
67145
|
exports.utils = __importStar(require("./utils"));
|
|
67733
67146
|
|
|
67734
|
-
},{"./agreements":
|
|
67147
|
+
},{"./agreements":250,"./superfluid":262,"./tokens":271,"./utils":275}],252:[function(require,module,exports){
|
|
67735
67148
|
"use strict";
|
|
67736
67149
|
/* Autogenerated file. Do not edit manually. */
|
|
67737
67150
|
/* tslint:disable */
|
|
@@ -68277,7 +67690,7 @@ class IConstantInflowNFT__factory {
|
|
|
68277
67690
|
exports.IConstantInflowNFT__factory = IConstantInflowNFT__factory;
|
|
68278
67691
|
IConstantInflowNFT__factory.abi = _abi;
|
|
68279
67692
|
|
|
68280
|
-
},{"ethers":
|
|
67693
|
+
},{"ethers":150}],253:[function(require,module,exports){
|
|
68281
67694
|
"use strict";
|
|
68282
67695
|
/* Autogenerated file. Do not edit manually. */
|
|
68283
67696
|
/* tslint:disable */
|
|
@@ -68886,7 +68299,7 @@ class IConstantOutflowNFT__factory {
|
|
|
68886
68299
|
exports.IConstantOutflowNFT__factory = IConstantOutflowNFT__factory;
|
|
68887
68300
|
IConstantOutflowNFT__factory.abi = _abi;
|
|
68888
68301
|
|
|
68889
|
-
},{"ethers":
|
|
68302
|
+
},{"ethers":150}],254:[function(require,module,exports){
|
|
68890
68303
|
"use strict";
|
|
68891
68304
|
/* Autogenerated file. Do not edit manually. */
|
|
68892
68305
|
/* tslint:disable */
|
|
@@ -69396,7 +68809,7 @@ class IFlowNFTBase__factory {
|
|
|
69396
68809
|
exports.IFlowNFTBase__factory = IFlowNFTBase__factory;
|
|
69397
68810
|
IFlowNFTBase__factory.abi = _abi;
|
|
69398
68811
|
|
|
69399
|
-
},{"ethers":
|
|
68812
|
+
},{"ethers":150}],255:[function(require,module,exports){
|
|
69400
68813
|
"use strict";
|
|
69401
68814
|
/* Autogenerated file. Do not edit manually. */
|
|
69402
68815
|
/* tslint:disable */
|
|
@@ -69469,7 +68882,7 @@ class ISuperAgreement__factory {
|
|
|
69469
68882
|
exports.ISuperAgreement__factory = ISuperAgreement__factory;
|
|
69470
68883
|
ISuperAgreement__factory.abi = _abi;
|
|
69471
68884
|
|
|
69472
|
-
},{"ethers":
|
|
68885
|
+
},{"ethers":150}],256:[function(require,module,exports){
|
|
69473
68886
|
"use strict";
|
|
69474
68887
|
/* Autogenerated file. Do not edit manually. */
|
|
69475
68888
|
/* tslint:disable */
|
|
@@ -69739,7 +69152,7 @@ class ISuperApp__factory {
|
|
|
69739
69152
|
exports.ISuperApp__factory = ISuperApp__factory;
|
|
69740
69153
|
ISuperApp__factory.abi = _abi;
|
|
69741
69154
|
|
|
69742
|
-
},{"ethers":
|
|
69155
|
+
},{"ethers":150}],257:[function(require,module,exports){
|
|
69743
69156
|
"use strict";
|
|
69744
69157
|
/* Autogenerated file. Do not edit manually. */
|
|
69745
69158
|
/* tslint:disable */
|
|
@@ -70010,7 +69423,7 @@ class ISuperTokenFactory__factory {
|
|
|
70010
69423
|
exports.ISuperTokenFactory__factory = ISuperTokenFactory__factory;
|
|
70011
69424
|
ISuperTokenFactory__factory.abi = _abi;
|
|
70012
69425
|
|
|
70013
|
-
},{"ethers":
|
|
69426
|
+
},{"ethers":150}],258:[function(require,module,exports){
|
|
70014
69427
|
"use strict";
|
|
70015
69428
|
/* Autogenerated file. Do not edit manually. */
|
|
70016
69429
|
/* tslint:disable */
|
|
@@ -71844,7 +71257,7 @@ class ISuperToken__factory {
|
|
|
71844
71257
|
exports.ISuperToken__factory = ISuperToken__factory;
|
|
71845
71258
|
ISuperToken__factory.abi = _abi;
|
|
71846
71259
|
|
|
71847
|
-
},{"ethers":
|
|
71260
|
+
},{"ethers":150}],259:[function(require,module,exports){
|
|
71848
71261
|
"use strict";
|
|
71849
71262
|
/* Autogenerated file. Do not edit manually. */
|
|
71850
71263
|
/* tslint:disable */
|
|
@@ -72099,7 +71512,7 @@ class ISuperfluidGovernance__factory {
|
|
|
72099
71512
|
exports.ISuperfluidGovernance__factory = ISuperfluidGovernance__factory;
|
|
72100
71513
|
ISuperfluidGovernance__factory.abi = _abi;
|
|
72101
71514
|
|
|
72102
|
-
},{"ethers":
|
|
71515
|
+
},{"ethers":150}],260:[function(require,module,exports){
|
|
72103
71516
|
"use strict";
|
|
72104
71517
|
/* Autogenerated file. Do not edit manually. */
|
|
72105
71518
|
/* tslint:disable */
|
|
@@ -72791,7 +72204,7 @@ class ISuperfluidToken__factory {
|
|
|
72791
72204
|
exports.ISuperfluidToken__factory = ISuperfluidToken__factory;
|
|
72792
72205
|
ISuperfluidToken__factory.abi = _abi;
|
|
72793
72206
|
|
|
72794
|
-
},{"ethers":
|
|
72207
|
+
},{"ethers":150}],261:[function(require,module,exports){
|
|
72795
72208
|
"use strict";
|
|
72796
72209
|
/* Autogenerated file. Do not edit manually. */
|
|
72797
72210
|
/* tslint:disable */
|
|
@@ -73937,7 +73350,7 @@ class ISuperfluid__factory {
|
|
|
73937
73350
|
exports.ISuperfluid__factory = ISuperfluid__factory;
|
|
73938
73351
|
ISuperfluid__factory.abi = _abi;
|
|
73939
73352
|
|
|
73940
|
-
},{"ethers":
|
|
73353
|
+
},{"ethers":150}],262:[function(require,module,exports){
|
|
73941
73354
|
"use strict";
|
|
73942
73355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
73943
73356
|
exports.ISuperfluidToken__factory = exports.ISuperfluidGovernance__factory = exports.ISuperfluid__factory = exports.ISuperTokenFactory__factory = exports.ISuperToken__factory = exports.ISuperApp__factory = exports.ISuperAgreement__factory = exports.IFlowNFTBase__factory = exports.IConstantOutflowNFT__factory = exports.IConstantInflowNFT__factory = void 0;
|
|
@@ -73965,7 +73378,7 @@ Object.defineProperty(exports, "ISuperfluidGovernance__factory", { enumerable: t
|
|
|
73965
73378
|
var ISuperfluidToken__factory_1 = require("./ISuperfluidToken__factory");
|
|
73966
73379
|
Object.defineProperty(exports, "ISuperfluidToken__factory", { enumerable: true, get: function () { return ISuperfluidToken__factory_1.ISuperfluidToken__factory; } });
|
|
73967
73380
|
|
|
73968
|
-
},{"./IConstantInflowNFT__factory":
|
|
73381
|
+
},{"./IConstantInflowNFT__factory":252,"./IConstantOutflowNFT__factory":253,"./IFlowNFTBase__factory":254,"./ISuperAgreement__factory":255,"./ISuperApp__factory":256,"./ISuperTokenFactory__factory":257,"./ISuperToken__factory":258,"./ISuperfluidGovernance__factory":259,"./ISuperfluidToken__factory":260,"./ISuperfluid__factory":261}],263:[function(require,module,exports){
|
|
73969
73382
|
"use strict";
|
|
73970
73383
|
/* Autogenerated file. Do not edit manually. */
|
|
73971
73384
|
/* tslint:disable */
|
|
@@ -74208,7 +73621,7 @@ class ERC20WithTokenInfo__factory {
|
|
|
74208
73621
|
exports.ERC20WithTokenInfo__factory = ERC20WithTokenInfo__factory;
|
|
74209
73622
|
ERC20WithTokenInfo__factory.abi = _abi;
|
|
74210
73623
|
|
|
74211
|
-
},{"ethers":
|
|
73624
|
+
},{"ethers":150}],264:[function(require,module,exports){
|
|
74212
73625
|
"use strict";
|
|
74213
73626
|
/* Autogenerated file. Do not edit manually. */
|
|
74214
73627
|
/* tslint:disable */
|
|
@@ -74252,7 +73665,7 @@ class IPureSuperTokenCustom__factory {
|
|
|
74252
73665
|
exports.IPureSuperTokenCustom__factory = IPureSuperTokenCustom__factory;
|
|
74253
73666
|
IPureSuperTokenCustom__factory.abi = _abi;
|
|
74254
73667
|
|
|
74255
|
-
},{"ethers":
|
|
73668
|
+
},{"ethers":150}],265:[function(require,module,exports){
|
|
74256
73669
|
"use strict";
|
|
74257
73670
|
/* Autogenerated file. Do not edit manually. */
|
|
74258
73671
|
/* tslint:disable */
|
|
@@ -76109,7 +75522,7 @@ class IPureSuperToken__factory {
|
|
|
76109
75522
|
exports.IPureSuperToken__factory = IPureSuperToken__factory;
|
|
76110
75523
|
IPureSuperToken__factory.abi = _abi;
|
|
76111
75524
|
|
|
76112
|
-
},{"ethers":
|
|
75525
|
+
},{"ethers":150}],266:[function(require,module,exports){
|
|
76113
75526
|
"use strict";
|
|
76114
75527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
76115
75528
|
exports.IPureSuperTokenCustom__factory = exports.IPureSuperToken__factory = void 0;
|
|
@@ -76121,7 +75534,7 @@ Object.defineProperty(exports, "IPureSuperToken__factory", { enumerable: true, g
|
|
|
76121
75534
|
var IPureSuperTokenCustom__factory_1 = require("./IPureSuperTokenCustom__factory");
|
|
76122
75535
|
Object.defineProperty(exports, "IPureSuperTokenCustom__factory", { enumerable: true, get: function () { return IPureSuperTokenCustom__factory_1.IPureSuperTokenCustom__factory; } });
|
|
76123
75536
|
|
|
76124
|
-
},{"./IPureSuperTokenCustom__factory":
|
|
75537
|
+
},{"./IPureSuperTokenCustom__factory":264,"./IPureSuperToken__factory":265}],267:[function(require,module,exports){
|
|
76125
75538
|
"use strict";
|
|
76126
75539
|
/* Autogenerated file. Do not edit manually. */
|
|
76127
75540
|
/* tslint:disable */
|
|
@@ -76175,7 +75588,7 @@ class ISETHCustom__factory {
|
|
|
76175
75588
|
exports.ISETHCustom__factory = ISETHCustom__factory;
|
|
76176
75589
|
ISETHCustom__factory.abi = _abi;
|
|
76177
75590
|
|
|
76178
|
-
},{"ethers":
|
|
75591
|
+
},{"ethers":150}],268:[function(require,module,exports){
|
|
76179
75592
|
"use strict";
|
|
76180
75593
|
/* Autogenerated file. Do not edit manually. */
|
|
76181
75594
|
/* tslint:disable */
|
|
@@ -78042,7 +77455,7 @@ class ISETH__factory {
|
|
|
78042
77455
|
exports.ISETH__factory = ISETH__factory;
|
|
78043
77456
|
ISETH__factory.abi = _abi;
|
|
78044
77457
|
|
|
78045
|
-
},{"ethers":
|
|
77458
|
+
},{"ethers":150}],269:[function(require,module,exports){
|
|
78046
77459
|
"use strict";
|
|
78047
77460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78048
77461
|
exports.ISETHCustom__factory = exports.ISETH__factory = void 0;
|
|
@@ -78054,7 +77467,7 @@ Object.defineProperty(exports, "ISETH__factory", { enumerable: true, get: functi
|
|
|
78054
77467
|
var ISETHCustom__factory_1 = require("./ISETHCustom__factory");
|
|
78055
77468
|
Object.defineProperty(exports, "ISETHCustom__factory", { enumerable: true, get: function () { return ISETHCustom__factory_1.ISETHCustom__factory; } });
|
|
78056
77469
|
|
|
78057
|
-
},{"./ISETHCustom__factory":
|
|
77470
|
+
},{"./ISETHCustom__factory":267,"./ISETH__factory":268}],270:[function(require,module,exports){
|
|
78058
77471
|
"use strict";
|
|
78059
77472
|
/* Autogenerated file. Do not edit manually. */
|
|
78060
77473
|
/* tslint:disable */
|
|
@@ -78114,7 +77527,7 @@ class TokenInfo__factory {
|
|
|
78114
77527
|
exports.TokenInfo__factory = TokenInfo__factory;
|
|
78115
77528
|
TokenInfo__factory.abi = _abi;
|
|
78116
77529
|
|
|
78117
|
-
},{"ethers":
|
|
77530
|
+
},{"ethers":150}],271:[function(require,module,exports){
|
|
78118
77531
|
"use strict";
|
|
78119
77532
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
78120
77533
|
if (k2 === undefined) k2 = k;
|
|
@@ -78151,7 +77564,7 @@ Object.defineProperty(exports, "ERC20WithTokenInfo__factory", { enumerable: true
|
|
|
78151
77564
|
var TokenInfo__factory_1 = require("./TokenInfo__factory");
|
|
78152
77565
|
Object.defineProperty(exports, "TokenInfo__factory", { enumerable: true, get: function () { return TokenInfo__factory_1.TokenInfo__factory; } });
|
|
78153
77566
|
|
|
78154
|
-
},{"./ERC20WithTokenInfo__factory":
|
|
77567
|
+
},{"./ERC20WithTokenInfo__factory":263,"./IPureSuperToken.sol":266,"./ISETH.sol":269,"./TokenInfo__factory":270}],272:[function(require,module,exports){
|
|
78155
77568
|
"use strict";
|
|
78156
77569
|
/* Autogenerated file. Do not edit manually. */
|
|
78157
77570
|
/* tslint:disable */
|
|
@@ -78214,7 +77627,7 @@ class IMultiSigWallet__factory {
|
|
|
78214
77627
|
exports.IMultiSigWallet__factory = IMultiSigWallet__factory;
|
|
78215
77628
|
IMultiSigWallet__factory.abi = _abi;
|
|
78216
77629
|
|
|
78217
|
-
},{"ethers":
|
|
77630
|
+
},{"ethers":150}],273:[function(require,module,exports){
|
|
78218
77631
|
"use strict";
|
|
78219
77632
|
/* Autogenerated file. Do not edit manually. */
|
|
78220
77633
|
/* tslint:disable */
|
|
@@ -78267,7 +77680,7 @@ class IRelayRecipient__factory {
|
|
|
78267
77680
|
exports.IRelayRecipient__factory = IRelayRecipient__factory;
|
|
78268
77681
|
IRelayRecipient__factory.abi = _abi;
|
|
78269
77682
|
|
|
78270
|
-
},{"ethers":
|
|
77683
|
+
},{"ethers":150}],274:[function(require,module,exports){
|
|
78271
77684
|
"use strict";
|
|
78272
77685
|
/* Autogenerated file. Do not edit manually. */
|
|
78273
77686
|
/* tslint:disable */
|
|
@@ -78344,7 +77757,7 @@ class IResolver__factory {
|
|
|
78344
77757
|
exports.IResolver__factory = IResolver__factory;
|
|
78345
77758
|
IResolver__factory.abi = _abi;
|
|
78346
77759
|
|
|
78347
|
-
},{"ethers":
|
|
77760
|
+
},{"ethers":150}],275:[function(require,module,exports){
|
|
78348
77761
|
"use strict";
|
|
78349
77762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78350
77763
|
exports.IResolver__factory = exports.IRelayRecipient__factory = exports.IMultiSigWallet__factory = void 0;
|
|
@@ -78358,7 +77771,7 @@ Object.defineProperty(exports, "IRelayRecipient__factory", { enumerable: true, g
|
|
|
78358
77771
|
var IResolver__factory_1 = require("./IResolver__factory");
|
|
78359
77772
|
Object.defineProperty(exports, "IResolver__factory", { enumerable: true, get: function () { return IResolver__factory_1.IResolver__factory; } });
|
|
78360
77773
|
|
|
78361
|
-
},{"./IMultiSigWallet__factory":
|
|
77774
|
+
},{"./IMultiSigWallet__factory":272,"./IRelayRecipient__factory":273,"./IResolver__factory":274}],276:[function(require,module,exports){
|
|
78362
77775
|
"use strict";
|
|
78363
77776
|
/* Autogenerated file. Do not edit manually. */
|
|
78364
77777
|
/* tslint:disable */
|
|
@@ -78411,7 +77824,7 @@ class BaseRelayRecipient__factory {
|
|
|
78411
77824
|
exports.BaseRelayRecipient__factory = BaseRelayRecipient__factory;
|
|
78412
77825
|
BaseRelayRecipient__factory.abi = _abi;
|
|
78413
77826
|
|
|
78414
|
-
},{"ethers":
|
|
77827
|
+
},{"ethers":150}],277:[function(require,module,exports){
|
|
78415
77828
|
"use strict";
|
|
78416
77829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78417
77830
|
exports.EventsEmitter__factory = void 0;
|
|
@@ -78480,7 +77893,7 @@ exports.EventsEmitter__factory = EventsEmitter__factory;
|
|
|
78480
77893
|
EventsEmitter__factory.bytecode = _bytecode;
|
|
78481
77894
|
EventsEmitter__factory.abi = _abi;
|
|
78482
77895
|
|
|
78483
|
-
},{"ethers":
|
|
77896
|
+
},{"ethers":150}],278:[function(require,module,exports){
|
|
78484
77897
|
"use strict";
|
|
78485
77898
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78486
77899
|
exports.SafeGasLibrary__factory = void 0;
|
|
@@ -78529,7 +77942,7 @@ exports.SafeGasLibrary__factory = SafeGasLibrary__factory;
|
|
|
78529
77942
|
SafeGasLibrary__factory.bytecode = _bytecode;
|
|
78530
77943
|
SafeGasLibrary__factory.abi = _abi;
|
|
78531
77944
|
|
|
78532
|
-
},{"ethers":
|
|
77945
|
+
},{"ethers":150}],279:[function(require,module,exports){
|
|
78533
77946
|
"use strict";
|
|
78534
77947
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78535
77948
|
exports.SlotsBitmapLibrary__factory = void 0;
|
|
@@ -78612,7 +78025,7 @@ exports.SlotsBitmapLibrary__factory = SlotsBitmapLibrary__factory;
|
|
|
78612
78025
|
SlotsBitmapLibrary__factory.bytecode = _bytecode;
|
|
78613
78026
|
SlotsBitmapLibrary__factory.abi = _abi;
|
|
78614
78027
|
|
|
78615
|
-
},{"ethers":
|
|
78028
|
+
},{"ethers":150}],280:[function(require,module,exports){
|
|
78616
78029
|
"use strict";
|
|
78617
78030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78618
78031
|
exports.SlotsBitmapLibrary__factory = exports.SafeGasLibrary__factory = exports.EventsEmitter__factory = exports.BaseRelayRecipient__factory = void 0;
|
|
@@ -78628,7 +78041,7 @@ Object.defineProperty(exports, "SafeGasLibrary__factory", { enumerable: true, ge
|
|
|
78628
78041
|
var SlotsBitmapLibrary__factory_1 = require("./SlotsBitmapLibrary__factory");
|
|
78629
78042
|
Object.defineProperty(exports, "SlotsBitmapLibrary__factory", { enumerable: true, get: function () { return SlotsBitmapLibrary__factory_1.SlotsBitmapLibrary__factory; } });
|
|
78630
78043
|
|
|
78631
|
-
},{"./BaseRelayRecipient__factory":
|
|
78044
|
+
},{"./BaseRelayRecipient__factory":276,"./EventsEmitter__factory":277,"./SafeGasLibrary__factory":278,"./SlotsBitmapLibrary__factory":279}],281:[function(require,module,exports){
|
|
78632
78045
|
"use strict";
|
|
78633
78046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78634
78047
|
exports.AgreementMock__factory = void 0;
|
|
@@ -79486,7 +78899,7 @@ exports.AgreementMock__factory = AgreementMock__factory;
|
|
|
79486
78899
|
AgreementMock__factory.bytecode = _bytecode;
|
|
79487
78900
|
AgreementMock__factory.abi = _abi;
|
|
79488
78901
|
|
|
79489
|
-
},{"ethers":
|
|
78902
|
+
},{"ethers":150}],282:[function(require,module,exports){
|
|
79490
78903
|
"use strict";
|
|
79491
78904
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79492
78905
|
exports.ClosingOnUpdateFlowTestApp__factory = void 0;
|
|
@@ -79795,7 +79208,7 @@ exports.ClosingOnUpdateFlowTestApp__factory = ClosingOnUpdateFlowTestApp__factor
|
|
|
79795
79208
|
ClosingOnUpdateFlowTestApp__factory.bytecode = _bytecode;
|
|
79796
79209
|
ClosingOnUpdateFlowTestApp__factory.abi = _abi;
|
|
79797
79210
|
|
|
79798
|
-
},{"ethers":
|
|
79211
|
+
},{"ethers":150}],283:[function(require,module,exports){
|
|
79799
79212
|
"use strict";
|
|
79800
79213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79801
79214
|
exports.ExclusiveInflowTestApp__factory = void 0;
|
|
@@ -80104,7 +79517,7 @@ exports.ExclusiveInflowTestApp__factory = ExclusiveInflowTestApp__factory;
|
|
|
80104
79517
|
ExclusiveInflowTestApp__factory.bytecode = _bytecode;
|
|
80105
79518
|
ExclusiveInflowTestApp__factory.abi = _abi;
|
|
80106
79519
|
|
|
80107
|
-
},{"ethers":
|
|
79520
|
+
},{"ethers":150}],284:[function(require,module,exports){
|
|
80108
79521
|
"use strict";
|
|
80109
79522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80110
79523
|
exports.FlowExchangeTestApp__factory = void 0;
|
|
@@ -80418,7 +79831,7 @@ exports.FlowExchangeTestApp__factory = FlowExchangeTestApp__factory;
|
|
|
80418
79831
|
FlowExchangeTestApp__factory.bytecode = _bytecode;
|
|
80419
79832
|
FlowExchangeTestApp__factory.abi = _abi;
|
|
80420
79833
|
|
|
80421
|
-
},{"ethers":
|
|
79834
|
+
},{"ethers":150}],285:[function(require,module,exports){
|
|
80422
79835
|
"use strict";
|
|
80423
79836
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80424
79837
|
exports.NonClosableOutflowTestApp__factory = void 0;
|
|
@@ -80750,7 +80163,7 @@ exports.NonClosableOutflowTestApp__factory = NonClosableOutflowTestApp__factory;
|
|
|
80750
80163
|
NonClosableOutflowTestApp__factory.bytecode = _bytecode;
|
|
80751
80164
|
NonClosableOutflowTestApp__factory.abi = _abi;
|
|
80752
80165
|
|
|
80753
|
-
},{"ethers":
|
|
80166
|
+
},{"ethers":150}],286:[function(require,module,exports){
|
|
80754
80167
|
"use strict";
|
|
80755
80168
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80756
80169
|
exports.SelfDeletingFlowTestApp__factory = void 0;
|
|
@@ -81059,7 +80472,7 @@ exports.SelfDeletingFlowTestApp__factory = SelfDeletingFlowTestApp__factory;
|
|
|
81059
80472
|
SelfDeletingFlowTestApp__factory.bytecode = _bytecode;
|
|
81060
80473
|
SelfDeletingFlowTestApp__factory.abi = _abi;
|
|
81061
80474
|
|
|
81062
|
-
},{"ethers":
|
|
80475
|
+
},{"ethers":150}],287:[function(require,module,exports){
|
|
81063
80476
|
"use strict";
|
|
81064
80477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81065
80478
|
exports.SelfDeletingFlowTestApp__factory = exports.NonClosableOutflowTestApp__factory = exports.FlowExchangeTestApp__factory = exports.ExclusiveInflowTestApp__factory = exports.ClosingOnUpdateFlowTestApp__factory = void 0;
|
|
@@ -81077,7 +80490,7 @@ Object.defineProperty(exports, "NonClosableOutflowTestApp__factory", { enumerabl
|
|
|
81077
80490
|
var SelfDeletingFlowTestApp__factory_1 = require("./SelfDeletingFlowTestApp__factory");
|
|
81078
80491
|
Object.defineProperty(exports, "SelfDeletingFlowTestApp__factory", { enumerable: true, get: function () { return SelfDeletingFlowTestApp__factory_1.SelfDeletingFlowTestApp__factory; } });
|
|
81079
80492
|
|
|
81080
|
-
},{"./ClosingOnUpdateFlowTestApp__factory":
|
|
80493
|
+
},{"./ClosingOnUpdateFlowTestApp__factory":282,"./ExclusiveInflowTestApp__factory":283,"./FlowExchangeTestApp__factory":284,"./NonClosableOutflowTestApp__factory":285,"./SelfDeletingFlowTestApp__factory":286}],288:[function(require,module,exports){
|
|
81081
80494
|
"use strict";
|
|
81082
80495
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81083
80496
|
exports.CFALibraryMock__factory = void 0;
|
|
@@ -81357,7 +80770,7 @@ exports.CFALibraryMock__factory = CFALibraryMock__factory;
|
|
|
81357
80770
|
CFALibraryMock__factory.bytecode = _bytecode;
|
|
81358
80771
|
CFALibraryMock__factory.abi = _abi;
|
|
81359
80772
|
|
|
81360
|
-
},{"ethers":
|
|
80773
|
+
},{"ethers":150}],289:[function(require,module,exports){
|
|
81361
80774
|
"use strict";
|
|
81362
80775
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81363
80776
|
exports.CFALibrarySuperAppMock__factory = void 0;
|
|
@@ -81702,7 +81115,7 @@ exports.CFALibrarySuperAppMock__factory = CFALibrarySuperAppMock__factory;
|
|
|
81702
81115
|
CFALibrarySuperAppMock__factory.bytecode = _bytecode;
|
|
81703
81116
|
CFALibrarySuperAppMock__factory.abi = _abi;
|
|
81704
81117
|
|
|
81705
|
-
},{"ethers":
|
|
81118
|
+
},{"ethers":150}],290:[function(require,module,exports){
|
|
81706
81119
|
"use strict";
|
|
81707
81120
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81708
81121
|
exports.CFALibrarySuperAppMock__factory = exports.CFALibraryMock__factory = void 0;
|
|
@@ -81714,7 +81127,7 @@ Object.defineProperty(exports, "CFALibraryMock__factory", { enumerable: true, ge
|
|
|
81714
81127
|
var CFALibrarySuperAppMock__factory_1 = require("./CFALibrarySuperAppMock__factory");
|
|
81715
81128
|
Object.defineProperty(exports, "CFALibrarySuperAppMock__factory", { enumerable: true, get: function () { return CFALibrarySuperAppMock__factory_1.CFALibrarySuperAppMock__factory; } });
|
|
81716
81129
|
|
|
81717
|
-
},{"./CFALibraryMock__factory":
|
|
81130
|
+
},{"./CFALibraryMock__factory":288,"./CFALibrarySuperAppMock__factory":289}],291:[function(require,module,exports){
|
|
81718
81131
|
"use strict";
|
|
81719
81132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81720
81133
|
exports.ConstantInflowNFTMock__factory = void 0;
|
|
@@ -82539,7 +81952,7 @@ exports.ConstantInflowNFTMock__factory = ConstantInflowNFTMock__factory;
|
|
|
82539
81952
|
ConstantInflowNFTMock__factory.bytecode = _bytecode;
|
|
82540
81953
|
ConstantInflowNFTMock__factory.abi = _abi;
|
|
82541
81954
|
|
|
82542
|
-
},{"ethers":
|
|
81955
|
+
},{"ethers":150}],292:[function(require,module,exports){
|
|
82543
81956
|
"use strict";
|
|
82544
81957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
82545
81958
|
exports.ConstantOutflowNFTMock__factory = void 0;
|
|
@@ -83396,7 +82809,7 @@ exports.ConstantOutflowNFTMock__factory = ConstantOutflowNFTMock__factory;
|
|
|
83396
82809
|
ConstantOutflowNFTMock__factory.bytecode = _bytecode;
|
|
83397
82810
|
ConstantOutflowNFTMock__factory.abi = _abi;
|
|
83398
82811
|
|
|
83399
|
-
},{"ethers":
|
|
82812
|
+
},{"ethers":150}],293:[function(require,module,exports){
|
|
83400
82813
|
"use strict";
|
|
83401
82814
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
83402
82815
|
exports.NoNFTSuperTokenMock__factory = void 0;
|
|
@@ -84241,7 +83654,7 @@ exports.NoNFTSuperTokenMock__factory = NoNFTSuperTokenMock__factory;
|
|
|
84241
83654
|
NoNFTSuperTokenMock__factory.bytecode = _bytecode;
|
|
84242
83655
|
NoNFTSuperTokenMock__factory.abi = _abi;
|
|
84243
83656
|
|
|
84244
|
-
},{"ethers":
|
|
83657
|
+
},{"ethers":150}],294:[function(require,module,exports){
|
|
84245
83658
|
"use strict";
|
|
84246
83659
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84247
83660
|
exports.NoNFTSuperTokenMock__factory = exports.ConstantOutflowNFTMock__factory = exports.ConstantInflowNFTMock__factory = void 0;
|
|
@@ -84255,7 +83668,7 @@ Object.defineProperty(exports, "ConstantOutflowNFTMock__factory", { enumerable:
|
|
|
84255
83668
|
var NoNFTSuperTokenMock__factory_1 = require("./NoNFTSuperTokenMock__factory");
|
|
84256
83669
|
Object.defineProperty(exports, "NoNFTSuperTokenMock__factory", { enumerable: true, get: function () { return NoNFTSuperTokenMock__factory_1.NoNFTSuperTokenMock__factory; } });
|
|
84257
83670
|
|
|
84258
|
-
},{"./ConstantInflowNFTMock__factory":
|
|
83671
|
+
},{"./ConstantInflowNFTMock__factory":291,"./ConstantOutflowNFTMock__factory":292,"./NoNFTSuperTokenMock__factory":293}],295:[function(require,module,exports){
|
|
84259
83672
|
"use strict";
|
|
84260
83673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84261
83674
|
exports.ConstantInflowNFTStorageLayoutMock__factory = void 0;
|
|
@@ -84988,7 +84401,7 @@ exports.ConstantInflowNFTStorageLayoutMock__factory = ConstantInflowNFTStorageLa
|
|
|
84988
84401
|
ConstantInflowNFTStorageLayoutMock__factory.bytecode = _bytecode;
|
|
84989
84402
|
ConstantInflowNFTStorageLayoutMock__factory.abi = _abi;
|
|
84990
84403
|
|
|
84991
|
-
},{"ethers":
|
|
84404
|
+
},{"ethers":150}],296:[function(require,module,exports){
|
|
84992
84405
|
"use strict";
|
|
84993
84406
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84994
84407
|
exports.ConstantOutflowNFTStorageLayoutMock__factory = void 0;
|
|
@@ -85784,7 +85197,7 @@ exports.ConstantOutflowNFTStorageLayoutMock__factory = ConstantOutflowNFTStorage
|
|
|
85784
85197
|
ConstantOutflowNFTStorageLayoutMock__factory.bytecode = _bytecode;
|
|
85785
85198
|
ConstantOutflowNFTStorageLayoutMock__factory.abi = _abi;
|
|
85786
85199
|
|
|
85787
|
-
},{"ethers":
|
|
85200
|
+
},{"ethers":150}],297:[function(require,module,exports){
|
|
85788
85201
|
"use strict";
|
|
85789
85202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85790
85203
|
exports.FlowNFTBaseStorageLayoutMock__factory = void 0;
|
|
@@ -86463,7 +85876,7 @@ exports.FlowNFTBaseStorageLayoutMock__factory = FlowNFTBaseStorageLayoutMock__fa
|
|
|
86463
85876
|
FlowNFTBaseStorageLayoutMock__factory.bytecode = _bytecode;
|
|
86464
85877
|
FlowNFTBaseStorageLayoutMock__factory.abi = _abi;
|
|
86465
85878
|
|
|
86466
|
-
},{"ethers":
|
|
85879
|
+
},{"ethers":150}],298:[function(require,module,exports){
|
|
86467
85880
|
"use strict";
|
|
86468
85881
|
/* Autogenerated file. Do not edit manually. */
|
|
86469
85882
|
/* tslint:disable */
|
|
@@ -86495,7 +85908,7 @@ class IFlowNFTBaseMockErrors__factory {
|
|
|
86495
85908
|
exports.IFlowNFTBaseMockErrors__factory = IFlowNFTBaseMockErrors__factory;
|
|
86496
85909
|
IFlowNFTBaseMockErrors__factory.abi = _abi;
|
|
86497
85910
|
|
|
86498
|
-
},{"ethers":
|
|
85911
|
+
},{"ethers":150}],299:[function(require,module,exports){
|
|
86499
85912
|
"use strict";
|
|
86500
85913
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86501
85914
|
exports.IFlowNFTBaseMockErrors__factory = exports.FlowNFTBaseStorageLayoutMock__factory = exports.ConstantOutflowNFTStorageLayoutMock__factory = exports.ConstantInflowNFTStorageLayoutMock__factory = void 0;
|
|
@@ -86511,7 +85924,7 @@ Object.defineProperty(exports, "FlowNFTBaseStorageLayoutMock__factory", { enumer
|
|
|
86511
85924
|
var IFlowNFTBaseMockErrors__factory_1 = require("./IFlowNFTBaseMockErrors__factory");
|
|
86512
85925
|
Object.defineProperty(exports, "IFlowNFTBaseMockErrors__factory", { enumerable: true, get: function () { return IFlowNFTBaseMockErrors__factory_1.IFlowNFTBaseMockErrors__factory; } });
|
|
86513
85926
|
|
|
86514
|
-
},{"./ConstantInflowNFTStorageLayoutMock__factory":
|
|
85927
|
+
},{"./ConstantInflowNFTStorageLayoutMock__factory":295,"./ConstantOutflowNFTStorageLayoutMock__factory":296,"./FlowNFTBaseStorageLayoutMock__factory":297,"./IFlowNFTBaseMockErrors__factory":298}],300:[function(require,module,exports){
|
|
86515
85928
|
"use strict";
|
|
86516
85929
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86517
85930
|
exports.CallUtilsMock__factory = void 0;
|
|
@@ -86705,7 +86118,7 @@ exports.CallUtilsMock__factory = CallUtilsMock__factory;
|
|
|
86705
86118
|
CallUtilsMock__factory.bytecode = _bytecode;
|
|
86706
86119
|
CallUtilsMock__factory.abi = _abi;
|
|
86707
86120
|
|
|
86708
|
-
},{"ethers":
|
|
86121
|
+
},{"ethers":150}],301:[function(require,module,exports){
|
|
86709
86122
|
"use strict";
|
|
86710
86123
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86711
86124
|
exports.CallUtilsTester__factory = void 0;
|
|
@@ -86756,7 +86169,7 @@ exports.CallUtilsTester__factory = CallUtilsTester__factory;
|
|
|
86756
86169
|
CallUtilsTester__factory.bytecode = _bytecode;
|
|
86757
86170
|
CallUtilsTester__factory.abi = _abi;
|
|
86758
86171
|
|
|
86759
|
-
},{"ethers":
|
|
86172
|
+
},{"ethers":150}],302:[function(require,module,exports){
|
|
86760
86173
|
"use strict";
|
|
86761
86174
|
/* Autogenerated file. Do not edit manually. */
|
|
86762
86175
|
/* tslint:disable */
|
|
@@ -86885,7 +86298,7 @@ class CustomSuperTokenBaseMock__factory {
|
|
|
86885
86298
|
exports.CustomSuperTokenBaseMock__factory = CustomSuperTokenBaseMock__factory;
|
|
86886
86299
|
CustomSuperTokenBaseMock__factory.abi = _abi;
|
|
86887
86300
|
|
|
86888
|
-
},{"ethers":
|
|
86301
|
+
},{"ethers":150}],303:[function(require,module,exports){
|
|
86889
86302
|
"use strict";
|
|
86890
86303
|
/* Autogenerated file. Do not edit manually. */
|
|
86891
86304
|
/* tslint:disable */
|
|
@@ -88827,7 +88240,7 @@ class CustomSuperTokenMock__factory {
|
|
|
88827
88240
|
exports.CustomSuperTokenMock__factory = CustomSuperTokenMock__factory;
|
|
88828
88241
|
CustomSuperTokenMock__factory.abi = _abi;
|
|
88829
88242
|
|
|
88830
|
-
},{"ethers":
|
|
88243
|
+
},{"ethers":150}],304:[function(require,module,exports){
|
|
88831
88244
|
"use strict";
|
|
88832
88245
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88833
88246
|
exports.CustomSuperTokenProxyMock__factory = void 0;
|
|
@@ -89025,7 +88438,7 @@ exports.CustomSuperTokenProxyMock__factory = CustomSuperTokenProxyMock__factory;
|
|
|
89025
88438
|
CustomSuperTokenProxyMock__factory.bytecode = _bytecode;
|
|
89026
88439
|
CustomSuperTokenProxyMock__factory.abi = _abi;
|
|
89027
88440
|
|
|
89028
|
-
},{"ethers":
|
|
88441
|
+
},{"ethers":150}],305:[function(require,module,exports){
|
|
89029
88442
|
"use strict";
|
|
89030
88443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89031
88444
|
exports.CustomSuperTokenProxyMock__factory = exports.CustomSuperTokenMock__factory = exports.CustomSuperTokenBaseMock__factory = void 0;
|
|
@@ -89039,7 +88452,7 @@ Object.defineProperty(exports, "CustomSuperTokenMock__factory", { enumerable: tr
|
|
|
89039
88452
|
var CustomSuperTokenProxyMock__factory_1 = require("./CustomSuperTokenProxyMock__factory");
|
|
89040
88453
|
Object.defineProperty(exports, "CustomSuperTokenProxyMock__factory", { enumerable: true, get: function () { return CustomSuperTokenProxyMock__factory_1.CustomSuperTokenProxyMock__factory; } });
|
|
89041
88454
|
|
|
89042
|
-
},{"./CustomSuperTokenBaseMock__factory":
|
|
88455
|
+
},{"./CustomSuperTokenBaseMock__factory":302,"./CustomSuperTokenMock__factory":303,"./CustomSuperTokenProxyMock__factory":304}],306:[function(require,module,exports){
|
|
89043
88456
|
"use strict";
|
|
89044
88457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89045
88458
|
exports.ERC777RecipientDrainingGas__factory = void 0;
|
|
@@ -89164,7 +88577,7 @@ exports.ERC777RecipientDrainingGas__factory = ERC777RecipientDrainingGas__factor
|
|
|
89164
88577
|
ERC777RecipientDrainingGas__factory.bytecode = _bytecode;
|
|
89165
88578
|
ERC777RecipientDrainingGas__factory.abi = _abi;
|
|
89166
88579
|
|
|
89167
|
-
},{"ethers":
|
|
88580
|
+
},{"ethers":150}],307:[function(require,module,exports){
|
|
89168
88581
|
"use strict";
|
|
89169
88582
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89170
88583
|
exports.ERC777RecipientReverting__factory = void 0;
|
|
@@ -89275,7 +88688,7 @@ exports.ERC777RecipientReverting__factory = ERC777RecipientReverting__factory;
|
|
|
89275
88688
|
ERC777RecipientReverting__factory.bytecode = _bytecode;
|
|
89276
88689
|
ERC777RecipientReverting__factory.abi = _abi;
|
|
89277
88690
|
|
|
89278
|
-
},{"ethers":
|
|
88691
|
+
},{"ethers":150}],308:[function(require,module,exports){
|
|
89279
88692
|
"use strict";
|
|
89280
88693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89281
88694
|
exports.ERC777SenderRecipientMock__factory = void 0;
|
|
@@ -89696,7 +89109,7 @@ exports.ERC777SenderRecipientMock__factory = ERC777SenderRecipientMock__factory;
|
|
|
89696
89109
|
ERC777SenderRecipientMock__factory.bytecode = _bytecode;
|
|
89697
89110
|
ERC777SenderRecipientMock__factory.abi = _abi;
|
|
89698
89111
|
|
|
89699
|
-
},{"ethers":
|
|
89112
|
+
},{"ethers":150}],309:[function(require,module,exports){
|
|
89700
89113
|
"use strict";
|
|
89701
89114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89702
89115
|
exports.ERC777SenderRecipientMock__factory = exports.ERC777RecipientReverting__factory = exports.ERC777RecipientDrainingGas__factory = void 0;
|
|
@@ -89710,7 +89123,7 @@ Object.defineProperty(exports, "ERC777RecipientReverting__factory", { enumerable
|
|
|
89710
89123
|
var ERC777SenderRecipientMock__factory_1 = require("./ERC777SenderRecipientMock__factory");
|
|
89711
89124
|
Object.defineProperty(exports, "ERC777SenderRecipientMock__factory", { enumerable: true, get: function () { return ERC777SenderRecipientMock__factory_1.ERC777SenderRecipientMock__factory; } });
|
|
89712
89125
|
|
|
89713
|
-
},{"./ERC777RecipientDrainingGas__factory":
|
|
89126
|
+
},{"./ERC777RecipientDrainingGas__factory":306,"./ERC777RecipientReverting__factory":307,"./ERC777SenderRecipientMock__factory":308}],310:[function(require,module,exports){
|
|
89714
89127
|
"use strict";
|
|
89715
89128
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89716
89129
|
exports.FakeSuperfluidMock__factory = void 0;
|
|
@@ -89772,7 +89185,7 @@ exports.FakeSuperfluidMock__factory = FakeSuperfluidMock__factory;
|
|
|
89772
89185
|
FakeSuperfluidMock__factory.bytecode = _bytecode;
|
|
89773
89186
|
FakeSuperfluidMock__factory.abi = _abi;
|
|
89774
89187
|
|
|
89775
|
-
},{"ethers":
|
|
89188
|
+
},{"ethers":150}],311:[function(require,module,exports){
|
|
89776
89189
|
"use strict";
|
|
89777
89190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89778
89191
|
exports.ForwarderMock__factory = void 0;
|
|
@@ -89856,7 +89269,7 @@ exports.ForwarderMock__factory = ForwarderMock__factory;
|
|
|
89856
89269
|
ForwarderMock__factory.bytecode = _bytecode;
|
|
89857
89270
|
ForwarderMock__factory.abi = _abi;
|
|
89858
89271
|
|
|
89859
|
-
},{"ethers":
|
|
89272
|
+
},{"ethers":150}],312:[function(require,module,exports){
|
|
89860
89273
|
"use strict";
|
|
89861
89274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89862
89275
|
exports.IDASuperAppTester__factory = void 0;
|
|
@@ -90292,7 +89705,7 @@ exports.IDASuperAppTester__factory = IDASuperAppTester__factory;
|
|
|
90292
89705
|
IDASuperAppTester__factory.bytecode = _bytecode;
|
|
90293
89706
|
IDASuperAppTester__factory.abi = _abi;
|
|
90294
89707
|
|
|
90295
|
-
},{"ethers":
|
|
89708
|
+
},{"ethers":150}],313:[function(require,module,exports){
|
|
90296
89709
|
"use strict";
|
|
90297
89710
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90298
89711
|
exports.IDAv1LibraryMock__factory = void 0;
|
|
@@ -90985,7 +90398,7 @@ exports.IDAv1LibraryMock__factory = IDAv1LibraryMock__factory;
|
|
|
90985
90398
|
IDAv1LibraryMock__factory.bytecode = _bytecode;
|
|
90986
90399
|
IDAv1LibraryMock__factory.abi = _abi;
|
|
90987
90400
|
|
|
90988
|
-
},{"ethers":
|
|
90401
|
+
},{"ethers":150}],314:[function(require,module,exports){
|
|
90989
90402
|
"use strict";
|
|
90990
90403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90991
90404
|
exports.IDAv1LibrarySuperAppMock__factory = void 0;
|
|
@@ -91927,7 +91340,7 @@ exports.IDAv1LibrarySuperAppMock__factory = IDAv1LibrarySuperAppMock__factory;
|
|
|
91927
91340
|
IDAv1LibrarySuperAppMock__factory.bytecode = _bytecode;
|
|
91928
91341
|
IDAv1LibrarySuperAppMock__factory.abi = _abi;
|
|
91929
91342
|
|
|
91930
|
-
},{"ethers":
|
|
91343
|
+
},{"ethers":150}],315:[function(require,module,exports){
|
|
91931
91344
|
"use strict";
|
|
91932
91345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91933
91346
|
exports.IDAv1LibrarySuperAppMock__factory = exports.IDAv1LibraryMock__factory = void 0;
|
|
@@ -91939,7 +91352,7 @@ Object.defineProperty(exports, "IDAv1LibraryMock__factory", { enumerable: true,
|
|
|
91939
91352
|
var IDAv1LibrarySuperAppMock__factory_1 = require("./IDAv1LibrarySuperAppMock__factory");
|
|
91940
91353
|
Object.defineProperty(exports, "IDAv1LibrarySuperAppMock__factory", { enumerable: true, get: function () { return IDAv1LibrarySuperAppMock__factory_1.IDAv1LibrarySuperAppMock__factory; } });
|
|
91941
91354
|
|
|
91942
|
-
},{"./IDAv1LibraryMock__factory":
|
|
91355
|
+
},{"./IDAv1LibraryMock__factory":313,"./IDAv1LibrarySuperAppMock__factory":314}],316:[function(require,module,exports){
|
|
91943
91356
|
"use strict";
|
|
91944
91357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91945
91358
|
exports.MockSmartWallet__factory = void 0;
|
|
@@ -92034,7 +91447,7 @@ exports.MockSmartWallet__factory = MockSmartWallet__factory;
|
|
|
92034
91447
|
MockSmartWallet__factory.bytecode = _bytecode;
|
|
92035
91448
|
MockSmartWallet__factory.abi = _abi;
|
|
92036
91449
|
|
|
92037
|
-
},{"ethers":
|
|
91450
|
+
},{"ethers":150}],317:[function(require,module,exports){
|
|
92038
91451
|
"use strict";
|
|
92039
91452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92040
91453
|
exports.MultiFlowTesterApp__factory = void 0;
|
|
@@ -92377,7 +91790,7 @@ exports.MultiFlowTesterApp__factory = MultiFlowTesterApp__factory;
|
|
|
92377
91790
|
MultiFlowTesterApp__factory.bytecode = _bytecode;
|
|
92378
91791
|
MultiFlowTesterApp__factory.abi = _abi;
|
|
92379
91792
|
|
|
92380
|
-
},{"ethers":
|
|
91793
|
+
},{"ethers":150}],318:[function(require,module,exports){
|
|
92381
91794
|
"use strict";
|
|
92382
91795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92383
91796
|
exports.StreamRedirector__factory = void 0;
|
|
@@ -92861,7 +92274,7 @@ exports.StreamRedirector__factory = StreamRedirector__factory;
|
|
|
92861
92274
|
StreamRedirector__factory.bytecode = _bytecode;
|
|
92862
92275
|
StreamRedirector__factory.abi = _abi;
|
|
92863
92276
|
|
|
92864
|
-
},{"ethers":
|
|
92277
|
+
},{"ethers":150}],319:[function(require,module,exports){
|
|
92865
92278
|
"use strict";
|
|
92866
92279
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92867
92280
|
exports.SuperAppBaseFlowTester__factory = void 0;
|
|
@@ -93333,7 +92746,7 @@ exports.SuperAppBaseFlowTester__factory = SuperAppBaseFlowTester__factory;
|
|
|
93333
92746
|
SuperAppBaseFlowTester__factory.bytecode = _bytecode;
|
|
93334
92747
|
SuperAppBaseFlowTester__factory.abi = _abi;
|
|
93335
92748
|
|
|
93336
|
-
},{"ethers":
|
|
92749
|
+
},{"ethers":150}],320:[function(require,module,exports){
|
|
93337
92750
|
"use strict";
|
|
93338
92751
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93339
92752
|
exports.SuperAppFactoryMock__factory = void 0;
|
|
@@ -93400,7 +92813,7 @@ exports.SuperAppFactoryMock__factory = SuperAppFactoryMock__factory;
|
|
|
93400
92813
|
SuperAppFactoryMock__factory.bytecode = _bytecode;
|
|
93401
92814
|
SuperAppFactoryMock__factory.abi = _abi;
|
|
93402
92815
|
|
|
93403
|
-
},{"ethers":
|
|
92816
|
+
},{"ethers":150}],321:[function(require,module,exports){
|
|
93404
92817
|
"use strict";
|
|
93405
92818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93406
92819
|
exports.SuperAppMock2ndLevel__factory = void 0;
|
|
@@ -93516,7 +92929,7 @@ exports.SuperAppMock2ndLevel__factory = SuperAppMock2ndLevel__factory;
|
|
|
93516
92929
|
SuperAppMock2ndLevel__factory.bytecode = _bytecode;
|
|
93517
92930
|
SuperAppMock2ndLevel__factory.abi = _abi;
|
|
93518
92931
|
|
|
93519
|
-
},{"ethers":
|
|
92932
|
+
},{"ethers":150}],322:[function(require,module,exports){
|
|
93520
92933
|
"use strict";
|
|
93521
92934
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93522
92935
|
exports.SuperAppMockAux__factory = void 0;
|
|
@@ -93611,7 +93024,7 @@ exports.SuperAppMockAux__factory = SuperAppMockAux__factory;
|
|
|
93611
93024
|
SuperAppMockAux__factory.bytecode = _bytecode;
|
|
93612
93025
|
SuperAppMockAux__factory.abi = _abi;
|
|
93613
93026
|
|
|
93614
|
-
},{"ethers":
|
|
93027
|
+
},{"ethers":150}],323:[function(require,module,exports){
|
|
93615
93028
|
"use strict";
|
|
93616
93029
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93617
93030
|
exports.SuperAppMockReturningEmptyCtx__factory = void 0;
|
|
@@ -93808,7 +93221,7 @@ exports.SuperAppMockReturningEmptyCtx__factory = SuperAppMockReturningEmptyCtx__
|
|
|
93808
93221
|
SuperAppMockReturningEmptyCtx__factory.bytecode = _bytecode;
|
|
93809
93222
|
SuperAppMockReturningEmptyCtx__factory.abi = _abi;
|
|
93810
93223
|
|
|
93811
|
-
},{"ethers":
|
|
93224
|
+
},{"ethers":150}],324:[function(require,module,exports){
|
|
93812
93225
|
"use strict";
|
|
93813
93226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93814
93227
|
exports.SuperAppMockReturningInvalidCtx__factory = void 0;
|
|
@@ -93951,7 +93364,7 @@ exports.SuperAppMockReturningInvalidCtx__factory = SuperAppMockReturningInvalidC
|
|
|
93951
93364
|
SuperAppMockReturningInvalidCtx__factory.bytecode = _bytecode;
|
|
93952
93365
|
SuperAppMockReturningInvalidCtx__factory.abi = _abi;
|
|
93953
93366
|
|
|
93954
|
-
},{"ethers":
|
|
93367
|
+
},{"ethers":150}],325:[function(require,module,exports){
|
|
93955
93368
|
"use strict";
|
|
93956
93369
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93957
93370
|
exports.SuperAppMockUsingDeprecatedRegisterApp__factory = void 0;
|
|
@@ -94011,7 +93424,7 @@ exports.SuperAppMockUsingDeprecatedRegisterApp__factory = SuperAppMockUsingDepre
|
|
|
94011
93424
|
SuperAppMockUsingDeprecatedRegisterApp__factory.bytecode = _bytecode;
|
|
94012
93425
|
SuperAppMockUsingDeprecatedRegisterApp__factory.abi = _abi;
|
|
94013
93426
|
|
|
94014
|
-
},{"ethers":
|
|
93427
|
+
},{"ethers":150}],326:[function(require,module,exports){
|
|
94015
93428
|
"use strict";
|
|
94016
93429
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
94017
93430
|
exports.SuperAppMockWithRegistrationKey__factory = void 0;
|
|
@@ -94076,7 +93489,7 @@ exports.SuperAppMockWithRegistrationKey__factory = SuperAppMockWithRegistrationK
|
|
|
94076
93489
|
SuperAppMockWithRegistrationKey__factory.bytecode = _bytecode;
|
|
94077
93490
|
SuperAppMockWithRegistrationKey__factory.abi = _abi;
|
|
94078
93491
|
|
|
94079
|
-
},{"ethers":
|
|
93492
|
+
},{"ethers":150}],327:[function(require,module,exports){
|
|
94080
93493
|
"use strict";
|
|
94081
93494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
94082
93495
|
exports.SuperAppMock__factory = void 0;
|
|
@@ -94802,7 +94215,7 @@ exports.SuperAppMock__factory = SuperAppMock__factory;
|
|
|
94802
94215
|
SuperAppMock__factory.bytecode = _bytecode;
|
|
94803
94216
|
SuperAppMock__factory.abi = _abi;
|
|
94804
94217
|
|
|
94805
|
-
},{"ethers":
|
|
94218
|
+
},{"ethers":150}],328:[function(require,module,exports){
|
|
94806
94219
|
"use strict";
|
|
94807
94220
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
94808
94221
|
exports.SuperAppMockWithRegistrationKey__factory = exports.SuperAppMockUsingDeprecatedRegisterApp__factory = exports.SuperAppMockReturningInvalidCtx__factory = exports.SuperAppMockReturningEmptyCtx__factory = exports.SuperAppMockAux__factory = exports.SuperAppMock2ndLevel__factory = exports.SuperAppMock__factory = exports.SuperAppFactoryMock__factory = void 0;
|
|
@@ -94826,7 +94239,7 @@ Object.defineProperty(exports, "SuperAppMockUsingDeprecatedRegisterApp__factory"
|
|
|
94826
94239
|
var SuperAppMockWithRegistrationKey__factory_1 = require("./SuperAppMockWithRegistrationKey__factory");
|
|
94827
94240
|
Object.defineProperty(exports, "SuperAppMockWithRegistrationKey__factory", { enumerable: true, get: function () { return SuperAppMockWithRegistrationKey__factory_1.SuperAppMockWithRegistrationKey__factory; } });
|
|
94828
94241
|
|
|
94829
|
-
},{"./SuperAppFactoryMock__factory":
|
|
94242
|
+
},{"./SuperAppFactoryMock__factory":320,"./SuperAppMock2ndLevel__factory":321,"./SuperAppMockAux__factory":322,"./SuperAppMockReturningEmptyCtx__factory":323,"./SuperAppMockReturningInvalidCtx__factory":324,"./SuperAppMockUsingDeprecatedRegisterApp__factory":325,"./SuperAppMockWithRegistrationKey__factory":326,"./SuperAppMock__factory":327}],329:[function(require,module,exports){
|
|
94830
94243
|
"use strict";
|
|
94831
94244
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
94832
94245
|
exports.SuperTokenFactoryMock42__factory = void 0;
|
|
@@ -95293,7 +94706,7 @@ exports.SuperTokenFactoryMock42__factory = SuperTokenFactoryMock42__factory;
|
|
|
95293
94706
|
SuperTokenFactoryMock42__factory.bytecode = _bytecode;
|
|
95294
94707
|
SuperTokenFactoryMock42__factory.abi = _abi;
|
|
95295
94708
|
|
|
95296
|
-
},{"ethers":
|
|
94709
|
+
},{"ethers":150}],330:[function(require,module,exports){
|
|
95297
94710
|
"use strict";
|
|
95298
94711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
95299
94712
|
exports.SuperTokenFactoryMock__factory = void 0;
|
|
@@ -95760,7 +95173,7 @@ exports.SuperTokenFactoryMock__factory = SuperTokenFactoryMock__factory;
|
|
|
95760
95173
|
SuperTokenFactoryMock__factory.bytecode = _bytecode;
|
|
95761
95174
|
SuperTokenFactoryMock__factory.abi = _abi;
|
|
95762
95175
|
|
|
95763
|
-
},{"ethers":
|
|
95176
|
+
},{"ethers":150}],331:[function(require,module,exports){
|
|
95764
95177
|
"use strict";
|
|
95765
95178
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
95766
95179
|
exports.SuperTokenFactoryStorageLayoutTester__factory = void 0;
|
|
@@ -96234,7 +95647,7 @@ exports.SuperTokenFactoryStorageLayoutTester__factory = SuperTokenFactoryStorage
|
|
|
96234
95647
|
SuperTokenFactoryStorageLayoutTester__factory.bytecode = _bytecode;
|
|
96235
95648
|
SuperTokenFactoryStorageLayoutTester__factory.abi = _abi;
|
|
96236
95649
|
|
|
96237
|
-
},{"ethers":
|
|
95650
|
+
},{"ethers":150}],332:[function(require,module,exports){
|
|
96238
95651
|
"use strict";
|
|
96239
95652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
96240
95653
|
exports.SuperTokenFactoryUpdateLogicContractsTester__factory = void 0;
|
|
@@ -96714,7 +96127,7 @@ exports.SuperTokenFactoryUpdateLogicContractsTester__factory = SuperTokenFactory
|
|
|
96714
96127
|
SuperTokenFactoryUpdateLogicContractsTester__factory.bytecode = _bytecode;
|
|
96715
96128
|
SuperTokenFactoryUpdateLogicContractsTester__factory.abi = _abi;
|
|
96716
96129
|
|
|
96717
|
-
},{"ethers":
|
|
96130
|
+
},{"ethers":150}],333:[function(require,module,exports){
|
|
96718
96131
|
"use strict";
|
|
96719
96132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
96720
96133
|
exports.SuperTokenFactoryUpdateLogicContractsTester__factory = exports.SuperTokenFactoryStorageLayoutTester__factory = exports.SuperTokenFactoryMock42__factory = exports.SuperTokenFactoryMock__factory = void 0;
|
|
@@ -96730,7 +96143,7 @@ Object.defineProperty(exports, "SuperTokenFactoryStorageLayoutTester__factory",
|
|
|
96730
96143
|
var SuperTokenFactoryUpdateLogicContractsTester__factory_1 = require("./SuperTokenFactoryUpdateLogicContractsTester__factory");
|
|
96731
96144
|
Object.defineProperty(exports, "SuperTokenFactoryUpdateLogicContractsTester__factory", { enumerable: true, get: function () { return SuperTokenFactoryUpdateLogicContractsTester__factory_1.SuperTokenFactoryUpdateLogicContractsTester__factory; } });
|
|
96732
96145
|
|
|
96733
|
-
},{"./SuperTokenFactoryMock42__factory":
|
|
96146
|
+
},{"./SuperTokenFactoryMock42__factory":329,"./SuperTokenFactoryMock__factory":330,"./SuperTokenFactoryStorageLayoutTester__factory":331,"./SuperTokenFactoryUpdateLogicContractsTester__factory":332}],334:[function(require,module,exports){
|
|
96734
96147
|
"use strict";
|
|
96735
96148
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
96736
96149
|
exports.SuperTokenLibraryCFAMock__factory = void 0;
|
|
@@ -97480,7 +96893,7 @@ exports.SuperTokenLibraryCFAMock__factory = SuperTokenLibraryCFAMock__factory;
|
|
|
97480
96893
|
SuperTokenLibraryCFAMock__factory.bytecode = _bytecode;
|
|
97481
96894
|
SuperTokenLibraryCFAMock__factory.abi = _abi;
|
|
97482
96895
|
|
|
97483
|
-
},{"ethers":
|
|
96896
|
+
},{"ethers":150}],335:[function(require,module,exports){
|
|
97484
96897
|
"use strict";
|
|
97485
96898
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97486
96899
|
exports.SuperTokenLibraryCFASuperAppMock__factory = void 0;
|
|
@@ -97825,7 +97238,7 @@ exports.SuperTokenLibraryCFASuperAppMock__factory = SuperTokenLibraryCFASuperApp
|
|
|
97825
97238
|
SuperTokenLibraryCFASuperAppMock__factory.bytecode = _bytecode;
|
|
97826
97239
|
SuperTokenLibraryCFASuperAppMock__factory.abi = _abi;
|
|
97827
97240
|
|
|
97828
|
-
},{"ethers":
|
|
97241
|
+
},{"ethers":150}],336:[function(require,module,exports){
|
|
97829
97242
|
"use strict";
|
|
97830
97243
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97831
97244
|
exports.SuperTokenLibraryIDAMock__factory = void 0;
|
|
@@ -98507,7 +97920,7 @@ exports.SuperTokenLibraryIDAMock__factory = SuperTokenLibraryIDAMock__factory;
|
|
|
98507
97920
|
SuperTokenLibraryIDAMock__factory.bytecode = _bytecode;
|
|
98508
97921
|
SuperTokenLibraryIDAMock__factory.abi = _abi;
|
|
98509
97922
|
|
|
98510
|
-
},{"ethers":
|
|
97923
|
+
},{"ethers":150}],337:[function(require,module,exports){
|
|
98511
97924
|
"use strict";
|
|
98512
97925
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
98513
97926
|
exports.SuperTokenLibraryIDASuperAppMock__factory = void 0;
|
|
@@ -99449,7 +98862,7 @@ exports.SuperTokenLibraryIDASuperAppMock__factory = SuperTokenLibraryIDASuperApp
|
|
|
99449
98862
|
SuperTokenLibraryIDASuperAppMock__factory.bytecode = _bytecode;
|
|
99450
98863
|
SuperTokenLibraryIDASuperAppMock__factory.abi = _abi;
|
|
99451
98864
|
|
|
99452
|
-
},{"ethers":
|
|
98865
|
+
},{"ethers":150}],338:[function(require,module,exports){
|
|
99453
98866
|
"use strict";
|
|
99454
98867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99455
98868
|
exports.SuperTokenLibraryIDASuperAppMock__factory = exports.SuperTokenLibraryIDAMock__factory = exports.SuperTokenLibraryCFASuperAppMock__factory = exports.SuperTokenLibraryCFAMock__factory = void 0;
|
|
@@ -99465,7 +98878,7 @@ Object.defineProperty(exports, "SuperTokenLibraryIDAMock__factory", { enumerable
|
|
|
99465
98878
|
var SuperTokenLibraryIDASuperAppMock__factory_1 = require("./SuperTokenLibraryIDASuperAppMock__factory");
|
|
99466
98879
|
Object.defineProperty(exports, "SuperTokenLibraryIDASuperAppMock__factory", { enumerable: true, get: function () { return SuperTokenLibraryIDASuperAppMock__factory_1.SuperTokenLibraryIDASuperAppMock__factory; } });
|
|
99467
98880
|
|
|
99468
|
-
},{"./SuperTokenLibraryCFAMock__factory":
|
|
98881
|
+
},{"./SuperTokenLibraryCFAMock__factory":334,"./SuperTokenLibraryCFASuperAppMock__factory":335,"./SuperTokenLibraryIDAMock__factory":336,"./SuperTokenLibraryIDASuperAppMock__factory":337}],339:[function(require,module,exports){
|
|
99469
98882
|
"use strict";
|
|
99470
98883
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99471
98884
|
exports.SuperTokenMock__factory = void 0;
|
|
@@ -101526,7 +100939,7 @@ exports.SuperTokenMock__factory = SuperTokenMock__factory;
|
|
|
101526
100939
|
SuperTokenMock__factory.bytecode = _bytecode;
|
|
101527
100940
|
SuperTokenMock__factory.abi = _abi;
|
|
101528
100941
|
|
|
101529
|
-
},{"ethers":
|
|
100942
|
+
},{"ethers":150}],340:[function(require,module,exports){
|
|
101530
100943
|
"use strict";
|
|
101531
100944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
101532
100945
|
exports.SuperTokenStorageLayoutTester__factory = void 0;
|
|
@@ -103502,7 +102915,7 @@ exports.SuperTokenStorageLayoutTester__factory = SuperTokenStorageLayoutTester__
|
|
|
103502
102915
|
SuperTokenStorageLayoutTester__factory.bytecode = _bytecode;
|
|
103503
102916
|
SuperTokenStorageLayoutTester__factory.abi = _abi;
|
|
103504
102917
|
|
|
103505
|
-
},{"ethers":
|
|
102918
|
+
},{"ethers":150}],341:[function(require,module,exports){
|
|
103506
102919
|
"use strict";
|
|
103507
102920
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
103508
102921
|
exports.SuperTokenStorageLayoutTester__factory = exports.SuperTokenMock__factory = void 0;
|
|
@@ -103514,7 +102927,7 @@ Object.defineProperty(exports, "SuperTokenMock__factory", { enumerable: true, ge
|
|
|
103514
102927
|
var SuperTokenStorageLayoutTester__factory_1 = require("./SuperTokenStorageLayoutTester__factory");
|
|
103515
102928
|
Object.defineProperty(exports, "SuperTokenStorageLayoutTester__factory", { enumerable: true, get: function () { return SuperTokenStorageLayoutTester__factory_1.SuperTokenStorageLayoutTester__factory; } });
|
|
103516
102929
|
|
|
103517
|
-
},{"./SuperTokenMock__factory":
|
|
102930
|
+
},{"./SuperTokenMock__factory":339,"./SuperTokenStorageLayoutTester__factory":340}],342:[function(require,module,exports){
|
|
103518
102931
|
"use strict";
|
|
103519
102932
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
103520
102933
|
exports.SuperfluidDestructorMock__factory = void 0;
|
|
@@ -103575,7 +102988,7 @@ exports.SuperfluidDestructorMock__factory = SuperfluidDestructorMock__factory;
|
|
|
103575
102988
|
SuperfluidDestructorMock__factory.bytecode = _bytecode;
|
|
103576
102989
|
SuperfluidDestructorMock__factory.abi = _abi;
|
|
103577
102990
|
|
|
103578
|
-
},{"ethers":
|
|
102991
|
+
},{"ethers":150}],343:[function(require,module,exports){
|
|
103579
102992
|
"use strict";
|
|
103580
102993
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
103581
102994
|
exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
@@ -104703,7 +104116,7 @@ exports.SuperfluidGovernanceIIUpgradabilityTester__factory = SuperfluidGovernanc
|
|
|
104703
104116
|
SuperfluidGovernanceIIUpgradabilityTester__factory.bytecode = _bytecode;
|
|
104704
104117
|
SuperfluidGovernanceIIUpgradabilityTester__factory.abi = _abi;
|
|
104705
104118
|
|
|
104706
|
-
},{"ethers":
|
|
104119
|
+
},{"ethers":150}],344:[function(require,module,exports){
|
|
104707
104120
|
"use strict";
|
|
104708
104121
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
104709
104122
|
exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
@@ -104713,7 +104126,7 @@ exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
|
104713
104126
|
var SuperfluidGovernanceIIUpgradabilityTester__factory_1 = require("./SuperfluidGovernanceIIUpgradabilityTester__factory");
|
|
104714
104127
|
Object.defineProperty(exports, "SuperfluidGovernanceIIUpgradabilityTester__factory", { enumerable: true, get: function () { return SuperfluidGovernanceIIUpgradabilityTester__factory_1.SuperfluidGovernanceIIUpgradabilityTester__factory; } });
|
|
104715
104128
|
|
|
104716
|
-
},{"./SuperfluidGovernanceIIUpgradabilityTester__factory":
|
|
104129
|
+
},{"./SuperfluidGovernanceIIUpgradabilityTester__factory":343}],345:[function(require,module,exports){
|
|
104717
104130
|
"use strict";
|
|
104718
104131
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
104719
104132
|
exports.SuperfluidMock__factory = void 0;
|
|
@@ -106221,7 +105634,7 @@ exports.SuperfluidMock__factory = SuperfluidMock__factory;
|
|
|
106221
105634
|
SuperfluidMock__factory.bytecode = _bytecode;
|
|
106222
105635
|
SuperfluidMock__factory.abi = _abi;
|
|
106223
105636
|
|
|
106224
|
-
},{"ethers":
|
|
105637
|
+
},{"ethers":150}],346:[function(require,module,exports){
|
|
106225
105638
|
"use strict";
|
|
106226
105639
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
106227
105640
|
exports.SuperfluidUpgradabilityTester__factory = void 0;
|
|
@@ -107597,7 +107010,7 @@ exports.SuperfluidUpgradabilityTester__factory = SuperfluidUpgradabilityTester__
|
|
|
107597
107010
|
SuperfluidUpgradabilityTester__factory.bytecode = _bytecode;
|
|
107598
107011
|
SuperfluidUpgradabilityTester__factory.abi = _abi;
|
|
107599
107012
|
|
|
107600
|
-
},{"ethers":
|
|
107013
|
+
},{"ethers":150}],347:[function(require,module,exports){
|
|
107601
107014
|
"use strict";
|
|
107602
107015
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
107603
107016
|
exports.SuperfluidUpgradabilityTester__factory = exports.SuperfluidMock__factory = void 0;
|
|
@@ -107609,7 +107022,7 @@ Object.defineProperty(exports, "SuperfluidMock__factory", { enumerable: true, ge
|
|
|
107609
107022
|
var SuperfluidUpgradabilityTester__factory_1 = require("./SuperfluidUpgradabilityTester__factory");
|
|
107610
107023
|
Object.defineProperty(exports, "SuperfluidUpgradabilityTester__factory", { enumerable: true, get: function () { return SuperfluidUpgradabilityTester__factory_1.SuperfluidUpgradabilityTester__factory; } });
|
|
107611
107024
|
|
|
107612
|
-
},{"./SuperfluidMock__factory":
|
|
107025
|
+
},{"./SuperfluidMock__factory":345,"./SuperfluidUpgradabilityTester__factory":346}],348:[function(require,module,exports){
|
|
107613
107026
|
"use strict";
|
|
107614
107027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
107615
107028
|
exports.UUPSProxiableMock__factory = void 0;
|
|
@@ -107767,7 +107180,7 @@ exports.UUPSProxiableMock__factory = UUPSProxiableMock__factory;
|
|
|
107767
107180
|
UUPSProxiableMock__factory.bytecode = _bytecode;
|
|
107768
107181
|
UUPSProxiableMock__factory.abi = _abi;
|
|
107769
107182
|
|
|
107770
|
-
},{"ethers":
|
|
107183
|
+
},{"ethers":150}],349:[function(require,module,exports){
|
|
107771
107184
|
"use strict";
|
|
107772
107185
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
107773
107186
|
if (k2 === undefined) k2 = k;
|
|
@@ -107835,7 +107248,7 @@ Object.defineProperty(exports, "SuperfluidDestructorMock__factory", { enumerable
|
|
|
107835
107248
|
var UUPSProxiableMock__factory_1 = require("./UUPSProxiableMock__factory");
|
|
107836
107249
|
Object.defineProperty(exports, "UUPSProxiableMock__factory", { enumerable: true, get: function () { return UUPSProxiableMock__factory_1.UUPSProxiableMock__factory; } });
|
|
107837
107250
|
|
|
107838
|
-
},{"./AgreementMock__factory":
|
|
107251
|
+
},{"./AgreementMock__factory":281,"./CFAAppMocks.sol":287,"./CFALibraryMock.sol":290,"./CFAv1NFTMock.sol":294,"./CFAv1NFTUpgradabilityMock.sol":299,"./CallUtilsMock__factory":300,"./CallUtilsTester__factory":301,"./CustomSuperTokenMock.sol":305,"./ERC777SenderRecipientMock.sol":309,"./FakeSuperfluidMock__factory":310,"./ForwarderMock__factory":311,"./IDASuperAppTester__factory":312,"./IDAv1LibraryMock.sol":315,"./MockSmartWallet__factory":316,"./MultiFlowTesterApp__factory":317,"./StreamRedirector__factory":318,"./SuperAppBaseFlowTester__factory":319,"./SuperAppMocks.sol":328,"./SuperTokenFactoryMock.sol":333,"./SuperTokenLibraryV1Mock.sol":338,"./SuperTokenMock.sol":341,"./SuperfluidDestructorMock__factory":342,"./SuperfluidGovernanceIIMock.sol":344,"./SuperfluidMock.sol":347,"./UUPSProxiableMock__factory":348}],350:[function(require,module,exports){
|
|
107839
107252
|
"use strict";
|
|
107840
107253
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
107841
107254
|
exports.ConstantInflowNFT__factory = void 0;
|
|
@@ -108550,7 +107963,7 @@ exports.ConstantInflowNFT__factory = ConstantInflowNFT__factory;
|
|
|
108550
107963
|
ConstantInflowNFT__factory.bytecode = _bytecode;
|
|
108551
107964
|
ConstantInflowNFT__factory.abi = _abi;
|
|
108552
107965
|
|
|
108553
|
-
},{"ethers":
|
|
107966
|
+
},{"ethers":150}],351:[function(require,module,exports){
|
|
108554
107967
|
"use strict";
|
|
108555
107968
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
108556
107969
|
exports.ConstantOutflowNFT__factory = void 0;
|
|
@@ -109328,7 +108741,7 @@ exports.ConstantOutflowNFT__factory = ConstantOutflowNFT__factory;
|
|
|
109328
108741
|
ConstantOutflowNFT__factory.bytecode = _bytecode;
|
|
109329
108742
|
ConstantOutflowNFT__factory.abi = _abi;
|
|
109330
108743
|
|
|
109331
|
-
},{"ethers":
|
|
108744
|
+
},{"ethers":150}],352:[function(require,module,exports){
|
|
109332
108745
|
"use strict";
|
|
109333
108746
|
/* Autogenerated file. Do not edit manually. */
|
|
109334
108747
|
/* tslint:disable */
|
|
@@ -109955,7 +109368,7 @@ class FlowNFTBase__factory {
|
|
|
109955
109368
|
exports.FlowNFTBase__factory = FlowNFTBase__factory;
|
|
109956
109369
|
FlowNFTBase__factory.abi = _abi;
|
|
109957
109370
|
|
|
109958
|
-
},{"ethers":
|
|
109371
|
+
},{"ethers":150}],353:[function(require,module,exports){
|
|
109959
109372
|
"use strict";
|
|
109960
109373
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109961
109374
|
exports.FullUpgradableSuperTokenProxy__factory = void 0;
|
|
@@ -110019,7 +109432,7 @@ exports.FullUpgradableSuperTokenProxy__factory = FullUpgradableSuperTokenProxy__
|
|
|
110019
109432
|
FullUpgradableSuperTokenProxy__factory.bytecode = _bytecode;
|
|
110020
109433
|
FullUpgradableSuperTokenProxy__factory.abi = _abi;
|
|
110021
109434
|
|
|
110022
|
-
},{"ethers":
|
|
109435
|
+
},{"ethers":150}],354:[function(require,module,exports){
|
|
110023
109436
|
"use strict";
|
|
110024
109437
|
/* Autogenerated file. Do not edit manually. */
|
|
110025
109438
|
/* tslint:disable */
|
|
@@ -110437,7 +109850,7 @@ class SuperTokenFactoryBase__factory {
|
|
|
110437
109850
|
exports.SuperTokenFactoryBase__factory = SuperTokenFactoryBase__factory;
|
|
110438
109851
|
SuperTokenFactoryBase__factory.abi = _abi;
|
|
110439
109852
|
|
|
110440
|
-
},{"ethers":
|
|
109853
|
+
},{"ethers":150}],355:[function(require,module,exports){
|
|
110441
109854
|
"use strict";
|
|
110442
109855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110443
109856
|
exports.SuperTokenFactory__factory = void 0;
|
|
@@ -110904,7 +110317,7 @@ exports.SuperTokenFactory__factory = SuperTokenFactory__factory;
|
|
|
110904
110317
|
SuperTokenFactory__factory.bytecode = _bytecode;
|
|
110905
110318
|
SuperTokenFactory__factory.abi = _abi;
|
|
110906
110319
|
|
|
110907
|
-
},{"ethers":
|
|
110320
|
+
},{"ethers":150}],356:[function(require,module,exports){
|
|
110908
110321
|
"use strict";
|
|
110909
110322
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110910
110323
|
exports.SuperTokenFactoryBase__factory = exports.SuperTokenFactory__factory = void 0;
|
|
@@ -110916,7 +110329,7 @@ Object.defineProperty(exports, "SuperTokenFactory__factory", { enumerable: true,
|
|
|
110916
110329
|
var SuperTokenFactoryBase__factory_1 = require("./SuperTokenFactoryBase__factory");
|
|
110917
110330
|
Object.defineProperty(exports, "SuperTokenFactoryBase__factory", { enumerable: true, get: function () { return SuperTokenFactoryBase__factory_1.SuperTokenFactoryBase__factory; } });
|
|
110918
110331
|
|
|
110919
|
-
},{"./SuperTokenFactoryBase__factory":
|
|
110332
|
+
},{"./SuperTokenFactoryBase__factory":354,"./SuperTokenFactory__factory":355}],357:[function(require,module,exports){
|
|
110920
110333
|
"use strict";
|
|
110921
110334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110922
110335
|
exports.SuperToken__factory = void 0;
|
|
@@ -112872,7 +112285,7 @@ exports.SuperToken__factory = SuperToken__factory;
|
|
|
112872
112285
|
SuperToken__factory.bytecode = _bytecode;
|
|
112873
112286
|
SuperToken__factory.abi = _abi;
|
|
112874
112287
|
|
|
112875
|
-
},{"ethers":
|
|
112288
|
+
},{"ethers":150}],358:[function(require,module,exports){
|
|
112876
112289
|
"use strict";
|
|
112877
112290
|
/* Autogenerated file. Do not edit manually. */
|
|
112878
112291
|
/* tslint:disable */
|
|
@@ -113564,7 +112977,7 @@ class SuperfluidToken__factory {
|
|
|
113564
112977
|
exports.SuperfluidToken__factory = SuperfluidToken__factory;
|
|
113565
112978
|
SuperfluidToken__factory.abi = _abi;
|
|
113566
112979
|
|
|
113567
|
-
},{"ethers":
|
|
112980
|
+
},{"ethers":150}],359:[function(require,module,exports){
|
|
113568
112981
|
"use strict";
|
|
113569
112982
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
113570
112983
|
exports.Superfluid__factory = void 0;
|
|
@@ -114937,7 +114350,7 @@ exports.Superfluid__factory = Superfluid__factory;
|
|
|
114937
114350
|
Superfluid__factory.bytecode = _bytecode;
|
|
114938
114351
|
Superfluid__factory.abi = _abi;
|
|
114939
114352
|
|
|
114940
|
-
},{"ethers":
|
|
114353
|
+
},{"ethers":150}],360:[function(require,module,exports){
|
|
114941
114354
|
"use strict";
|
|
114942
114355
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
114943
114356
|
if (k2 === undefined) k2 = k;
|
|
@@ -114983,7 +114396,7 @@ Object.defineProperty(exports, "Superfluid__factory", { enumerable: true, get: f
|
|
|
114983
114396
|
var SuperfluidToken__factory_1 = require("./SuperfluidToken__factory");
|
|
114984
114397
|
Object.defineProperty(exports, "SuperfluidToken__factory", { enumerable: true, get: function () { return SuperfluidToken__factory_1.SuperfluidToken__factory; } });
|
|
114985
114398
|
|
|
114986
|
-
},{"./ConstantInflowNFT__factory":
|
|
114399
|
+
},{"./ConstantInflowNFT__factory":350,"./ConstantOutflowNFT__factory":351,"./FlowNFTBase__factory":352,"./FullUpgradableSuperTokenProxy__factory":353,"./SuperTokenFactory.sol":356,"./SuperToken__factory":357,"./SuperfluidToken__factory":358,"./Superfluid__factory":359}],361:[function(require,module,exports){
|
|
114987
114400
|
"use strict";
|
|
114988
114401
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
114989
114402
|
exports.PureSuperToken__factory = void 0;
|
|
@@ -115071,7 +114484,7 @@ exports.PureSuperToken__factory = PureSuperToken__factory;
|
|
|
115071
114484
|
PureSuperToken__factory.bytecode = _bytecode;
|
|
115072
114485
|
PureSuperToken__factory.abi = _abi;
|
|
115073
114486
|
|
|
115074
|
-
},{"ethers":
|
|
114487
|
+
},{"ethers":150}],362:[function(require,module,exports){
|
|
115075
114488
|
"use strict";
|
|
115076
114489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115077
114490
|
exports.SETHProxy__factory = void 0;
|
|
@@ -115207,7 +114620,7 @@ exports.SETHProxy__factory = SETHProxy__factory;
|
|
|
115207
114620
|
SETHProxy__factory.bytecode = _bytecode;
|
|
115208
114621
|
SETHProxy__factory.abi = _abi;
|
|
115209
114622
|
|
|
115210
|
-
},{"ethers":
|
|
114623
|
+
},{"ethers":150}],363:[function(require,module,exports){
|
|
115211
114624
|
"use strict";
|
|
115212
114625
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115213
114626
|
exports.SETHProxy__factory = void 0;
|
|
@@ -115217,7 +114630,7 @@ exports.SETHProxy__factory = void 0;
|
|
|
115217
114630
|
var SETHProxy__factory_1 = require("./SETHProxy__factory");
|
|
115218
114631
|
Object.defineProperty(exports, "SETHProxy__factory", { enumerable: true, get: function () { return SETHProxy__factory_1.SETHProxy__factory; } });
|
|
115219
114632
|
|
|
115220
|
-
},{"./SETHProxy__factory":
|
|
114633
|
+
},{"./SETHProxy__factory":362}],364:[function(require,module,exports){
|
|
115221
114634
|
"use strict";
|
|
115222
114635
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
115223
114636
|
if (k2 === undefined) k2 = k;
|
|
@@ -115251,7 +114664,7 @@ exports.sethSol = __importStar(require("./SETH.sol"));
|
|
|
115251
114664
|
var PureSuperToken__factory_1 = require("./PureSuperToken__factory");
|
|
115252
114665
|
Object.defineProperty(exports, "PureSuperToken__factory", { enumerable: true, get: function () { return PureSuperToken__factory_1.PureSuperToken__factory; } });
|
|
115253
114666
|
|
|
115254
|
-
},{"./PureSuperToken__factory":
|
|
114667
|
+
},{"./PureSuperToken__factory":361,"./SETH.sol":363}],365:[function(require,module,exports){
|
|
115255
114668
|
"use strict";
|
|
115256
114669
|
/* Autogenerated file. Do not edit manually. */
|
|
115257
114670
|
/* tslint:disable */
|
|
@@ -115350,7 +114763,7 @@ class UUPSProxiable__factory {
|
|
|
115350
114763
|
exports.UUPSProxiable__factory = UUPSProxiable__factory;
|
|
115351
114764
|
UUPSProxiable__factory.abi = _abi;
|
|
115352
114765
|
|
|
115353
|
-
},{"ethers":
|
|
114766
|
+
},{"ethers":150}],366:[function(require,module,exports){
|
|
115354
114767
|
"use strict";
|
|
115355
114768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115356
114769
|
exports.UUPSProxy__factory = void 0;
|
|
@@ -115415,7 +114828,7 @@ exports.UUPSProxy__factory = UUPSProxy__factory;
|
|
|
115415
114828
|
UUPSProxy__factory.bytecode = _bytecode;
|
|
115416
114829
|
UUPSProxy__factory.abi = _abi;
|
|
115417
114830
|
|
|
115418
|
-
},{"ethers":
|
|
114831
|
+
},{"ethers":150}],367:[function(require,module,exports){
|
|
115419
114832
|
"use strict";
|
|
115420
114833
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115421
114834
|
exports.UUPSProxy__factory = exports.UUPSProxiable__factory = void 0;
|
|
@@ -115427,7 +114840,7 @@ Object.defineProperty(exports, "UUPSProxiable__factory", { enumerable: true, get
|
|
|
115427
114840
|
var UUPSProxy__factory_1 = require("./UUPSProxy__factory");
|
|
115428
114841
|
Object.defineProperty(exports, "UUPSProxy__factory", { enumerable: true, get: function () { return UUPSProxy__factory_1.UUPSProxy__factory; } });
|
|
115429
114842
|
|
|
115430
|
-
},{"./UUPSProxiable__factory":
|
|
114843
|
+
},{"./UUPSProxiable__factory":365,"./UUPSProxy__factory":366}],368:[function(require,module,exports){
|
|
115431
114844
|
"use strict";
|
|
115432
114845
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115433
114846
|
exports.BatchLiquidator__factory = void 0;
|
|
@@ -115564,7 +114977,7 @@ exports.BatchLiquidator__factory = BatchLiquidator__factory;
|
|
|
115564
114977
|
BatchLiquidator__factory.bytecode = _bytecode;
|
|
115565
114978
|
BatchLiquidator__factory.abi = _abi;
|
|
115566
114979
|
|
|
115567
|
-
},{"ethers":
|
|
114980
|
+
},{"ethers":150}],369:[function(require,module,exports){
|
|
115568
114981
|
"use strict";
|
|
115569
114982
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115570
114983
|
exports.CFAv1Forwarder__factory = void 0;
|
|
@@ -116075,7 +115488,7 @@ exports.CFAv1Forwarder__factory = CFAv1Forwarder__factory;
|
|
|
116075
115488
|
CFAv1Forwarder__factory.bytecode = _bytecode;
|
|
116076
115489
|
CFAv1Forwarder__factory.abi = _abi;
|
|
116077
115490
|
|
|
116078
|
-
},{"ethers":
|
|
115491
|
+
},{"ethers":150}],370:[function(require,module,exports){
|
|
116079
115492
|
"use strict";
|
|
116080
115493
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
116081
115494
|
exports.IDAv1Forwarder__factory = void 0;
|
|
@@ -116631,7 +116044,7 @@ exports.IDAv1Forwarder__factory = IDAv1Forwarder__factory;
|
|
|
116631
116044
|
IDAv1Forwarder__factory.bytecode = _bytecode;
|
|
116632
116045
|
IDAv1Forwarder__factory.abi = _abi;
|
|
116633
116046
|
|
|
116634
|
-
},{"ethers":
|
|
116047
|
+
},{"ethers":150}],371:[function(require,module,exports){
|
|
116635
116048
|
"use strict";
|
|
116636
116049
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
116637
116050
|
exports.Resolver__factory = void 0;
|
|
@@ -116983,7 +116396,7 @@ exports.Resolver__factory = Resolver__factory;
|
|
|
116983
116396
|
Resolver__factory.bytecode = _bytecode;
|
|
116984
116397
|
Resolver__factory.abi = _abi;
|
|
116985
116398
|
|
|
116986
|
-
},{"ethers":
|
|
116399
|
+
},{"ethers":150}],372:[function(require,module,exports){
|
|
116987
116400
|
"use strict";
|
|
116988
116401
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
116989
116402
|
exports.SuperUpgrader__factory = void 0;
|
|
@@ -117424,7 +116837,7 @@ exports.SuperUpgrader__factory = SuperUpgrader__factory;
|
|
|
117424
116837
|
SuperUpgrader__factory.bytecode = _bytecode;
|
|
117425
116838
|
SuperUpgrader__factory.abi = _abi;
|
|
117426
116839
|
|
|
117427
|
-
},{"ethers":
|
|
116840
|
+
},{"ethers":150}],373:[function(require,module,exports){
|
|
117428
116841
|
"use strict";
|
|
117429
116842
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117430
116843
|
exports.SuperfluidFrameworkDeployer__factory = void 0;
|
|
@@ -118036,7 +117449,7 @@ exports.SuperfluidFrameworkDeployer__factory = SuperfluidFrameworkDeployer__fact
|
|
|
118036
117449
|
SuperfluidFrameworkDeployer__factory.bytecode = _bytecode;
|
|
118037
117450
|
SuperfluidFrameworkDeployer__factory.abi = _abi;
|
|
118038
117451
|
|
|
118039
|
-
},{"ethers":
|
|
117452
|
+
},{"ethers":150}],374:[function(require,module,exports){
|
|
118040
117453
|
"use strict";
|
|
118041
117454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118042
117455
|
exports.SuperfluidFrameworkDeploymentSteps__factory = void 0;
|
|
@@ -118310,7 +117723,7 @@ exports.SuperfluidFrameworkDeploymentSteps__factory = SuperfluidFrameworkDeploym
|
|
|
118310
117723
|
SuperfluidFrameworkDeploymentSteps__factory.bytecode = _bytecode;
|
|
118311
117724
|
SuperfluidFrameworkDeploymentSteps__factory.abi = _abi;
|
|
118312
117725
|
|
|
118313
|
-
},{"ethers":
|
|
117726
|
+
},{"ethers":150}],375:[function(require,module,exports){
|
|
118314
117727
|
"use strict";
|
|
118315
117728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118316
117729
|
exports.SuperfluidLoader__factory = void 0;
|
|
@@ -118406,7 +117819,7 @@ exports.SuperfluidLoader__factory = SuperfluidLoader__factory;
|
|
|
118406
117819
|
SuperfluidLoader__factory.bytecode = _bytecode;
|
|
118407
117820
|
SuperfluidLoader__factory.abi = _abi;
|
|
118408
117821
|
|
|
118409
|
-
},{"ethers":
|
|
117822
|
+
},{"ethers":150}],376:[function(require,module,exports){
|
|
118410
117823
|
"use strict";
|
|
118411
117824
|
/* Autogenerated file. Do not edit manually. */
|
|
118412
117825
|
/* tslint:disable */
|
|
@@ -118591,7 +118004,7 @@ class ITOGAv1__factory {
|
|
|
118591
118004
|
exports.ITOGAv1__factory = ITOGAv1__factory;
|
|
118592
118005
|
ITOGAv1__factory.abi = _abi;
|
|
118593
118006
|
|
|
118594
|
-
},{"ethers":
|
|
118007
|
+
},{"ethers":150}],377:[function(require,module,exports){
|
|
118595
118008
|
"use strict";
|
|
118596
118009
|
/* Autogenerated file. Do not edit manually. */
|
|
118597
118010
|
/* tslint:disable */
|
|
@@ -118808,7 +118221,7 @@ class ITOGAv2__factory {
|
|
|
118808
118221
|
exports.ITOGAv2__factory = ITOGAv2__factory;
|
|
118809
118222
|
ITOGAv2__factory.abi = _abi;
|
|
118810
118223
|
|
|
118811
|
-
},{"ethers":
|
|
118224
|
+
},{"ethers":150}],378:[function(require,module,exports){
|
|
118812
118225
|
"use strict";
|
|
118813
118226
|
/* Autogenerated file. Do not edit manually. */
|
|
118814
118227
|
/* tslint:disable */
|
|
@@ -119012,7 +118425,7 @@ class ITOGAv3__factory {
|
|
|
119012
118425
|
exports.ITOGAv3__factory = ITOGAv3__factory;
|
|
119013
118426
|
ITOGAv3__factory.abi = _abi;
|
|
119014
118427
|
|
|
119015
|
-
},{"ethers":
|
|
118428
|
+
},{"ethers":150}],379:[function(require,module,exports){
|
|
119016
118429
|
"use strict";
|
|
119017
118430
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119018
118431
|
exports.TOGA__factory = void 0;
|
|
@@ -119306,7 +118719,7 @@ exports.TOGA__factory = TOGA__factory;
|
|
|
119306
118719
|
TOGA__factory.bytecode = _bytecode;
|
|
119307
118720
|
TOGA__factory.abi = _abi;
|
|
119308
118721
|
|
|
119309
|
-
},{"ethers":
|
|
118722
|
+
},{"ethers":150}],380:[function(require,module,exports){
|
|
119310
118723
|
"use strict";
|
|
119311
118724
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119312
118725
|
exports.TOGA__factory = exports.ITOGAv3__factory = exports.ITOGAv2__factory = exports.ITOGAv1__factory = void 0;
|
|
@@ -119322,7 +118735,7 @@ Object.defineProperty(exports, "ITOGAv3__factory", { enumerable: true, get: func
|
|
|
119322
118735
|
var TOGA__factory_1 = require("./TOGA__factory");
|
|
119323
118736
|
Object.defineProperty(exports, "TOGA__factory", { enumerable: true, get: function () { return TOGA__factory_1.TOGA__factory; } });
|
|
119324
118737
|
|
|
119325
|
-
},{"./ITOGAv1__factory":
|
|
118738
|
+
},{"./ITOGAv1__factory":376,"./ITOGAv2__factory":377,"./ITOGAv3__factory":378,"./TOGA__factory":379}],381:[function(require,module,exports){
|
|
119326
118739
|
"use strict";
|
|
119327
118740
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119328
118741
|
exports.TestGovernance__factory = void 0;
|
|
@@ -120393,7 +119806,7 @@ exports.TestGovernance__factory = TestGovernance__factory;
|
|
|
120393
119806
|
TestGovernance__factory.bytecode = _bytecode;
|
|
120394
119807
|
TestGovernance__factory.abi = _abi;
|
|
120395
119808
|
|
|
120396
|
-
},{"ethers":
|
|
119809
|
+
},{"ethers":150}],382:[function(require,module,exports){
|
|
120397
119810
|
"use strict";
|
|
120398
119811
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120399
119812
|
exports.TestResolver__factory = void 0;
|
|
@@ -120764,7 +120177,7 @@ exports.TestResolver__factory = TestResolver__factory;
|
|
|
120764
120177
|
TestResolver__factory.bytecode = _bytecode;
|
|
120765
120178
|
TestResolver__factory.abi = _abi;
|
|
120766
120179
|
|
|
120767
|
-
},{"ethers":
|
|
120180
|
+
},{"ethers":150}],383:[function(require,module,exports){
|
|
120768
120181
|
"use strict";
|
|
120769
120182
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120770
120183
|
exports.TestToken__factory = void 0;
|
|
@@ -121128,7 +120541,7 @@ exports.TestToken__factory = TestToken__factory;
|
|
|
121128
120541
|
TestToken__factory.bytecode = _bytecode;
|
|
121129
120542
|
TestToken__factory.abi = _abi;
|
|
121130
120543
|
|
|
121131
|
-
},{"ethers":
|
|
120544
|
+
},{"ethers":150}],384:[function(require,module,exports){
|
|
121132
120545
|
"use strict";
|
|
121133
120546
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
121134
120547
|
if (k2 === undefined) k2 = k;
|
|
@@ -121182,7 +120595,7 @@ Object.defineProperty(exports, "TestResolver__factory", { enumerable: true, get:
|
|
|
121182
120595
|
var TestToken__factory_1 = require("./TestToken__factory");
|
|
121183
120596
|
Object.defineProperty(exports, "TestToken__factory", { enumerable: true, get: function () { return TestToken__factory_1.TestToken__factory; } });
|
|
121184
120597
|
|
|
121185
|
-
},{"./BatchLiquidator__factory":
|
|
120598
|
+
},{"./BatchLiquidator__factory":368,"./CFAv1Forwarder__factory":369,"./IDAv1Forwarder__factory":370,"./Resolver__factory":371,"./SuperUpgrader__factory":372,"./SuperfluidFrameworkDeployer__factory":373,"./SuperfluidFrameworkDeploymentSteps__factory":374,"./SuperfluidLoader__factory":375,"./TOGA.sol":380,"./TestGovernance__factory":381,"./TestResolver__factory":382,"./TestToken__factory":383}],385:[function(require,module,exports){
|
|
121186
120599
|
"use strict";
|
|
121187
120600
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
121188
120601
|
if (k2 === undefined) k2 = k;
|
|
@@ -121215,7 +120628,7 @@ exports.contracts = exports.openzeppelin = void 0;
|
|
|
121215
120628
|
exports.openzeppelin = __importStar(require("./@openzeppelin"));
|
|
121216
120629
|
exports.contracts = __importStar(require("./contracts"));
|
|
121217
120630
|
|
|
121218
|
-
},{"./@openzeppelin":
|
|
120631
|
+
},{"./@openzeppelin":233,"./contracts":247}],386:[function(require,module,exports){
|
|
121219
120632
|
"use strict";
|
|
121220
120633
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
121221
120634
|
if (k2 === undefined) k2 = k;
|
|
@@ -121522,7 +120935,596 @@ Object.defineProperty(exports, "ITOGAv3__factory", { enumerable: true, get: func
|
|
|
121522
120935
|
var TOGA__factory_1 = require("./factories/contracts/utils/TOGA.sol/TOGA__factory");
|
|
121523
120936
|
Object.defineProperty(exports, "TOGA__factory", { enumerable: true, get: function () { return TOGA__factory_1.TOGA__factory; } });
|
|
121524
120937
|
|
|
121525
|
-
},{"./factories":388,"./factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory":202,"./factories/@openzeppelin/contracts/access/AccessControl__factory":203,"./factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory":204,"./factories/@openzeppelin/contracts/access/IAccessControl__factory":205,"./factories/@openzeppelin/contracts/access/Ownable__factory":206,"./factories/@openzeppelin/contracts/proxy/Proxy__factory":209,"./factories/@openzeppelin/contracts/proxy/utils/Initializable__factory":211,"./factories/@openzeppelin/contracts/token/ERC20/ERC20__factory":213,"./factories/@openzeppelin/contracts/token/ERC20/IERC20__factory":214,"./factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory":215,"./factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory":216,"./factories/@openzeppelin/contracts/token/ERC721/IERC721__factory":220,"./factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory":221,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Recipient__factory":224,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Sender__factory":225,"./factories/@openzeppelin/contracts/token/ERC777/IERC777__factory":226,"./factories/@openzeppelin/contracts/utils/introspection/ERC165__factory":230,"./factories/@openzeppelin/contracts/utils/introspection/ERC1820Implementer__factory":231,"./factories/@openzeppelin/contracts/utils/introspection/IERC165__factory":232,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Implementer__factory":233,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Registry__factory":234,"./factories/contracts/agreements/AgreementBase__factory":237,"./factories/contracts/agreements/ConstantFlowAgreementV1__factory":238,"./factories/contracts/agreements/InstantDistributionAgreementV1__factory":239,"./factories/contracts/apps/SuperAppBaseFlow__factory":241,"./factories/contracts/apps/SuperAppBase__factory":242,"./factories/contracts/apps/SuperfluidLoaderLibrary__factory":243,"./factories/contracts/gov/SuperfluidGovernanceBase__factory":245,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceIIProxy__factory":246,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory":247,"./factories/contracts/interfaces/agreements/IConstantFlowAgreementV1__factory":251,"./factories/contracts/interfaces/agreements/IInstantDistributionAgreementV1__factory":252,"./factories/contracts/interfaces/superfluid/IConstantInflowNFT__factory":255,"./factories/contracts/interfaces/superfluid/IConstantOutflowNFT__factory":256,"./factories/contracts/interfaces/superfluid/IFlowNFTBase__factory":257,"./factories/contracts/interfaces/superfluid/ISuperAgreement__factory":258,"./factories/contracts/interfaces/superfluid/ISuperApp__factory":259,"./factories/contracts/interfaces/superfluid/ISuperTokenFactory__factory":260,"./factories/contracts/interfaces/superfluid/ISuperToken__factory":261,"./factories/contracts/interfaces/superfluid/ISuperfluidGovernance__factory":262,"./factories/contracts/interfaces/superfluid/ISuperfluidToken__factory":263,"./factories/contracts/interfaces/superfluid/ISuperfluid__factory":264,"./factories/contracts/interfaces/tokens/ERC20WithTokenInfo__factory":266,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperTokenCustom__factory":267,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperToken__factory":268,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETHCustom__factory":270,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETH__factory":271,"./factories/contracts/interfaces/tokens/TokenInfo__factory":273,"./factories/contracts/interfaces/utils/IMultiSigWallet__factory":275,"./factories/contracts/interfaces/utils/IRelayRecipient__factory":276,"./factories/contracts/interfaces/utils/IResolver__factory":277,"./factories/contracts/libs/BaseRelayRecipient__factory":279,"./factories/contracts/libs/EventsEmitter__factory":280,"./factories/contracts/libs/SafeGasLibrary__factory":281,"./factories/contracts/libs/SlotsBitmapLibrary__factory":282,"./factories/contracts/mocks/AgreementMock__factory":284,"./factories/contracts/mocks/CFAAppMocks.sol/ClosingOnUpdateFlowTestApp__factory":285,"./factories/contracts/mocks/CFAAppMocks.sol/ExclusiveInflowTestApp__factory":286,"./factories/contracts/mocks/CFAAppMocks.sol/FlowExchangeTestApp__factory":287,"./factories/contracts/mocks/CFAAppMocks.sol/NonClosableOutflowTestApp__factory":288,"./factories/contracts/mocks/CFAAppMocks.sol/SelfDeletingFlowTestApp__factory":289,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibraryMock__factory":291,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibrarySuperAppMock__factory":292,"./factories/contracts/mocks/CFAv1NFTMock.sol/ConstantInflowNFTMock__factory":294,"./factories/contracts/mocks/CFAv1NFTMock.sol/ConstantOutflowNFTMock__factory":295,"./factories/contracts/mocks/CFAv1NFTMock.sol/NoNFTSuperTokenMock__factory":296,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/ConstantInflowNFTStorageLayoutMock__factory":298,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/ConstantOutflowNFTStorageLayoutMock__factory":299,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/FlowNFTBaseStorageLayoutMock__factory":300,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/IFlowNFTBaseMockErrors__factory":301,"./factories/contracts/mocks/CallUtilsMock__factory":303,"./factories/contracts/mocks/CallUtilsTester__factory":304,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenBaseMock__factory":305,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenMock__factory":306,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenProxyMock__factory":307,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientDrainingGas__factory":309,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientReverting__factory":310,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777SenderRecipientMock__factory":311,"./factories/contracts/mocks/FakeSuperfluidMock__factory":313,"./factories/contracts/mocks/ForwarderMock__factory":314,"./factories/contracts/mocks/IDASuperAppTester__factory":315,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibraryMock__factory":316,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibrarySuperAppMock__factory":317,"./factories/contracts/mocks/MockSmartWallet__factory":319,"./factories/contracts/mocks/MultiFlowTesterApp__factory":320,"./factories/contracts/mocks/StreamRedirector__factory":321,"./factories/contracts/mocks/SuperAppBaseFlowTester__factory":322,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory":323,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory":324,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory":325,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory":326,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory":327,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory":328,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory":329,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory":330,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock42__factory":332,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock__factory":333,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryStorageLayoutTester__factory":334,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryUpdateLogicContractsTester__factory":335,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFAMock__factory":337,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFASuperAppMock__factory":338,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDAMock__factory":339,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDASuperAppMock__factory":340,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenMock__factory":342,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenStorageLayoutTester__factory":343,"./factories/contracts/mocks/SuperfluidDestructorMock__factory":345,"./factories/contracts/mocks/SuperfluidGovernanceIIMock.sol/SuperfluidGovernanceIIUpgradabilityTester__factory":346,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory":348,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory":349,"./factories/contracts/mocks/UUPSProxiableMock__factory":351,"./factories/contracts/superfluid/ConstantInflowNFT__factory":353,"./factories/contracts/superfluid/ConstantOutflowNFT__factory":354,"./factories/contracts/superfluid/FlowNFTBase__factory":355,"./factories/contracts/superfluid/FullUpgradableSuperTokenProxy__factory":356,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactoryBase__factory":357,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactory__factory":358,"./factories/contracts/superfluid/SuperToken__factory":360,"./factories/contracts/superfluid/SuperfluidToken__factory":361,"./factories/contracts/superfluid/Superfluid__factory":362,"./factories/contracts/tokens/PureSuperToken__factory":364,"./factories/contracts/tokens/SETH.sol/SETHProxy__factory":365,"./factories/contracts/upgradability/UUPSProxiable__factory":368,"./factories/contracts/upgradability/UUPSProxy__factory":369,"./factories/contracts/utils/BatchLiquidator__factory":371,"./factories/contracts/utils/CFAv1Forwarder__factory":372,"./factories/contracts/utils/IDAv1Forwarder__factory":373,"./factories/contracts/utils/Resolver__factory":374,"./factories/contracts/utils/SuperUpgrader__factory":375,"./factories/contracts/utils/SuperfluidFrameworkDeployer__factory":376,"./factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory":377,"./factories/contracts/utils/SuperfluidLoader__factory":378,"./factories/contracts/utils/TOGA.sol/ITOGAv1__factory":379,"./factories/contracts/utils/TOGA.sol/ITOGAv2__factory":380,"./factories/contracts/utils/TOGA.sol/ITOGAv3__factory":381,"./factories/contracts/utils/TOGA.sol/TOGA__factory":382,"./factories/contracts/utils/TestGovernance__factory":384,"./factories/contracts/utils/TestResolver__factory":385,"./factories/contracts/utils/TestToken__factory":386}],390:[function(require,module,exports){
|
|
120938
|
+
},{"./factories":385,"./factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory":199,"./factories/@openzeppelin/contracts/access/AccessControl__factory":200,"./factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory":201,"./factories/@openzeppelin/contracts/access/IAccessControl__factory":202,"./factories/@openzeppelin/contracts/access/Ownable__factory":203,"./factories/@openzeppelin/contracts/proxy/Proxy__factory":206,"./factories/@openzeppelin/contracts/proxy/utils/Initializable__factory":208,"./factories/@openzeppelin/contracts/token/ERC20/ERC20__factory":210,"./factories/@openzeppelin/contracts/token/ERC20/IERC20__factory":211,"./factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory":212,"./factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory":213,"./factories/@openzeppelin/contracts/token/ERC721/IERC721__factory":217,"./factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory":218,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Recipient__factory":221,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Sender__factory":222,"./factories/@openzeppelin/contracts/token/ERC777/IERC777__factory":223,"./factories/@openzeppelin/contracts/utils/introspection/ERC165__factory":227,"./factories/@openzeppelin/contracts/utils/introspection/ERC1820Implementer__factory":228,"./factories/@openzeppelin/contracts/utils/introspection/IERC165__factory":229,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Implementer__factory":230,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Registry__factory":231,"./factories/contracts/agreements/AgreementBase__factory":234,"./factories/contracts/agreements/ConstantFlowAgreementV1__factory":235,"./factories/contracts/agreements/InstantDistributionAgreementV1__factory":236,"./factories/contracts/apps/SuperAppBaseFlow__factory":238,"./factories/contracts/apps/SuperAppBase__factory":239,"./factories/contracts/apps/SuperfluidLoaderLibrary__factory":240,"./factories/contracts/gov/SuperfluidGovernanceBase__factory":242,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceIIProxy__factory":243,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory":244,"./factories/contracts/interfaces/agreements/IConstantFlowAgreementV1__factory":248,"./factories/contracts/interfaces/agreements/IInstantDistributionAgreementV1__factory":249,"./factories/contracts/interfaces/superfluid/IConstantInflowNFT__factory":252,"./factories/contracts/interfaces/superfluid/IConstantOutflowNFT__factory":253,"./factories/contracts/interfaces/superfluid/IFlowNFTBase__factory":254,"./factories/contracts/interfaces/superfluid/ISuperAgreement__factory":255,"./factories/contracts/interfaces/superfluid/ISuperApp__factory":256,"./factories/contracts/interfaces/superfluid/ISuperTokenFactory__factory":257,"./factories/contracts/interfaces/superfluid/ISuperToken__factory":258,"./factories/contracts/interfaces/superfluid/ISuperfluidGovernance__factory":259,"./factories/contracts/interfaces/superfluid/ISuperfluidToken__factory":260,"./factories/contracts/interfaces/superfluid/ISuperfluid__factory":261,"./factories/contracts/interfaces/tokens/ERC20WithTokenInfo__factory":263,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperTokenCustom__factory":264,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperToken__factory":265,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETHCustom__factory":267,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETH__factory":268,"./factories/contracts/interfaces/tokens/TokenInfo__factory":270,"./factories/contracts/interfaces/utils/IMultiSigWallet__factory":272,"./factories/contracts/interfaces/utils/IRelayRecipient__factory":273,"./factories/contracts/interfaces/utils/IResolver__factory":274,"./factories/contracts/libs/BaseRelayRecipient__factory":276,"./factories/contracts/libs/EventsEmitter__factory":277,"./factories/contracts/libs/SafeGasLibrary__factory":278,"./factories/contracts/libs/SlotsBitmapLibrary__factory":279,"./factories/contracts/mocks/AgreementMock__factory":281,"./factories/contracts/mocks/CFAAppMocks.sol/ClosingOnUpdateFlowTestApp__factory":282,"./factories/contracts/mocks/CFAAppMocks.sol/ExclusiveInflowTestApp__factory":283,"./factories/contracts/mocks/CFAAppMocks.sol/FlowExchangeTestApp__factory":284,"./factories/contracts/mocks/CFAAppMocks.sol/NonClosableOutflowTestApp__factory":285,"./factories/contracts/mocks/CFAAppMocks.sol/SelfDeletingFlowTestApp__factory":286,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibraryMock__factory":288,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibrarySuperAppMock__factory":289,"./factories/contracts/mocks/CFAv1NFTMock.sol/ConstantInflowNFTMock__factory":291,"./factories/contracts/mocks/CFAv1NFTMock.sol/ConstantOutflowNFTMock__factory":292,"./factories/contracts/mocks/CFAv1NFTMock.sol/NoNFTSuperTokenMock__factory":293,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/ConstantInflowNFTStorageLayoutMock__factory":295,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/ConstantOutflowNFTStorageLayoutMock__factory":296,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/FlowNFTBaseStorageLayoutMock__factory":297,"./factories/contracts/mocks/CFAv1NFTUpgradabilityMock.sol/IFlowNFTBaseMockErrors__factory":298,"./factories/contracts/mocks/CallUtilsMock__factory":300,"./factories/contracts/mocks/CallUtilsTester__factory":301,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenBaseMock__factory":302,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenMock__factory":303,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenProxyMock__factory":304,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientDrainingGas__factory":306,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientReverting__factory":307,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777SenderRecipientMock__factory":308,"./factories/contracts/mocks/FakeSuperfluidMock__factory":310,"./factories/contracts/mocks/ForwarderMock__factory":311,"./factories/contracts/mocks/IDASuperAppTester__factory":312,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibraryMock__factory":313,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibrarySuperAppMock__factory":314,"./factories/contracts/mocks/MockSmartWallet__factory":316,"./factories/contracts/mocks/MultiFlowTesterApp__factory":317,"./factories/contracts/mocks/StreamRedirector__factory":318,"./factories/contracts/mocks/SuperAppBaseFlowTester__factory":319,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory":320,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory":321,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory":322,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory":323,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory":324,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory":325,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory":326,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory":327,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock42__factory":329,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock__factory":330,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryStorageLayoutTester__factory":331,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryUpdateLogicContractsTester__factory":332,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFAMock__factory":334,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFASuperAppMock__factory":335,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDAMock__factory":336,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDASuperAppMock__factory":337,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenMock__factory":339,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenStorageLayoutTester__factory":340,"./factories/contracts/mocks/SuperfluidDestructorMock__factory":342,"./factories/contracts/mocks/SuperfluidGovernanceIIMock.sol/SuperfluidGovernanceIIUpgradabilityTester__factory":343,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory":345,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory":346,"./factories/contracts/mocks/UUPSProxiableMock__factory":348,"./factories/contracts/superfluid/ConstantInflowNFT__factory":350,"./factories/contracts/superfluid/ConstantOutflowNFT__factory":351,"./factories/contracts/superfluid/FlowNFTBase__factory":352,"./factories/contracts/superfluid/FullUpgradableSuperTokenProxy__factory":353,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactoryBase__factory":354,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactory__factory":355,"./factories/contracts/superfluid/SuperToken__factory":357,"./factories/contracts/superfluid/SuperfluidToken__factory":358,"./factories/contracts/superfluid/Superfluid__factory":359,"./factories/contracts/tokens/PureSuperToken__factory":361,"./factories/contracts/tokens/SETH.sol/SETHProxy__factory":362,"./factories/contracts/upgradability/UUPSProxiable__factory":365,"./factories/contracts/upgradability/UUPSProxy__factory":366,"./factories/contracts/utils/BatchLiquidator__factory":368,"./factories/contracts/utils/CFAv1Forwarder__factory":369,"./factories/contracts/utils/IDAv1Forwarder__factory":370,"./factories/contracts/utils/Resolver__factory":371,"./factories/contracts/utils/SuperUpgrader__factory":372,"./factories/contracts/utils/SuperfluidFrameworkDeployer__factory":373,"./factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory":374,"./factories/contracts/utils/SuperfluidLoader__factory":375,"./factories/contracts/utils/TOGA.sol/ITOGAv1__factory":376,"./factories/contracts/utils/TOGA.sol/ITOGAv2__factory":377,"./factories/contracts/utils/TOGA.sol/ITOGAv3__factory":378,"./factories/contracts/utils/TOGA.sol/TOGA__factory":379,"./factories/contracts/utils/TestGovernance__factory":381,"./factories/contracts/utils/TestResolver__factory":382,"./factories/contracts/utils/TestToken__factory":383}],387:[function(require,module,exports){
|
|
120939
|
+
const networks = require("./networks/index.cjs");
|
|
120940
|
+
|
|
120941
|
+
module.exports = {
|
|
120942
|
+
...networks,
|
|
120943
|
+
};
|
|
120944
|
+
|
|
120945
|
+
},{"./networks/index.cjs":388}],388:[function(require,module,exports){
|
|
120946
|
+
const nl = require("./list.cjs");
|
|
120947
|
+
|
|
120948
|
+
module.exports = {
|
|
120949
|
+
networks: nl,
|
|
120950
|
+
|
|
120951
|
+
mainnets: nl.filter((e) => !e.isTestnet),
|
|
120952
|
+
|
|
120953
|
+
testnets: nl.filter((e) => e.isTestnet),
|
|
120954
|
+
|
|
120955
|
+
getNetworkByChainId: function (chainId) {
|
|
120956
|
+
return this.networks.filter((n) => n.chainId === chainId)[0];
|
|
120957
|
+
},
|
|
120958
|
+
|
|
120959
|
+
getNetworkByName: function (name) {
|
|
120960
|
+
return this.networks.filter((n) => n.name === name)[0];
|
|
120961
|
+
},
|
|
120962
|
+
|
|
120963
|
+
getNetworkByShortName: function (shortName) {
|
|
120964
|
+
return this.networks.filter((n) => n.shortName === shortName)[0];
|
|
120965
|
+
},
|
|
120966
|
+
};
|
|
120967
|
+
|
|
120968
|
+
},{"./list.cjs":389}],389:[function(require,module,exports){
|
|
120969
|
+
/* eslint-disable */
|
|
120970
|
+
module.exports =
|
|
120971
|
+
[
|
|
120972
|
+
{
|
|
120973
|
+
"name": "eth-goerli",
|
|
120974
|
+
"isTestnet": true,
|
|
120975
|
+
"networkId": 5,
|
|
120976
|
+
"chainId": 5,
|
|
120977
|
+
"shortName": "goerli",
|
|
120978
|
+
"uppercaseName": "ETH_GOERLI",
|
|
120979
|
+
"humanReadableName": "Goerli",
|
|
120980
|
+
"nativeTokenSymbol": "ETH",
|
|
120981
|
+
"nativeTokenWrapper": "0x5943f705abb6834cad767e6e4bb258bc48d9c947",
|
|
120982
|
+
"contractsV1": {
|
|
120983
|
+
"resolver": "0x3710AB3fDE2B61736B8BB0CE845D6c61F667a78E",
|
|
120984
|
+
"host": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9",
|
|
120985
|
+
"governance": "0x3a648764a6d66440ca096343937c711a7ac1b1e9",
|
|
120986
|
+
"cfaV1": "0xEd6BcbF6907D4feEEe8a8875543249bEa9D308E8",
|
|
120987
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
120988
|
+
"idaV1": "0xfDdcdac21D64B639546f3Ce2868C7EF06036990c",
|
|
120989
|
+
"gdaV1": "0x3dB8Abd8B696F6c4150212A85961f954825Dd4B9",
|
|
120990
|
+
"superTokenFactory": "0x94f26B4c8AD12B18c12f38E878618f7664bdcCE2",
|
|
120991
|
+
"superfluidLoader": "0x74d860243Ff08A243d5485899f343117EbDa6eA8",
|
|
120992
|
+
"toga": "0xa54FC15FC75693447d70a57262F37a70B614721b",
|
|
120993
|
+
"flowScheduler": "0xf428308b426D7cD7Ad8eBE549d750f31C8E060Ca",
|
|
120994
|
+
"vestingScheduler": "0xF9240F930d847F70ad900aBEE8949F25649Bf24a"
|
|
120995
|
+
},
|
|
120996
|
+
"startBlockV1": 3550000,
|
|
120997
|
+
"logsQueryRange": 10000,
|
|
120998
|
+
"explorer": "https://goerli.etherscan.io",
|
|
120999
|
+
"subgraphV1": {
|
|
121000
|
+
"name": "protocol-v1-goerli",
|
|
121001
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-goerli"
|
|
121002
|
+
},
|
|
121003
|
+
"publicRPCs": [
|
|
121004
|
+
"https://rpc.ankr.com/eth_goerli",
|
|
121005
|
+
"https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
|
|
121006
|
+
]
|
|
121007
|
+
},
|
|
121008
|
+
{
|
|
121009
|
+
"name": "polygon-mumbai",
|
|
121010
|
+
"isTestnet": true,
|
|
121011
|
+
"networkId": 80001,
|
|
121012
|
+
"chainId": 80001,
|
|
121013
|
+
"shortName": "mumbai",
|
|
121014
|
+
"uppercaseName": "POLYGON_MUMBAI",
|
|
121015
|
+
"humanReadableName": "Polygon Mumbai",
|
|
121016
|
+
"nativeTokenSymbol": "MATIC",
|
|
121017
|
+
"nativeTokenWrapper": "0x96B82B65ACF7072eFEb00502F45757F254c2a0D4",
|
|
121018
|
+
"contractsV1": {
|
|
121019
|
+
"resolver": "0x8C54C83FbDe3C59e59dd6E324531FB93d4F504d3",
|
|
121020
|
+
"host": "0xEB796bdb90fFA0f28255275e16936D25d3418603",
|
|
121021
|
+
"governance": "0x2637eA93EE5cd887ff9AC98185eA67Bd70C5f62e",
|
|
121022
|
+
"cfaV1": "0x49e565Ed1bdc17F3d220f72DF0857C26FA83F873",
|
|
121023
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121024
|
+
"idaV1": "0x804348D4960a61f2d5F9ce9103027A3E849E09b8",
|
|
121025
|
+
"gdaV1": "0x63ab406B6eF6c8be732c1edbd15464de16a8F46D",
|
|
121026
|
+
"superTokenFactory": "0xB798553db6EB3D3C56912378409370145E97324B",
|
|
121027
|
+
"superfluidLoader": "0x0d56ED56b63382B0FC964490feB9AE438B6B4b79",
|
|
121028
|
+
"toga": "0x38DD80876DBA048d0050D28828522c313967D073",
|
|
121029
|
+
"superSpreader": "0x74CDF863b00789c29734F8dFd9F83423Bc55E4cE",
|
|
121030
|
+
"flowScheduler": "0x59A3Ba9d34c387FB70b4f4e4Fbc9eD7519194139",
|
|
121031
|
+
"vestingScheduler": "0x3962EE56c9f7176215D149938BA685F91aBB633B"
|
|
121032
|
+
},
|
|
121033
|
+
"startBlockV1": 8100000,
|
|
121034
|
+
"logsQueryRange": 10000,
|
|
121035
|
+
"explorer": "https://mumbai.polygonscan.com",
|
|
121036
|
+
"subgraphV1": {
|
|
121037
|
+
"name": "protocol-v1-mumbai",
|
|
121038
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-mumbai"
|
|
121039
|
+
},
|
|
121040
|
+
"publicRPCs": [
|
|
121041
|
+
"https://rpc.ankr.com/polygon_mumbai",
|
|
121042
|
+
"https://matic-mumbai.chainstacklabs.com"
|
|
121043
|
+
]
|
|
121044
|
+
},
|
|
121045
|
+
{
|
|
121046
|
+
"name": "optimism-goerli",
|
|
121047
|
+
"isTestnet": true,
|
|
121048
|
+
"networkId": 420,
|
|
121049
|
+
"chainId": 420,
|
|
121050
|
+
"shortName": "opgoerli",
|
|
121051
|
+
"uppercaseName": "OPTIMISM_GOERLI",
|
|
121052
|
+
"humanReadableName": "Optimism Goerli",
|
|
121053
|
+
"nativeTokenSymbol": "ETH",
|
|
121054
|
+
"nativeTokenWrapper": "0xE01F8743677Da897F4e7De9073b57Bf034FC2433",
|
|
121055
|
+
"contractsV1": {
|
|
121056
|
+
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
121057
|
+
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
121058
|
+
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
121059
|
+
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
121060
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121061
|
+
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
121062
|
+
"gdaV1": "0xe87F46A15C410F151309Bf7516e130087Fc6a5E5",
|
|
121063
|
+
"superTokenFactory": "0xfafe31cf998Df4e5D8310B03EBa8fb5bF327Eaf5",
|
|
121064
|
+
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
121065
|
+
},
|
|
121066
|
+
"startBlockV1": 340000,
|
|
121067
|
+
"logsQueryRange": 50000,
|
|
121068
|
+
"explorer": "https://goerli-optimism.etherscan.io",
|
|
121069
|
+
"subgraphV1": {
|
|
121070
|
+
"name": "protocol-v1-optimism-goerli",
|
|
121071
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-goerli"
|
|
121072
|
+
}
|
|
121073
|
+
},
|
|
121074
|
+
{
|
|
121075
|
+
"name": "arbitrum-goerli",
|
|
121076
|
+
"isTestnet": true,
|
|
121077
|
+
"networkId": 421613,
|
|
121078
|
+
"chainId": 421613,
|
|
121079
|
+
"shortName": "arbgoerli",
|
|
121080
|
+
"uppercaseName": "ARBITRUM_GOERLI",
|
|
121081
|
+
"humanReadableName": "Arbitrum Goerli",
|
|
121082
|
+
"nativeTokenSymbol": "ETH",
|
|
121083
|
+
"nativeTokenWrapper": "0xE01F8743677Da897F4e7De9073b57Bf034FC2433",
|
|
121084
|
+
"contractsV1": {
|
|
121085
|
+
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
121086
|
+
"host": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9",
|
|
121087
|
+
"governance": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
|
|
121088
|
+
"cfaV1": "0xff48668fa670A85e55A7a822b352d5ccF3E7b18C",
|
|
121089
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121090
|
+
"idaV1": "0x96215257F2FcbB00135578f766c0449d239bd92F",
|
|
121091
|
+
"gdaV1": "0xe87F46A15C410F151309Bf7516e130087Fc6a5E5",
|
|
121092
|
+
"superTokenFactory": "0xfafe31cf998Df4e5D8310B03EBa8fb5bF327Eaf5",
|
|
121093
|
+
"superfluidLoader": "0x5Bb5908dcCC9Bb0fC39a78CfDf9e47B4C08E9521"
|
|
121094
|
+
},
|
|
121095
|
+
"startBlockV1": 93000,
|
|
121096
|
+
"logsQueryRange": 50000,
|
|
121097
|
+
"explorer": "https://goerli.arbiscan.io",
|
|
121098
|
+
"subgraphV1": {
|
|
121099
|
+
"name": "protocol-v1-arbitrum-goerli",
|
|
121100
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-goerli"
|
|
121101
|
+
}
|
|
121102
|
+
},
|
|
121103
|
+
{
|
|
121104
|
+
"name": "avalanche-fuji",
|
|
121105
|
+
"isTestnet": true,
|
|
121106
|
+
"networkId": 43113,
|
|
121107
|
+
"chainId": 43113,
|
|
121108
|
+
"shortName": "fuji",
|
|
121109
|
+
"uppercaseName": "AVALANCHE_FUJI",
|
|
121110
|
+
"humanReadableName": "Avalanche Fuji",
|
|
121111
|
+
"nativeTokenSymbol": "AVAX",
|
|
121112
|
+
"nativeTokenWrapper": "0xfFD0f6d73ee52c68BF1b01C8AfA2529C97ca17F3",
|
|
121113
|
+
"contractsV1": {
|
|
121114
|
+
"resolver": "0xf0ec6A8842Ca72Aec8A4D4573E731242389e18A8",
|
|
121115
|
+
"host": "0x85Fe79b998509B77BF10A8BD4001D58475D29386",
|
|
121116
|
+
"governance": "0xA55632254Bc9F739bDe7191c8a4510aDdae3ef6D",
|
|
121117
|
+
"cfaV1": "0x16843ac25Ccc58Aa7960ba05f61cBB17b36b130A",
|
|
121118
|
+
"cfaV1Forwarder": "0x2CDd45c5182602a36d391F7F16DD9f8386C3bD8D",
|
|
121119
|
+
"idaV1": "0xA44dEC7A0Dde1a56AeDe4143C1ef89cf5d956782",
|
|
121120
|
+
"gdaV1": "0x48ac69a0f8bc90d5b3b81f6162ec87c864ebd052",
|
|
121121
|
+
"superTokenFactory": "0x1C92042426B6bAAe497bEf461B6d8342D03aEc92",
|
|
121122
|
+
"superfluidLoader": "0x96C3C2d23d143301cF363a02cB7fe3596d2834d7"
|
|
121123
|
+
},
|
|
121124
|
+
"startBlockV1": 3220000,
|
|
121125
|
+
"logsQueryRange": 50000,
|
|
121126
|
+
"explorer": "https://testnet.snowtrace.io",
|
|
121127
|
+
"subgraphV1": {
|
|
121128
|
+
"name": "protocol-v1-avalanche-fuji",
|
|
121129
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji"
|
|
121130
|
+
}
|
|
121131
|
+
},
|
|
121132
|
+
{
|
|
121133
|
+
"name": "eth-sepolia",
|
|
121134
|
+
"isTestnet": true,
|
|
121135
|
+
"networkId": 11155111,
|
|
121136
|
+
"chainId": 11155111,
|
|
121137
|
+
"shortName": "sepolia",
|
|
121138
|
+
"uppercaseName": "ETH_SEPOLIA",
|
|
121139
|
+
"humanReadableName": "Sepolia",
|
|
121140
|
+
"nativeTokenSymbol": "ETH",
|
|
121141
|
+
"nativeTokenWrapper": "0x30a6933Ca9230361972E413a15dC8114c952414e",
|
|
121142
|
+
"contractsV1": {
|
|
121143
|
+
"resolver": "0x6813edE4E78ecb830d380d0F7F684c12aAc95F02",
|
|
121144
|
+
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
|
|
121145
|
+
"governance": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
121146
|
+
"cfaV1": "0x6836F23d6171D74Ef62FcF776655aBcD2bcd62Ef",
|
|
121147
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121148
|
+
"idaV1": "0x9358C7dCCc6B8CA6F526311e8ac266F8C861B7ea",
|
|
121149
|
+
"superTokenFactory": "0x254C2e152E8602839D288A7bccdf3d0974597193",
|
|
121150
|
+
"superfluidLoader": "0x554c06487bEc8c890A0345eb05a5292C1b1017Bd"
|
|
121151
|
+
},
|
|
121152
|
+
"startBlockV1": 3322400,
|
|
121153
|
+
"logsQueryRange": 10000,
|
|
121154
|
+
"explorer": "https://sepolia.etherscan.io",
|
|
121155
|
+
"subgraphV1": {
|
|
121156
|
+
"name": "protocol-v1-eth-sepolia",
|
|
121157
|
+
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-sepolia/api"
|
|
121158
|
+
},
|
|
121159
|
+
"publicRPCs": [
|
|
121160
|
+
"https://rpc.sepolia.org",
|
|
121161
|
+
"https://ethereum-sepolia.blockpi.network/v1/rpc/public"
|
|
121162
|
+
]
|
|
121163
|
+
},
|
|
121164
|
+
{
|
|
121165
|
+
"name": "base-goerli",
|
|
121166
|
+
"isTestnet": true,
|
|
121167
|
+
"networkId": 84531,
|
|
121168
|
+
"chainId": 84531,
|
|
121169
|
+
"shortName": "bgoerli",
|
|
121170
|
+
"uppercaseName": "BASE_GOERLI",
|
|
121171
|
+
"humanReadableName": "Base Goerli",
|
|
121172
|
+
"nativeTokenSymbol": "ETH",
|
|
121173
|
+
"nativeTokenWrapper": "0x7fFCE315B2014546bA461d54eDed7AAc70DF4f53",
|
|
121174
|
+
"contractsV1": {
|
|
121175
|
+
"resolver": "0x598D5dB9902cbBd6e8Ee9CDb3A231377cdA2f018",
|
|
121176
|
+
"host": "0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6",
|
|
121177
|
+
"governance": "0xbe20Bac0DCF6f01834F51CCDab2dD72707C6e9b6",
|
|
121178
|
+
"cfaV1": "0x4C476F2Fb27272680F2f6f2592E94d9e704691bC",
|
|
121179
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121180
|
+
"idaV1": "0xaa4FCc799B8857FA87b2945Dc6572D5d76b35485",
|
|
121181
|
+
"superTokenFactory": "0x1015BE31D7711D95d2c3444708FB53cC851ba856",
|
|
121182
|
+
"superfluidLoader": "0x15F0Ca26781C3852f8166eD2ebce5D18265cceb7"
|
|
121183
|
+
},
|
|
121184
|
+
"startBlockV1": 5249500,
|
|
121185
|
+
"logsQueryRange": 10000,
|
|
121186
|
+
"explorer": "https://goerli.basescan.org/",
|
|
121187
|
+
"subgraphV1": {
|
|
121188
|
+
"name": "protocol-v1-base-goerli"
|
|
121189
|
+
},
|
|
121190
|
+
"publicRPCs": [
|
|
121191
|
+
"https://goerli.base.org",
|
|
121192
|
+
"https://base-goerli.public.blastapi.io"
|
|
121193
|
+
]
|
|
121194
|
+
},
|
|
121195
|
+
{
|
|
121196
|
+
"name": "zkevm-testnet",
|
|
121197
|
+
"isTestnet": true,
|
|
121198
|
+
"networkId": 1442,
|
|
121199
|
+
"chainId": 1442,
|
|
121200
|
+
"shortName": "zktest",
|
|
121201
|
+
"uppercaseName": "ZKEVM_TESTNET",
|
|
121202
|
+
"humanReadableName": "zkEVM Testnet",
|
|
121203
|
+
"nativeTokenSymbol": "ETH",
|
|
121204
|
+
"nativeTokenWrapper": "0x6345Aa6cec42a85160CF436810F97661e28c1876",
|
|
121205
|
+
"contractsV1": {
|
|
121206
|
+
"resolver": "0x642332562BC60a4Bd9681E7bb1588f7456A497aC",
|
|
121207
|
+
"host": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704",
|
|
121208
|
+
"governance": "0xF21019b8688e7730Ca6D9002569eCBaF8d1A3083",
|
|
121209
|
+
"cfaV1": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
|
|
121210
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121211
|
+
"idaV1": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
|
|
121212
|
+
"superTokenFactory": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
|
|
121213
|
+
"superfluidLoader": "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
|
|
121214
|
+
},
|
|
121215
|
+
"startBlockV1": 726000,
|
|
121216
|
+
"logsQueryRange": 20000,
|
|
121217
|
+
"explorer": "https://testnet-zkevm.polygonscan.org/",
|
|
121218
|
+
"subgraphV1": {
|
|
121219
|
+
"name": "protocol-v1-zkevm-testnet"
|
|
121220
|
+
},
|
|
121221
|
+
"publicRPCs": [
|
|
121222
|
+
"https://rpc.public.zkevm-test.net"
|
|
121223
|
+
]
|
|
121224
|
+
},
|
|
121225
|
+
{
|
|
121226
|
+
"name": "xdai-mainnet",
|
|
121227
|
+
"isTestnet": false,
|
|
121228
|
+
"networkId": 100,
|
|
121229
|
+
"chainId": 100,
|
|
121230
|
+
"shortName": "xdai",
|
|
121231
|
+
"uppercaseName": "XDAI_MAINNET",
|
|
121232
|
+
"humanReadableName": "Gnosis Chain",
|
|
121233
|
+
"nativeTokenSymbol": "xDAI",
|
|
121234
|
+
"nativeTokenWrapper": "0x59988e47A3503AaFaA0368b9deF095c818Fdca01",
|
|
121235
|
+
"contractsV1": {
|
|
121236
|
+
"resolver": "0xD2009765189164b495c110D61e4D301729079911",
|
|
121237
|
+
"host": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7",
|
|
121238
|
+
"governance": "0xaCc7380323681fdb8a0B9F2FE7d69dDFf0664478",
|
|
121239
|
+
"cfaV1": "0xEbdA4ceF883A7B12c4E669Ebc58927FBa8447C7D",
|
|
121240
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121241
|
+
"idaV1": "0x7888ac96F987Eb10E291F34851ae0266eF912081",
|
|
121242
|
+
"superTokenFactory": "0x23410e2659380784498509698ed70E414D384880",
|
|
121243
|
+
"superfluidLoader": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
|
|
121244
|
+
"toga": "0xb7DE52F4281a7a276E18C40F94cd93159C4A2d22",
|
|
121245
|
+
"batchLiquidator": "0x27636F8E129cdd4ccA0F30E2b4C116DDaC773bE5",
|
|
121246
|
+
"superSpreader": "0x74CDF863b00789c29734F8dFd9F83423Bc55E4cE",
|
|
121247
|
+
"flowScheduler": "0x9cC7fc484fF588926149577e9330fA5b2cA74336",
|
|
121248
|
+
"vestingScheduler": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
121249
|
+
"wrapManager": "0x7a2899D179a8F205C8EDAd2e52954cA5f6d48D1A",
|
|
121250
|
+
"wrapStrategy": "0xc3B7f0b221a002fE8Fc93b4Ef9BB6362950510F2"
|
|
121251
|
+
},
|
|
121252
|
+
"startBlockV1": 14820000,
|
|
121253
|
+
"logsQueryRange": 20000,
|
|
121254
|
+
"explorer": "https://gnosisscan.io",
|
|
121255
|
+
"subgraphV1": {
|
|
121256
|
+
"name": "protocol-v1-xdai",
|
|
121257
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai",
|
|
121258
|
+
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/xdai/api"
|
|
121259
|
+
},
|
|
121260
|
+
"publicRPCs": [
|
|
121261
|
+
"https://rpc.gnosischain.com",
|
|
121262
|
+
"https://gnosischain-rpc.gateway.pokt.network"
|
|
121263
|
+
],
|
|
121264
|
+
"coinGeckoId": "xdai"
|
|
121265
|
+
},
|
|
121266
|
+
{
|
|
121267
|
+
"name": "polygon-mainnet",
|
|
121268
|
+
"isTestnet": false,
|
|
121269
|
+
"networkId": 137,
|
|
121270
|
+
"chainId": 137,
|
|
121271
|
+
"shortName": "matic",
|
|
121272
|
+
"uppercaseName": "POLYGON_MAINNET",
|
|
121273
|
+
"humanReadableName": "Polygon",
|
|
121274
|
+
"nativeTokenSymbol": "MATIC",
|
|
121275
|
+
"nativeTokenWrapper": "0x3aD736904E9e65189c3000c7DD2c8AC8bB7cD4e3",
|
|
121276
|
+
"contractsV1": {
|
|
121277
|
+
"resolver": "0xE0cc76334405EE8b39213E620587d815967af39C",
|
|
121278
|
+
"host": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7",
|
|
121279
|
+
"governance": "0x3AD3f7A0965Ce6f9358AD5CCE86Bc2b05F1EE087",
|
|
121280
|
+
"cfaV1": "0x6EeE6060f715257b970700bc2656De21dEdF074C",
|
|
121281
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121282
|
+
"idaV1": "0xB0aABBA4B2783A72C52956CDEF62d438ecA2d7a1",
|
|
121283
|
+
"superTokenFactory": "0x2C90719f25B10Fc5646c82DA3240C76Fa5BcCF34",
|
|
121284
|
+
"superfluidLoader": "0x15F0Ca26781C3852f8166eD2ebce5D18265cceb7",
|
|
121285
|
+
"toga": "0x6AEAeE5Fd4D05A741723D752D30EE4D72690A8f7",
|
|
121286
|
+
"batchLiquidator": "0xA6Cdb472e7E22Bf30ae6fB752E4a13eBF3c12165",
|
|
121287
|
+
"flowScheduler": "0x55F7758dd99d5e185f4CC08d4Ad95B71f598264D",
|
|
121288
|
+
"vestingScheduler": "0xcFE6382B33F2AdaFbE46e6A26A88E0182ae32b0c"
|
|
121289
|
+
},
|
|
121290
|
+
"startBlockV1": 11650500,
|
|
121291
|
+
"logsQueryRange": 10000,
|
|
121292
|
+
"explorer": "https://polygonscan.com",
|
|
121293
|
+
"subgraphV1": {
|
|
121294
|
+
"name": "protocol-v1-matic",
|
|
121295
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic",
|
|
121296
|
+
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/matic/api"
|
|
121297
|
+
},
|
|
121298
|
+
"publicRPCs": [
|
|
121299
|
+
"https://polygon-rpc.com",
|
|
121300
|
+
"https://poly-rpc.gateway.pokt.network"
|
|
121301
|
+
],
|
|
121302
|
+
"coinGeckoId": "polygon-pos"
|
|
121303
|
+
},
|
|
121304
|
+
{
|
|
121305
|
+
"name": "optimism-mainnet",
|
|
121306
|
+
"isTestnet": false,
|
|
121307
|
+
"networkId": 10,
|
|
121308
|
+
"chainId": 10,
|
|
121309
|
+
"shortName": "optimism",
|
|
121310
|
+
"uppercaseName": "OPTIMISM_MAINNET",
|
|
121311
|
+
"humanReadableName": "Optimism",
|
|
121312
|
+
"nativeTokenSymbol": "ETH",
|
|
121313
|
+
"nativeTokenWrapper": "0x4ac8bD1bDaE47beeF2D1c6Aa62229509b962Aa0d",
|
|
121314
|
+
"contractsV1": {
|
|
121315
|
+
"resolver": "0x743B5f46BC86caF41bE4956d9275721E0531B186",
|
|
121316
|
+
"host": "0x567c4B141ED61923967cA25Ef4906C8781069a10",
|
|
121317
|
+
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
121318
|
+
"cfaV1": "0x204C6f131bb7F258b2Ea1593f5309911d8E458eD",
|
|
121319
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121320
|
+
"idaV1": "0xc4ce5118C3B20950ee288f086cb7FC166d222D4c",
|
|
121321
|
+
"superTokenFactory": "0x8276469A443D5C6B7146BED45e2abCaD3B6adad9",
|
|
121322
|
+
"superfluidLoader": "0x8E310ce29Ab7Fa2878944A65BB0eaF97B1853d40",
|
|
121323
|
+
"toga": "0xA3c8502187fD7a7118eAD59dc811281448946C8f",
|
|
121324
|
+
"batchLiquidator": "0x36Df169DBf5CE3c6f58D46f0addeF58F01381232",
|
|
121325
|
+
"flowScheduler": "0x55c8fc400833eEa791087cF343Ff2409A39DeBcC",
|
|
121326
|
+
"vestingScheduler": "0x65377d4dfE9c01639A41952B5083D58964782892"
|
|
121327
|
+
},
|
|
121328
|
+
"startBlockV1": 4300000,
|
|
121329
|
+
"logsQueryRange": 50000,
|
|
121330
|
+
"explorer": "https://optimistic.etherscan.io",
|
|
121331
|
+
"subgraphV1": {
|
|
121332
|
+
"name": "protocol-v1-optimism-mainnet",
|
|
121333
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet"
|
|
121334
|
+
},
|
|
121335
|
+
"publicRPCs": [
|
|
121336
|
+
"https://mainnet.optimism.io",
|
|
121337
|
+
"https://rpc.ankr.com/optimism"
|
|
121338
|
+
],
|
|
121339
|
+
"coinGeckoId": "optimistic-ethereum"
|
|
121340
|
+
},
|
|
121341
|
+
{
|
|
121342
|
+
"name": "arbitrum-one",
|
|
121343
|
+
"isTestnet": false,
|
|
121344
|
+
"networkId": 42161,
|
|
121345
|
+
"chainId": 42161,
|
|
121346
|
+
"shortName": "arbone",
|
|
121347
|
+
"uppercaseName": "ARBITRUM_ONE",
|
|
121348
|
+
"humanReadableName": "Arbitrum One",
|
|
121349
|
+
"nativeTokenSymbol": "ETH",
|
|
121350
|
+
"nativeTokenWrapper": "0xe6C8d111337D0052b9D88BF5d7D55B7f8385ACd3",
|
|
121351
|
+
"contractsV1": {
|
|
121352
|
+
"resolver": "0x609b9d9d6Ee9C3200745A79B9d3398DBd63d509F",
|
|
121353
|
+
"host": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192",
|
|
121354
|
+
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
121355
|
+
"cfaV1": "0x731FdBB12944973B500518aea61942381d7e240D",
|
|
121356
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121357
|
+
"idaV1": "0x2319C7e07EB063340D2a0E36709B0D65fda75986",
|
|
121358
|
+
"superTokenFactory": "0x1C21Ead77fd45C84a4c916Db7A6635D0C6FF09D6",
|
|
121359
|
+
"superfluidLoader": "0xB99cA401e10D277345BcFb281AC148a2e16Db466",
|
|
121360
|
+
"toga": "0xFC63B7C762B10670Eda15cF3ca3970bCDB28C9eF",
|
|
121361
|
+
"batchLiquidator": "0x6C66e5c5D201A753ff497F2e9eC5D545631854d0",
|
|
121362
|
+
"flowScheduler": "0x3fA8B653F9abf91428800C0ba0F8D145a71F97A1",
|
|
121363
|
+
"vestingScheduler": "0x55c8fc400833eEa791087cF343Ff2409A39DeBcC"
|
|
121364
|
+
},
|
|
121365
|
+
"startBlockV1": 7600000,
|
|
121366
|
+
"logsQueryRange": 50000,
|
|
121367
|
+
"explorer": "https://arbiscan.io",
|
|
121368
|
+
"subgraphV1": {
|
|
121369
|
+
"name": "protocol-v1-arbitrum-one",
|
|
121370
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one"
|
|
121371
|
+
},
|
|
121372
|
+
"publicRPCs": [
|
|
121373
|
+
"https://arb1.arbitrum.io/rpc",
|
|
121374
|
+
"https://arbitrum.blockpi.network/v1/rpc/public"
|
|
121375
|
+
],
|
|
121376
|
+
"coinGeckoId": "arbitrum-one"
|
|
121377
|
+
},
|
|
121378
|
+
{
|
|
121379
|
+
"name": "avalanche-c",
|
|
121380
|
+
"isTestnet": false,
|
|
121381
|
+
"networkId": 43114,
|
|
121382
|
+
"chainId": 43114,
|
|
121383
|
+
"shortName": "avalanche",
|
|
121384
|
+
"uppercaseName": "AVALANCHE_C",
|
|
121385
|
+
"humanReadableName": "Avalanche C",
|
|
121386
|
+
"nativeTokenSymbol": "AVAX",
|
|
121387
|
+
"nativeTokenWrapper": "0xBE916845D8678b5d2F7aD79525A62D7c08ABba7e",
|
|
121388
|
+
"contractsV1": {
|
|
121389
|
+
"resolver": "0x24a3F04F70B7f07B9673EadD3e146391BcfEa5c1",
|
|
121390
|
+
"host": "0x60377C7016E4cdB03C87EF474896C11cB560752C",
|
|
121391
|
+
"governance": "0xF74390BabA510ec2fE196c2e02B037380d7a6F12",
|
|
121392
|
+
"cfaV1": "0x6946c5B38Ffea373b0a2340b4AEf0De8F6782e58",
|
|
121393
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121394
|
+
"idaV1": "0x1fA9fFe8Db73F701454B195151Db4Abb18423cf2",
|
|
121395
|
+
"superTokenFactory": "0x464AADdBB2B80f3Cb666522EB7381bE610F638b4",
|
|
121396
|
+
"superfluidLoader": "0x2601E69a2D16C8Ccc8aEe8cE9F59d24a59986B9E",
|
|
121397
|
+
"toga": "0x3D9A67D5ec1E72CEcA8157e028855056786b6159",
|
|
121398
|
+
"batchLiquidator": "0xdddaD64A9Fe7709A729C4a5428617e369278e0b6",
|
|
121399
|
+
"flowScheduler": "0xF7AfF590E9DE493D7ACb421Fca7f1E35C1ad4Ce5",
|
|
121400
|
+
"vestingScheduler": "0x3fA8B653F9abf91428800C0ba0F8D145a71F97A1"
|
|
121401
|
+
},
|
|
121402
|
+
"startBlockV1": 14700000,
|
|
121403
|
+
"logsQueryRange": 50000,
|
|
121404
|
+
"explorer": "https://snowtrace.io",
|
|
121405
|
+
"subgraphV1": {
|
|
121406
|
+
"name": "protocol-v1-avalanche-c",
|
|
121407
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c"
|
|
121408
|
+
},
|
|
121409
|
+
"publicRPCs": [
|
|
121410
|
+
"https://api.avax.network/ext/bc/C/rpc",
|
|
121411
|
+
"https://rpc.ankr.com/avalanche"
|
|
121412
|
+
],
|
|
121413
|
+
"coinGeckoId": "avalanche"
|
|
121414
|
+
},
|
|
121415
|
+
{
|
|
121416
|
+
"name": "bsc-mainnet",
|
|
121417
|
+
"isTestnet": false,
|
|
121418
|
+
"networkId": 56,
|
|
121419
|
+
"chainId": 56,
|
|
121420
|
+
"shortName": "bsc",
|
|
121421
|
+
"uppercaseName": "BSC_MAINNET",
|
|
121422
|
+
"humanReadableName": "BNB Smart Chain",
|
|
121423
|
+
"nativeTokenSymbol": "BNB",
|
|
121424
|
+
"nativeTokenWrapper": "0x529A4116F160c833c61311569D6B33dFF41fD657",
|
|
121425
|
+
"contractsV1": {
|
|
121426
|
+
"resolver": "0x69604aA4e9e8BF44A73C680997205Edb03A92E41",
|
|
121427
|
+
"host": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E",
|
|
121428
|
+
"governance": "0xee07D9fce4Cf2a891BC979E9d365929506C2982f",
|
|
121429
|
+
"cfaV1": "0x49c38108870e74Cb9420C0991a85D3edd6363F75",
|
|
121430
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121431
|
+
"idaV1": "0x594ed9Cd773584B645aC1F5B11020d3b32cDF07d",
|
|
121432
|
+
"superTokenFactory": "0x8bde47397301F0Cd31b9000032fD517a39c946Eb",
|
|
121433
|
+
"superfluidLoader": "0x3C26e5bEbc68EaAf4efcd88F8E5A6Aeb77b65579",
|
|
121434
|
+
"toga": "0xFCD84210f5d51Cd40a30443d44d6A5500d5D10dF",
|
|
121435
|
+
"batchLiquidator": "0x5487d078CA8933e83d91d5E7AFBe3A7bfC3412d6",
|
|
121436
|
+
"flowScheduler": "0x2f9e2A2A59405682d4F86779275CF5525AD7eC2B",
|
|
121437
|
+
"vestingScheduler": "0x9B91c27f78376383003C6A12Ad12B341d016C5b9"
|
|
121438
|
+
},
|
|
121439
|
+
"startBlockV1": 18800000,
|
|
121440
|
+
"logsQueryRange": 5000,
|
|
121441
|
+
"explorer": "https://bscscan.com",
|
|
121442
|
+
"subgraphV1": {
|
|
121443
|
+
"name": "protocol-v1-bsc-mainnet",
|
|
121444
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet"
|
|
121445
|
+
},
|
|
121446
|
+
"publicRPCs": [
|
|
121447
|
+
"https://bscrpc.com",
|
|
121448
|
+
"https://bsc-dataseed.binance.org"
|
|
121449
|
+
],
|
|
121450
|
+
"coinGeckoId": "binance-smart-chain"
|
|
121451
|
+
},
|
|
121452
|
+
{
|
|
121453
|
+
"name": "eth-mainnet",
|
|
121454
|
+
"isTestnet": false,
|
|
121455
|
+
"networkId": 1,
|
|
121456
|
+
"chainId": 1,
|
|
121457
|
+
"shortName": "mainnet",
|
|
121458
|
+
"uppercaseName": "ETH_MAINNET",
|
|
121459
|
+
"humanReadableName": "Ethereum",
|
|
121460
|
+
"nativeTokenSymbol": "ETH",
|
|
121461
|
+
"nativeTokenWrapper": "0xC22BeA0Be9872d8B7B3933CEc70Ece4D53A900da",
|
|
121462
|
+
"contractsV1": {
|
|
121463
|
+
"resolver": "0xeE4cD028f5fdaAdeA99f8fc38e8bA8A57c90Be53",
|
|
121464
|
+
"host": "0x4E583d9390082B65Bef884b629DFA426114CED6d",
|
|
121465
|
+
"governance": "0xe2E14e2C4518cB06c32Cd0818B4C01f53E1Ba653",
|
|
121466
|
+
"cfaV1": "0x2844c1BBdA121E9E43105630b9C8310e5c72744b",
|
|
121467
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121468
|
+
"idaV1": "0xbCF9cfA8Da20B591790dF27DE65C1254Bf91563d",
|
|
121469
|
+
"superTokenFactory": "0x0422689cc4087b6B7280e0a7e7F655200ec86Ae1",
|
|
121470
|
+
"superfluidLoader": "0x9775EEBdfF8AE845e7Ad3d1D04B85e6c6d284aCB",
|
|
121471
|
+
"toga": "0x8B5a2CF69a56d7F8Fa027edcA23594cdDF544dDc",
|
|
121472
|
+
"batchLiquidator": "0x554c06487bEc8c890A0345eb05a5292C1b1017Bd",
|
|
121473
|
+
"flowScheduler": "0xAA0cD305eD020137E302CeCede7b18c0A05aCCDA",
|
|
121474
|
+
"vestingScheduler": "0x39D5cBBa9adEBc25085a3918d36D5325546C001B"
|
|
121475
|
+
},
|
|
121476
|
+
"startBlockV1": 15870000,
|
|
121477
|
+
"logsQueryRange": 10000,
|
|
121478
|
+
"explorer": "https://etherscan.io",
|
|
121479
|
+
"subgraphV1": {
|
|
121480
|
+
"name": "protocol-v1-eth-mainnet",
|
|
121481
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet",
|
|
121482
|
+
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-mainnet/api"
|
|
121483
|
+
},
|
|
121484
|
+
"publicRPCs": [
|
|
121485
|
+
"https://cloudflare-eth.com",
|
|
121486
|
+
"https://eth-rpc.gateway.pokt.network"
|
|
121487
|
+
],
|
|
121488
|
+
"coinGeckoId": "ethereum"
|
|
121489
|
+
},
|
|
121490
|
+
{
|
|
121491
|
+
"name": "celo-mainnet",
|
|
121492
|
+
"isTestnet": false,
|
|
121493
|
+
"networkId": 42220,
|
|
121494
|
+
"chainId": 42220,
|
|
121495
|
+
"shortName": "celo",
|
|
121496
|
+
"uppercaseName": "CELO_MAINNET",
|
|
121497
|
+
"humanReadableName": "Celo",
|
|
121498
|
+
"nativeTokenSymbol": "CELO",
|
|
121499
|
+
"nativeTokenWrapper": "0x671425Ae1f272Bc6F79beC3ed5C4b00e9c628240",
|
|
121500
|
+
"contractsV1": {
|
|
121501
|
+
"resolver": "0x05eE721BD4D803d6d477Aa7607395452B65373FF",
|
|
121502
|
+
"host": "0xA4Ff07cF81C02CFD356184879D953970cA957585",
|
|
121503
|
+
"governance": "0x0170FFCC75d178d426EBad5b1a31451d00Ddbd0D",
|
|
121504
|
+
"cfaV1": "0x9d369e78e1a682cE0F8d9aD849BeA4FE1c3bD3Ad",
|
|
121505
|
+
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
|
|
121506
|
+
"idaV1": "0x26747Fe93fAC8bF28E1e24A558a2bC7E4d9846cA",
|
|
121507
|
+
"superTokenFactory": "0x36be86dEe6BC726Ed0Cbd170ccD2F21760BC73D9",
|
|
121508
|
+
"superfluidLoader": "0xAd6e6849d8eEa62AF9271808afb726610fB451a6",
|
|
121509
|
+
"toga": "0x9bCa3a623e7b2e248510d88B2894F54898d88F91",
|
|
121510
|
+
"batchLiquidator": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136"
|
|
121511
|
+
},
|
|
121512
|
+
"startBlockV1": 16393000,
|
|
121513
|
+
"logsQueryRange": 20000,
|
|
121514
|
+
"explorer": "https://celoscan.io",
|
|
121515
|
+
"subgraphV1": {
|
|
121516
|
+
"name": "protocol-v1-celo-mainnet",
|
|
121517
|
+
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-celo-mainnet"
|
|
121518
|
+
},
|
|
121519
|
+
"publicRPCs": [
|
|
121520
|
+
"https://forno.celo.org",
|
|
121521
|
+
"https://rpc.ankr.com/celo"
|
|
121522
|
+
],
|
|
121523
|
+
"coinGeckoId": "celo"
|
|
121524
|
+
}
|
|
121525
|
+
]
|
|
121526
|
+
|
|
121527
|
+
},{}],390:[function(require,module,exports){
|
|
121526
121528
|
/* eslint-env browser */
|
|
121527
121529
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
121528
121530
|
|
|
@@ -121582,7 +121584,7 @@ function createRequestBody(query, variables, operationName, jsonSerializer) {
|
|
|
121582
121584
|
}
|
|
121583
121585
|
exports.default = createRequestBody;
|
|
121584
121586
|
|
|
121585
|
-
},{"./defaultJsonSerializer":392,"extract-files":
|
|
121587
|
+
},{"./defaultJsonSerializer":392,"extract-files":154,"form-data":390}],392:[function(require,module,exports){
|
|
121586
121588
|
"use strict";
|
|
121587
121589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
121588
121590
|
exports.defaultJsonSerializer = void 0;
|
|
@@ -122355,7 +122357,7 @@ function HeadersInstanceToPlainObject(headers) {
|
|
|
122355
122357
|
var graphql_ws_1 = require("./graphql-ws");
|
|
122356
122358
|
Object.defineProperty(exports, "GraphQLWebSocketClient", { enumerable: true, get: function () { return graphql_ws_1.GraphQLWebSocketClient; } });
|
|
122357
122359
|
|
|
122358
|
-
},{"./createRequestBody":391,"./defaultJsonSerializer":392,"./graphql-ws":393,"./parseArgs":395,"./types":396,"cross-fetch":
|
|
122360
|
+
},{"./createRequestBody":391,"./defaultJsonSerializer":392,"./graphql-ws":393,"./parseArgs":395,"./types":396,"cross-fetch":130,"graphql/language/parser":171,"graphql/language/printer":173}],395:[function(require,module,exports){
|
|
122359
122361
|
"use strict";
|
|
122360
122362
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
122361
122363
|
exports.parseBatchRequestsExtendedArgs = exports.parseRawRequestExtendedArgs = exports.parseRequestExtendedArgs = exports.parseBatchRequestArgs = exports.parseRawRequestArgs = exports.parseRequestArgs = void 0;
|
|
@@ -123014,7 +123016,7 @@ class ConstantFlowAgreementV1 {
|
|
|
123014
123016
|
}
|
|
123015
123017
|
exports.default = ConstantFlowAgreementV1;
|
|
123016
123018
|
|
|
123017
|
-
},{"./Host":402,"./Operation":404,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123019
|
+
},{"./Host":402,"./Operation":404,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],399:[function(require,module,exports){
|
|
123018
123020
|
"use strict";
|
|
123019
123021
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123020
123022
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -123177,7 +123179,7 @@ class ERC20Token {
|
|
|
123177
123179
|
}
|
|
123178
123180
|
exports.default = ERC20Token;
|
|
123179
123181
|
|
|
123180
|
-
},{"./Operation":404,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123182
|
+
},{"./Operation":404,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],400:[function(require,module,exports){
|
|
123181
123183
|
"use strict";
|
|
123182
123184
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123183
123185
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -123477,7 +123479,7 @@ Framework.create = async (options) => {
|
|
|
123477
123479
|
}
|
|
123478
123480
|
};
|
|
123479
123481
|
|
|
123480
|
-
},{"./BatchCall":397,"./ConstantFlowAgreementV1":398,"./Governance":401,"./Host":402,"./InstantDistributionAgreementV1":403,"./Operation":404,"./Query":405,"./SFError":406,"./SuperToken":407,"./constants":409,"./frameworkHelpers":412,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123482
|
+
},{"./BatchCall":397,"./ConstantFlowAgreementV1":398,"./Governance":401,"./Host":402,"./InstantDistributionAgreementV1":403,"./Operation":404,"./Query":405,"./SFError":406,"./SuperToken":407,"./constants":409,"./frameworkHelpers":412,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],401:[function(require,module,exports){
|
|
123481
123483
|
"use strict";
|
|
123482
123484
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
123483
123485
|
const typechain_1 = require("@superfluid-finance/ethereum-contracts/build/typechain");
|
|
@@ -123557,7 +123559,7 @@ class Governance {
|
|
|
123557
123559
|
}
|
|
123558
123560
|
exports.default = Governance;
|
|
123559
123561
|
|
|
123560
|
-
},{"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123562
|
+
},{"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],402:[function(require,module,exports){
|
|
123561
123563
|
"use strict";
|
|
123562
123564
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123563
123565
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -123600,7 +123602,7 @@ class Host {
|
|
|
123600
123602
|
}
|
|
123601
123603
|
exports.default = Host;
|
|
123602
123604
|
|
|
123603
|
-
},{"./Operation":404,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123605
|
+
},{"./Operation":404,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],403:[function(require,module,exports){
|
|
123604
123606
|
"use strict";
|
|
123605
123607
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123606
123608
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -123847,7 +123849,7 @@ class InstantDistributionAgreementV1 {
|
|
|
123847
123849
|
}
|
|
123848
123850
|
exports.default = InstantDistributionAgreementV1;
|
|
123849
123851
|
|
|
123850
|
-
},{"./Host":402,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123852
|
+
},{"./Host":402,"./SFError":406,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],404:[function(require,module,exports){
|
|
123851
123853
|
"use strict";
|
|
123852
123854
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123853
123855
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -123971,7 +123973,7 @@ class Operation {
|
|
|
123971
123973
|
}
|
|
123972
123974
|
exports.default = Operation;
|
|
123973
123975
|
|
|
123974
|
-
},{"./BatchCall":397,"./SFError":406,"./multiplyGasLimit":417,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
123976
|
+
},{"./BatchCall":397,"./SFError":406,"./multiplyGasLimit":417,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],405:[function(require,module,exports){
|
|
123975
123977
|
"use strict";
|
|
123976
123978
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
123977
123979
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -124247,7 +124249,7 @@ const listAllResults = async (pagedQuery) => {
|
|
|
124247
124249
|
};
|
|
124248
124250
|
exports.listAllResults = listAllResults;
|
|
124249
124251
|
|
|
124250
|
-
},{"./ajvValidations.generated":408,"./mapGetAllEventsQueryEvents":415,"./pagination":419,"./subgraph/SubgraphClient":420,"./subgraph/queries/getAccountTokenSnapshots.generated":453,"./subgraph/queries/getAllEvents.generated":454,"./subgraph/queries/getIndexSubscriptions.generated":455,"./subgraph/queries/getIndexes.generated":456,"./subgraph/queries/getStreams.generated":457,"./subgraph/queries/getTokens.generated":458,"./utils":462,"lodash":
|
|
124252
|
+
},{"./ajvValidations.generated":408,"./mapGetAllEventsQueryEvents":415,"./pagination":419,"./subgraph/SubgraphClient":420,"./subgraph/queries/getAccountTokenSnapshots.generated":453,"./subgraph/queries/getAllEvents.generated":454,"./subgraph/queries/getIndexSubscriptions.generated":455,"./subgraph/queries/getIndexes.generated":456,"./subgraph/queries/getStreams.generated":457,"./subgraph/queries/getTokens.generated":458,"./utils":462,"lodash":193}],406:[function(require,module,exports){
|
|
124251
124253
|
"use strict";
|
|
124252
124254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
124253
124255
|
exports.SFError = void 0;
|
|
@@ -124951,7 +124953,7 @@ class NativeAssetSuperToken extends SuperToken {
|
|
|
124951
124953
|
}
|
|
124952
124954
|
exports.NativeAssetSuperToken = NativeAssetSuperToken;
|
|
124953
124955
|
|
|
124954
|
-
},{"./ConstantFlowAgreementV1":398,"./ERC20Token":399,"./Governance":401,"./InstantDistributionAgreementV1":403,"./Operation":404,"./SFError":406,"./constants":409,"./frameworkHelpers":412,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
124956
|
+
},{"./ConstantFlowAgreementV1":398,"./ERC20Token":399,"./Governance":401,"./InstantDistributionAgreementV1":403,"./Operation":404,"./SFError":406,"./constants":409,"./frameworkHelpers":412,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386,"ethers":150}],408:[function(require,module,exports){
|
|
124955
124957
|
"use strict";
|
|
124956
124958
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
124957
124959
|
exports.validateStreamRequest = exports.validateIndexSubscriptionRequest = exports.validateAccountTokenSnapshotRequest = exports.validateIndexRequest = exports.validateEventRequest = exports.validateSuperTokenRequest = void 0;
|
|
@@ -125441,7 +125443,7 @@ const getAddressesData = (chainId) => {
|
|
|
125441
125443
|
exports.chainIdToResolverDataMap = new Map(metadata_1.default.networks.map((x) => [x.chainId, getAddressesData(x.chainId)]));
|
|
125442
125444
|
exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) => [x.name, x.chainId]));
|
|
125443
125445
|
|
|
125444
|
-
},{"./defaultSubgraphReleaseTag.json":410,"@superfluid-finance/metadata":
|
|
125446
|
+
},{"./defaultSubgraphReleaseTag.json":410,"@superfluid-finance/metadata":387}],410:[function(require,module,exports){
|
|
125445
125447
|
module.exports={
|
|
125446
125448
|
"value": "dev"
|
|
125447
125449
|
}
|
|
@@ -125603,7 +125605,7 @@ __exportStar(require("./subgraph/mappedSubgraphTypes"), exports);
|
|
|
125603
125605
|
__exportStar(require("./SFError"), exports);
|
|
125604
125606
|
__exportStar(require("./subgraph/subgraphQueryHandler"), exports);
|
|
125605
125607
|
|
|
125606
|
-
},{"./BatchCall":397,"./ConstantFlowAgreementV1":398,"./ERC20Token":399,"./Framework":400,"./Governance":401,"./Host":402,"./InstantDistributionAgreementV1":403,"./Operation":404,"./Query":405,"./SFError":406,"./SuperToken":407,"./constants":409,"./events":411,"./interfaces":414,"./ordering":418,"./pagination":419,"./subgraph/entities/account/account":421,"./subgraph/entities/accountTokenSnapshot/accountTokenSnapshot":423,"./subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog":425,"./subgraph/entities/flowOperator/flowOperators":428,"./subgraph/entities/index/index":429,"./subgraph/entities/indexSubscription/indexSubscription":431,"./subgraph/entities/stream/stream":433,"./subgraph/entities/streamPeriod/streamPeriod":435,"./subgraph/entities/token/token":437,"./subgraph/entities/tokenStatistic/tokenStatistic":439,"./subgraph/entities/tokenStatisticLog/tokenStatisticLog":441,"./subgraph/events/events":444,"./subgraph/events/flowUpdatedEvent":445,"./subgraph/events/indexUpdatedEvent":446,"./subgraph/events/subscriptionUnitsUpdatedEvents":447,"./subgraph/events/transferEvents":448,"./subgraph/mappedSubgraphTypes":449,"./subgraph/meta/meta":451,"./subgraph/schema.generated":459,"./subgraph/subgraphQueryHandler":460,"./types":461,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
125608
|
+
},{"./BatchCall":397,"./ConstantFlowAgreementV1":398,"./ERC20Token":399,"./Framework":400,"./Governance":401,"./Host":402,"./InstantDistributionAgreementV1":403,"./Operation":404,"./Query":405,"./SFError":406,"./SuperToken":407,"./constants":409,"./events":411,"./interfaces":414,"./ordering":418,"./pagination":419,"./subgraph/entities/account/account":421,"./subgraph/entities/accountTokenSnapshot/accountTokenSnapshot":423,"./subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog":425,"./subgraph/entities/flowOperator/flowOperators":428,"./subgraph/entities/index/index":429,"./subgraph/entities/indexSubscription/indexSubscription":431,"./subgraph/entities/stream/stream":433,"./subgraph/entities/streamPeriod/streamPeriod":435,"./subgraph/entities/token/token":437,"./subgraph/entities/tokenStatistic/tokenStatistic":439,"./subgraph/entities/tokenStatisticLog/tokenStatisticLog":441,"./subgraph/events/events":444,"./subgraph/events/flowUpdatedEvent":445,"./subgraph/events/indexUpdatedEvent":446,"./subgraph/events/subscriptionUnitsUpdatedEvents":447,"./subgraph/events/transferEvents":448,"./subgraph/mappedSubgraphTypes":449,"./subgraph/meta/meta":451,"./subgraph/schema.generated":459,"./subgraph/subgraphQueryHandler":460,"./types":461,"./utils":462,"@superfluid-finance/ethereum-contracts/build/typechain":386}],414:[function(require,module,exports){
|
|
125607
125609
|
"use strict";
|
|
125608
125610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
125609
125611
|
|
|
@@ -126383,7 +126385,7 @@ function multiplyGasLimit(gasLimitish, multiplier) {
|
|
|
126383
126385
|
}
|
|
126384
126386
|
exports.default = multiplyGasLimit;
|
|
126385
126387
|
|
|
126386
|
-
},{"ethers":
|
|
126388
|
+
},{"ethers":150}],418:[function(require,module,exports){
|
|
126387
126389
|
arguments[4][414][0].apply(exports,arguments)
|
|
126388
126390
|
},{"dup":414}],419:[function(require,module,exports){
|
|
126389
126391
|
"use strict";
|
|
@@ -127335,7 +127337,7 @@ class SubgraphQueryHandler {
|
|
|
127335
127337
|
}
|
|
127336
127338
|
exports.SubgraphQueryHandler = SubgraphQueryHandler;
|
|
127337
127339
|
|
|
127338
|
-
},{"../Query":405,"../pagination":419,"../utils":462,"./normalizeSubgraphFilter":452,"lodash":
|
|
127340
|
+
},{"../Query":405,"../pagination":419,"../utils":462,"./normalizeSubgraphFilter":452,"lodash":193}],461:[function(require,module,exports){
|
|
127339
127341
|
arguments[4][414][0].apply(exports,arguments)
|
|
127340
127342
|
},{"dup":414}],462:[function(require,module,exports){
|
|
127341
127343
|
"use strict";
|
|
@@ -127553,5 +127555,5 @@ const clipDepositNumber = (deposit, roundingDown = false) => {
|
|
|
127553
127555
|
};
|
|
127554
127556
|
exports.clipDepositNumber = clipDepositNumber;
|
|
127555
127557
|
|
|
127556
|
-
},{"./SFError":406,"./constants":409,"ethers":
|
|
127558
|
+
},{"./SFError":406,"./constants":409,"ethers":150}]},{},[413])(413)
|
|
127557
127559
|
});
|