@flaunch/sdk 0.9.11 → 0.9.13
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/AnyFlaunch.d.ts +684 -0
- package/dist/abi/AnyFlaunch.d.ts.map +1 -0
- package/dist/abi/TokenImporter.d.ts +26 -0
- package/dist/abi/TokenImporter.d.ts.map +1 -1
- package/dist/addresses/index.cjs +1 -2
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +1 -2
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/AnyFlaunchClient.d.ts +36 -0
- package/dist/clients/AnyFlaunchClient.d.ts.map +1 -0
- package/dist/clients/TokenImporter.d.ts +10 -0
- package/dist/clients/TokenImporter.d.ts.map +1 -1
- package/dist/helpers/index.cjs.map +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/index.cjs.js +961 -224
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +961 -224
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +56 -0
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -74,6 +74,32 @@ export declare const TokenImporterAbi: readonly [{
|
|
|
74
74
|
}];
|
|
75
75
|
readonly outputs: readonly [];
|
|
76
76
|
readonly stateMutability: "nonpayable";
|
|
77
|
+
}, {
|
|
78
|
+
readonly type: "function";
|
|
79
|
+
readonly name: "initialize";
|
|
80
|
+
readonly inputs: readonly [{
|
|
81
|
+
readonly name: "_memecoin";
|
|
82
|
+
readonly type: "address";
|
|
83
|
+
readonly internalType: "address";
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "_creatorFeeAllocation";
|
|
86
|
+
readonly type: "uint24";
|
|
87
|
+
readonly internalType: "uint24";
|
|
88
|
+
}, {
|
|
89
|
+
readonly name: "_initialMarketCap";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
readonly internalType: "uint256";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "_totalSupply";
|
|
94
|
+
readonly type: "uint256";
|
|
95
|
+
readonly internalType: "uint256";
|
|
96
|
+
}, {
|
|
97
|
+
readonly name: "_verifier";
|
|
98
|
+
readonly type: "address";
|
|
99
|
+
readonly internalType: "address";
|
|
100
|
+
}];
|
|
101
|
+
readonly outputs: readonly [];
|
|
102
|
+
readonly stateMutability: "nonpayable";
|
|
77
103
|
}, {
|
|
78
104
|
readonly type: "function";
|
|
79
105
|
readonly name: "initialize";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenImporter.d.ts","sourceRoot":"","sources":["../../src/abi/TokenImporter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"TokenImporter.d.ts","sourceRoot":"","sources":["../../src/abi/TokenImporter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkZjB,CAAC"}
|
package/dist/addresses/index.cjs
CHANGED
|
@@ -5332,7 +5332,6 @@ const FlaunchAddress = {
|
|
|
5332
5332
|
[base.id]: "0xCc7A4A00072ccbeEEbd999edc812C0ce498Fb63B",
|
|
5333
5333
|
[baseSepolia.id]: "0x7D375C9133721083DF7b7e5Cb0Ed8Fc78862dfe3",
|
|
5334
5334
|
};
|
|
5335
|
-
// also supports AnyPositionManager
|
|
5336
5335
|
const FlaunchV1_1Address = {
|
|
5337
5336
|
[base.id]: "0xb4512bf57d50fbcb64a3adf8b17a79b2a204c18c",
|
|
5338
5337
|
[baseSepolia.id]: "0x96be8ff5e244294a34bfa507a39190dc7a839baa",
|
|
@@ -5389,7 +5388,7 @@ const BuyBackManagerAddress = {
|
|
|
5389
5388
|
};
|
|
5390
5389
|
/** Verifiers */
|
|
5391
5390
|
const TokenImporterAddress = {
|
|
5392
|
-
[base.id]: "
|
|
5391
|
+
[base.id]: "0x6fb66f4fc262dc86e12136c481ba7c411e668197",
|
|
5393
5392
|
[baseSepolia.id]: "0x7981369D21975F39773f289F759F7d7CE1097139",
|
|
5394
5393
|
};
|
|
5395
5394
|
const ClankerWorldVerifierAddress = {
|