@clawnch/clawncher-sdk 2.1.0 → 2.2.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/addresses.d.ts +2 -2
- package/dist/addresses.js +22 -22
- package/package.json +1 -2
package/dist/addresses.d.ts
CHANGED
|
@@ -28,12 +28,12 @@ export interface NetworkAddresses {
|
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Base Sepolia (testnet) addresses
|
|
31
|
-
* Deployed: 2026-02-
|
|
31
|
+
* Deployed: 2026-02-11 (v2 with security audit fixes)
|
|
32
32
|
*/
|
|
33
33
|
export declare const SEPOLIA_ADDRESSES: NetworkAddresses;
|
|
34
34
|
/**
|
|
35
35
|
* Base Mainnet addresses
|
|
36
|
-
* Deployed: 2026-02-
|
|
36
|
+
* Deployed: 2026-02-11 (v2 with security audit fixes)
|
|
37
37
|
*/
|
|
38
38
|
export declare const MAINNET_ADDRESSES: NetworkAddresses;
|
|
39
39
|
export type NetworkName = 'mainnet' | 'sepolia';
|
package/dist/addresses.js
CHANGED
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Base Sepolia (testnet) addresses
|
|
8
|
-
* Deployed: 2026-02-
|
|
8
|
+
* Deployed: 2026-02-11 (v2 with security audit fixes)
|
|
9
9
|
*/
|
|
10
10
|
export const SEPOLIA_ADDRESSES = {
|
|
11
11
|
clawnch: {
|
|
12
|
-
factory: '
|
|
13
|
-
hook: '
|
|
14
|
-
locker: '
|
|
15
|
-
feeLocker: '
|
|
16
|
-
mevModule: '
|
|
17
|
-
vault: '
|
|
18
|
-
airdropV2: '
|
|
19
|
-
devBuy: '
|
|
20
|
-
vestedDevBuy: '
|
|
21
|
-
poolExtensionAllowlist: '
|
|
12
|
+
factory: '0x28dBee5558AaA4089f7c868437832e7C1AC29E80',
|
|
13
|
+
hook: '0x5eD28D497173cA7B5A5f5792642107B1fdaE28CC',
|
|
14
|
+
locker: '0xCB4A971a7F832A42a71a25bA9dbd2b4F17B9996E',
|
|
15
|
+
feeLocker: '0x9a078804F3bdf9F61f91B1C58DA00E7432C187C0',
|
|
16
|
+
mevModule: '0x1A93552359351a1506603a3De00860c255a2Af35',
|
|
17
|
+
vault: '0x9ea0717F1Dd8B4828398B37fcD3Eb5109c0e62b6',
|
|
18
|
+
airdropV2: '0x9A9d30f208A7870093bE1C7d852d606A46c3Fb87',
|
|
19
|
+
devBuy: '0x0111A7d983135b0A348646A8129B3d54E780D2fE',
|
|
20
|
+
vestedDevBuy: '0x0000000000000000000000000000000000000000',
|
|
21
|
+
poolExtensionAllowlist: '0xc78a9cac05b18eD5E9e4E585c0bD3fc5921c6135',
|
|
22
22
|
},
|
|
23
23
|
infrastructure: {
|
|
24
24
|
poolManager: '0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408',
|
|
@@ -30,20 +30,20 @@ export const SEPOLIA_ADDRESSES = {
|
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* Base Mainnet addresses
|
|
33
|
-
* Deployed: 2026-02-
|
|
33
|
+
* Deployed: 2026-02-11 (v2 with security audit fixes)
|
|
34
34
|
*/
|
|
35
35
|
export const MAINNET_ADDRESSES = {
|
|
36
36
|
clawnch: {
|
|
37
|
-
factory: '
|
|
38
|
-
hook: '
|
|
39
|
-
locker: '
|
|
40
|
-
feeLocker: '
|
|
41
|
-
mevModule: '
|
|
42
|
-
vault: '
|
|
43
|
-
airdropV2: '
|
|
44
|
-
devBuy: '
|
|
45
|
-
vestedDevBuy: '
|
|
46
|
-
poolExtensionAllowlist: '
|
|
37
|
+
factory: '0xD1Ef6D6E52c3660acF3e38Ce85918E03b00F3b70',
|
|
38
|
+
hook: '0x2F9354Bbb0eDEf5c2a5C4b78D0C59D73412A28CC',
|
|
39
|
+
locker: '0x4392208F617a93A69012f6505CAE424d5f643eA8',
|
|
40
|
+
feeLocker: '0x684D450F74EB907232a442E833301bd0840ADfe4',
|
|
41
|
+
mevModule: '0x6300A1B2d956B0C7628770AFC806c1B3207Cff90',
|
|
42
|
+
vault: '0xE318caF46Fb3CA107f063697cde87d7529a49f2d',
|
|
43
|
+
airdropV2: '0xdA0bf5C21bBA43aa6b99824D306Aa90BCd893F3E',
|
|
44
|
+
devBuy: '0x799B76F08C2Aa46eE3E7f894B845b2d943DF927C',
|
|
45
|
+
vestedDevBuy: '0x937e5Dc79C28251B9914b840c399476a49310Edb',
|
|
46
|
+
poolExtensionAllowlist: '0xf536207eAA6dCD5ac817380D8bfDA8D6a48F16A1',
|
|
47
47
|
},
|
|
48
48
|
infrastructure: {
|
|
49
49
|
poolManager: '0x498581fF718922c3f8e6A244956aF099B2652b2b',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clawnch/clawncher-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "TypeScript SDK for Clawncher - token launcher on Base, optimized for agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"clawnch",
|
|
28
28
|
"base",
|
|
29
29
|
"memecoin",
|
|
30
|
-
"clanker",
|
|
31
30
|
"uniswap",
|
|
32
31
|
"v4",
|
|
33
32
|
"token",
|