@flaunch/sdk 0.8.3-beta.0 → 0.8.3-beta.2
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/abi/FlaunchZap.d.ts +26 -0
- package/dist/abi/FlaunchZap.d.ts.map +1 -1
- package/dist/abi/TreasuryManagerFactory.d.ts +0 -26
- package/dist/abi/TreasuryManagerFactory.d.ts.map +1 -1
- package/dist/abi/index.cjs +22 -22
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.js +22 -22
- package/dist/abi/index.js.map +1 -1
- package/dist/addresses/index.cjs +4 -4
- package/dist/addresses/index.js +4 -4
- package/dist/clients/FlaunchZapClient.d.ts +36 -0
- package/dist/clients/FlaunchZapClient.d.ts.map +1 -1
- package/dist/clients/TreasuryManagerFactoryClient.d.ts +0 -37
- package/dist/clients/TreasuryManagerFactoryClient.d.ts.map +1 -1
- package/dist/index.cjs.js +99 -99
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +99 -99
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +2 -2
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/abi/FlaunchZap.d.ts
CHANGED
|
@@ -55,6 +55,32 @@ export declare const FlaunchZapAbi: readonly [{
|
|
|
55
55
|
readonly internalType: "uint256";
|
|
56
56
|
}];
|
|
57
57
|
readonly stateMutability: "view";
|
|
58
|
+
}, {
|
|
59
|
+
readonly type: "function";
|
|
60
|
+
readonly name: "deployAndInitializeManager";
|
|
61
|
+
readonly inputs: readonly [{
|
|
62
|
+
readonly name: "_managerImplementation";
|
|
63
|
+
readonly type: "address";
|
|
64
|
+
readonly internalType: "address";
|
|
65
|
+
}, {
|
|
66
|
+
readonly name: "_owner";
|
|
67
|
+
readonly type: "address";
|
|
68
|
+
readonly internalType: "address";
|
|
69
|
+
}, {
|
|
70
|
+
readonly name: "_data";
|
|
71
|
+
readonly type: "bytes";
|
|
72
|
+
readonly internalType: "bytes";
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "_permissions";
|
|
75
|
+
readonly type: "address";
|
|
76
|
+
readonly internalType: "address";
|
|
77
|
+
}];
|
|
78
|
+
readonly outputs: readonly [{
|
|
79
|
+
readonly name: "manager_";
|
|
80
|
+
readonly type: "address";
|
|
81
|
+
readonly internalType: "address payable";
|
|
82
|
+
}];
|
|
83
|
+
readonly stateMutability: "nonpayable";
|
|
58
84
|
}, {
|
|
59
85
|
readonly type: "function";
|
|
60
86
|
readonly name: "flETH";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlaunchZap.d.ts","sourceRoot":"","sources":["../../src/abi/FlaunchZap.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"FlaunchZap.d.ts","sourceRoot":"","sources":["../../src/abi/FlaunchZap.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkWhB,CAAC"}
|
|
@@ -82,32 +82,6 @@ export declare const TreasuryManagerFactoryAbi: readonly [{
|
|
|
82
82
|
readonly internalType: "address payable";
|
|
83
83
|
}];
|
|
84
84
|
readonly stateMutability: "nonpayable";
|
|
85
|
-
}, {
|
|
86
|
-
readonly type: "function";
|
|
87
|
-
readonly name: "deployAndInitializeManager";
|
|
88
|
-
readonly inputs: readonly [{
|
|
89
|
-
readonly name: "_managerImplementation";
|
|
90
|
-
readonly type: "address";
|
|
91
|
-
readonly internalType: "address";
|
|
92
|
-
}, {
|
|
93
|
-
readonly name: "_owner";
|
|
94
|
-
readonly type: "address";
|
|
95
|
-
readonly internalType: "address";
|
|
96
|
-
}, {
|
|
97
|
-
readonly name: "_data";
|
|
98
|
-
readonly type: "bytes";
|
|
99
|
-
readonly internalType: "bytes";
|
|
100
|
-
}, {
|
|
101
|
-
readonly name: "_permissions";
|
|
102
|
-
readonly type: "address";
|
|
103
|
-
readonly internalType: "address";
|
|
104
|
-
}];
|
|
105
|
-
readonly outputs: readonly [{
|
|
106
|
-
readonly name: "manager_";
|
|
107
|
-
readonly type: "address";
|
|
108
|
-
readonly internalType: "address payable";
|
|
109
|
-
}];
|
|
110
|
-
readonly stateMutability: "nonpayable";
|
|
111
85
|
}, {
|
|
112
86
|
readonly type: "function";
|
|
113
87
|
readonly name: "deployManager";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreasuryManagerFactory.d.ts","sourceRoot":"","sources":["../../src/abi/TreasuryManagerFactory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"TreasuryManagerFactory.d.ts","sourceRoot":"","sources":["../../src/abi/TreasuryManagerFactory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2Z5B,CAAC"}
|
package/dist/abi/index.cjs
CHANGED
|
@@ -7697,6 +7697,28 @@ const FlaunchZapAbi = [
|
|
|
7697
7697
|
],
|
|
7698
7698
|
stateMutability: "view",
|
|
7699
7699
|
},
|
|
7700
|
+
{
|
|
7701
|
+
type: "function",
|
|
7702
|
+
name: "deployAndInitializeManager",
|
|
7703
|
+
inputs: [
|
|
7704
|
+
{
|
|
7705
|
+
name: "_managerImplementation",
|
|
7706
|
+
type: "address",
|
|
7707
|
+
internalType: "address",
|
|
7708
|
+
},
|
|
7709
|
+
{ name: "_owner", type: "address", internalType: "address" },
|
|
7710
|
+
{ name: "_data", type: "bytes", internalType: "bytes" },
|
|
7711
|
+
{ name: "_permissions", type: "address", internalType: "address" },
|
|
7712
|
+
],
|
|
7713
|
+
outputs: [
|
|
7714
|
+
{
|
|
7715
|
+
name: "manager_",
|
|
7716
|
+
type: "address",
|
|
7717
|
+
internalType: "address payable",
|
|
7718
|
+
},
|
|
7719
|
+
],
|
|
7720
|
+
stateMutability: "nonpayable",
|
|
7721
|
+
},
|
|
7700
7722
|
{
|
|
7701
7723
|
type: "function",
|
|
7702
7724
|
name: "flETH",
|
|
@@ -11866,28 +11888,6 @@ const TreasuryManagerFactoryAbi = [
|
|
|
11866
11888
|
],
|
|
11867
11889
|
stateMutability: "nonpayable",
|
|
11868
11890
|
},
|
|
11869
|
-
{
|
|
11870
|
-
type: "function",
|
|
11871
|
-
name: "deployAndInitializeManager",
|
|
11872
|
-
inputs: [
|
|
11873
|
-
{
|
|
11874
|
-
name: "_managerImplementation",
|
|
11875
|
-
type: "address",
|
|
11876
|
-
internalType: "address",
|
|
11877
|
-
},
|
|
11878
|
-
{ name: "_owner", type: "address", internalType: "address" },
|
|
11879
|
-
{ name: "_data", type: "bytes", internalType: "bytes" },
|
|
11880
|
-
{ name: "_permissions", type: "address", internalType: "address" },
|
|
11881
|
-
],
|
|
11882
|
-
outputs: [
|
|
11883
|
-
{
|
|
11884
|
-
name: "manager_",
|
|
11885
|
-
type: "address",
|
|
11886
|
-
internalType: "address payable",
|
|
11887
|
-
},
|
|
11888
|
-
],
|
|
11889
|
-
stateMutability: "nonpayable",
|
|
11890
|
-
},
|
|
11891
11891
|
{
|
|
11892
11892
|
type: "function",
|
|
11893
11893
|
name: "deployManager",
|