liquid-sdk 1.5.1 → 1.5.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/AGENT_README.md +12 -13
- package/LICENSE +21 -0
- package/README.md +12 -12
- package/llms.txt +12 -11
- package/package.json +1 -1
- package/skills/index-tokens.md +1 -1
package/AGENT_README.md
CHANGED
|
@@ -511,19 +511,18 @@ All addresses are exported as `ADDRESSES` and `EXTERNAL`:
|
|
|
511
511
|
import { ADDRESSES, EXTERNAL } from "liquid-sdk";
|
|
512
512
|
|
|
513
513
|
// Liquid Protocol contracts
|
|
514
|
-
ADDRESSES.FACTORY //
|
|
515
|
-
ADDRESSES.
|
|
516
|
-
ADDRESSES.FEE_LOCKER //
|
|
517
|
-
ADDRESSES.VAULT //
|
|
518
|
-
ADDRESSES.HOOK_DYNAMIC_FEE_V2 //
|
|
519
|
-
ADDRESSES.HOOK_STATIC_FEE_V2 //
|
|
520
|
-
ADDRESSES.AIRDROP_V2 //
|
|
521
|
-
ADDRESSES.SNIPER_AUCTION_V2 //
|
|
522
|
-
ADDRESSES.SNIPER_UTIL_V2 //
|
|
523
|
-
ADDRESSES.
|
|
524
|
-
ADDRESSES.UNIV4_ETH_DEV_BUY //
|
|
525
|
-
ADDRESSES.POOL_EXTENSION_ALLOWLIST //
|
|
526
|
-
ADDRESSES.LIQUID_DEPLOYER_LIB // 0x00000f88b2d37A2006F2F0C8552d22E0b8945202
|
|
514
|
+
ADDRESSES.FACTORY // 0x04F1a284168743759BE6554f607a10CEBdB77760
|
|
515
|
+
ADDRESSES.LP_LOCKER_FEE_CONVERSION // 0x77247fCD1d5e34A3703AcA898A591Dc7422435f3
|
|
516
|
+
ADDRESSES.FEE_LOCKER // 0xF7d3BE3FC0de76fA5550C29A8F6fa53667B876FF
|
|
517
|
+
ADDRESSES.VAULT // 0xdFCCC93257c20519A9005A2281CFBdF84836d50E
|
|
518
|
+
ADDRESSES.HOOK_DYNAMIC_FEE_V2 // 0x80E2F7dC8C2C880BbC4BDF80A5Fb0eB8B1DB68CC
|
|
519
|
+
ADDRESSES.HOOK_STATIC_FEE_V2 // 0x9811f10Cd549c754Fa9E5785989c422A762c28cc
|
|
520
|
+
ADDRESSES.AIRDROP_V2 // 0x1423974d48f525462f1c087cBFdCC20BDBc33CdD
|
|
521
|
+
ADDRESSES.SNIPER_AUCTION_V2 // 0x187e8627c02c58F31831953C1268e157d3BfCefd
|
|
522
|
+
ADDRESSES.SNIPER_UTIL_V2 // 0x2B6cd5Be183c388Dd0074d53c52317df1414cd9f
|
|
523
|
+
ADDRESSES.MEV_DESCENDING_FEES // 0x8D6B080e48756A99F3893491D556B5d6907b6910
|
|
524
|
+
ADDRESSES.UNIV4_ETH_DEV_BUY // 0x5934097864dC487D21A7B4e4EEe201A39ceF728D
|
|
525
|
+
ADDRESSES.POOL_EXTENSION_ALLOWLIST // 0xb614167d79aDBaA9BA35d05fE1d5542d7316Ccaa
|
|
527
526
|
|
|
528
527
|
// External (Uniswap V4 / Base)
|
|
529
528
|
EXTERNAL.POOL_MANAGER // 0x498581fF718922c3f8e6A244956aF099B2652b2b
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Liquid Protocol
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -246,18 +246,18 @@ All contracts are deployed on **Base** (chain ID 8453):
|
|
|
246
246
|
|
|
247
247
|
| Contract | Address |
|
|
248
248
|
|----------|---------|
|
|
249
|
-
| Factory | `
|
|
250
|
-
| Hook Dynamic Fee V2 | `
|
|
251
|
-
| Hook Static Fee V2 | `
|
|
252
|
-
| Fee Locker | `
|
|
253
|
-
| LP Locker | `
|
|
254
|
-
|
|
|
255
|
-
|
|
|
256
|
-
| Sniper
|
|
257
|
-
|
|
|
258
|
-
|
|
|
259
|
-
|
|
|
260
|
-
|
|
|
249
|
+
| Factory | `0x04F1a284168743759BE6554f607a10CEBdB77760` |
|
|
250
|
+
| Hook Dynamic Fee V2 | `0x80E2F7dC8C2C880BbC4BDF80A5Fb0eB8B1DB68CC` |
|
|
251
|
+
| Hook Static Fee V2 | `0x9811f10Cd549c754Fa9E5785989c422A762c28cc` |
|
|
252
|
+
| Fee Locker | `0xF7d3BE3FC0de76fA5550C29A8F6fa53667B876FF` |
|
|
253
|
+
| LP Locker Fee Conversion | `0x77247fCD1d5e34A3703AcA898A591Dc7422435f3` |
|
|
254
|
+
| Vault | `0xdFCCC93257c20519A9005A2281CFBdF84836d50E` |
|
|
255
|
+
| Sniper Auction V2 | `0x187e8627c02c58F31831953C1268e157d3BfCefd` |
|
|
256
|
+
| Sniper Util V2 | `0x2B6cd5Be183c388Dd0074d53c52317df1414cd9f` |
|
|
257
|
+
| MEV Descending Fees | `0x8D6B080e48756A99F3893491D556B5d6907b6910` |
|
|
258
|
+
| Airdrop V2 | `0x1423974d48f525462f1c087cBFdCC20BDBc33CdD` |
|
|
259
|
+
| Pool Extension Allowlist | `0xb614167d79aDBaA9BA35d05fE1d5542d7316Ccaa` |
|
|
260
|
+
| Univ4 ETH Dev Buy | `0x5934097864dC487D21A7B4e4EEe201A39ceF728D` |
|
|
261
261
|
|
|
262
262
|
## License
|
|
263
263
|
|
package/llms.txt
CHANGED
|
@@ -127,17 +127,18 @@ Every token gets 100 billion supply (18 decimals), a Uniswap V4 pool, and locked
|
|
|
127
127
|
|
|
128
128
|
## Contract Addresses (Base Mainnet)
|
|
129
129
|
|
|
130
|
-
- Factory:
|
|
131
|
-
- LP Locker:
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
- Hook (
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
- Airdrop V2:
|
|
140
|
-
- Dev Buy Extension:
|
|
130
|
+
- Factory: 0x04F1a284168743759BE6554f607a10CEBdB77760
|
|
131
|
+
- LP Locker Fee Conversion: 0x77247fCD1d5e34A3703AcA898A591Dc7422435f3 (default)
|
|
132
|
+
- Fee Locker: 0xF7d3BE3FC0de76fA5550C29A8F6fa53667B876FF
|
|
133
|
+
- Vault: 0xdFCCC93257c20519A9005A2281CFBdF84836d50E
|
|
134
|
+
- Hook (Dynamic Fee V2): 0x80E2F7dC8C2C880BbC4BDF80A5Fb0eB8B1DB68CC
|
|
135
|
+
- Hook (Static Fee V2): 0x9811f10Cd549c754Fa9E5785989c422A762c28cc
|
|
136
|
+
- Sniper Auction V2: 0x187e8627c02c58F31831953C1268e157d3BfCefd
|
|
137
|
+
- MEV Descending Fees: 0x8D6B080e48756A99F3893491D556B5d6907b6910
|
|
138
|
+
- Sniper Util V2: 0x2B6cd5Be183c388Dd0074d53c52317df1414cd9f
|
|
139
|
+
- Airdrop V2: 0x1423974d48f525462f1c087cBFdCC20BDBc33CdD
|
|
140
|
+
- Dev Buy Extension: 0x5934097864dC487D21A7B4e4EEe201A39ceF728D
|
|
141
|
+
- Pool Extension Allowlist: 0xb614167d79aDBaA9BA35d05fE1d5542d7316Ccaa
|
|
141
142
|
- WETH (Base): 0x4200000000000000000000000000000000000006
|
|
142
143
|
- Pool Manager (Uniswap V4): 0x498581fF718922c3f8e6A244956aF099B2652b2b
|
|
143
144
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liquid-sdk",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "TypeScript SDK to deploy ERC-20 tokens with Uniswap V4 liquidity on Base — zero API keys, one dependency (viem)",
|
|
5
5
|
"author": "Liquid Protocol",
|
|
6
6
|
"homepage": "https://github.com/craigbots/liquid-sdk#readme",
|
package/skills/index-tokens.md
CHANGED
|
@@ -496,6 +496,6 @@ event TokenCreated(
|
|
|
496
496
|
```typescript
|
|
497
497
|
import { ADDRESSES } from "liquid-sdk";
|
|
498
498
|
|
|
499
|
-
ADDRESSES.FACTORY //
|
|
499
|
+
ADDRESSES.FACTORY // 0x04F1a284168743759BE6554f607a10CEBdB77760
|
|
500
500
|
// All TokenCreated events are emitted from this address
|
|
501
501
|
```
|