@agether/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/cli.js +6 -6
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -191,13 +191,13 @@ var init_config = __esm({
|
|
|
191
191
|
safeProxyFactory: SAFE_PROXY_FACTORY,
|
|
192
192
|
safe7579: SAFE7579,
|
|
193
193
|
entryPoint: ENTRYPOINT_V07,
|
|
194
|
-
agether4337Factory: "
|
|
195
|
-
agether7579Bootstrap: "
|
|
196
|
-
erc8004ValidationModule: "
|
|
197
|
-
agetherHookMultiplexer: "
|
|
194
|
+
agether4337Factory: "0x67DE66D07ff3dba0092C21f070f8a0f53D657BC3",
|
|
195
|
+
agether7579Bootstrap: "0xCc83AA714c05B7141B21a17e80EB21bD09652b27",
|
|
196
|
+
erc8004ValidationModule: "0xde896C58163b5f6cAC5B16C1b0109843f26106F6",
|
|
197
|
+
agetherHookMultiplexer: "0x4AB6DaD0f7360fa8d8c75889A5c206B65d7CbeDb",
|
|
198
198
|
validationRegistry: ZERO,
|
|
199
|
-
agether8004Scorer: "
|
|
200
|
-
timelockController: "
|
|
199
|
+
agether8004Scorer: "0x56c7D35A976fac67b1993b66b861fCA32f59104F",
|
|
200
|
+
timelockController: "0xc600e7AAB8a230326C714CE66f356fdf6aC021d8",
|
|
201
201
|
usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
202
202
|
identityRegistry: ERC8004_IDENTITY_REGISTRY,
|
|
203
203
|
morphoBlue: MORPHO_BLUE
|
package/dist/index.js
CHANGED
|
@@ -259,13 +259,13 @@ var CONTRACT_ADDRESSES = {
|
|
|
259
259
|
safeProxyFactory: SAFE_PROXY_FACTORY,
|
|
260
260
|
safe7579: SAFE7579,
|
|
261
261
|
entryPoint: ENTRYPOINT_V07,
|
|
262
|
-
agether4337Factory: "
|
|
263
|
-
agether7579Bootstrap: "
|
|
264
|
-
erc8004ValidationModule: "
|
|
265
|
-
agetherHookMultiplexer: "
|
|
262
|
+
agether4337Factory: "0x67DE66D07ff3dba0092C21f070f8a0f53D657BC3",
|
|
263
|
+
agether7579Bootstrap: "0xCc83AA714c05B7141B21a17e80EB21bD09652b27",
|
|
264
|
+
erc8004ValidationModule: "0xde896C58163b5f6cAC5B16C1b0109843f26106F6",
|
|
265
|
+
agetherHookMultiplexer: "0x4AB6DaD0f7360fa8d8c75889A5c206B65d7CbeDb",
|
|
266
266
|
validationRegistry: ZERO,
|
|
267
|
-
agether8004Scorer: "
|
|
268
|
-
timelockController: "
|
|
267
|
+
agether8004Scorer: "0x56c7D35A976fac67b1993b66b861fCA32f59104F",
|
|
268
|
+
timelockController: "0xc600e7AAB8a230326C714CE66f356fdf6aC021d8",
|
|
269
269
|
usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
270
270
|
identityRegistry: ERC8004_IDENTITY_REGISTRY,
|
|
271
271
|
morphoBlue: MORPHO_BLUE
|
package/dist/index.mjs
CHANGED
|
@@ -187,13 +187,13 @@ var CONTRACT_ADDRESSES = {
|
|
|
187
187
|
safeProxyFactory: SAFE_PROXY_FACTORY,
|
|
188
188
|
safe7579: SAFE7579,
|
|
189
189
|
entryPoint: ENTRYPOINT_V07,
|
|
190
|
-
agether4337Factory: "
|
|
191
|
-
agether7579Bootstrap: "
|
|
192
|
-
erc8004ValidationModule: "
|
|
193
|
-
agetherHookMultiplexer: "
|
|
190
|
+
agether4337Factory: "0x67DE66D07ff3dba0092C21f070f8a0f53D657BC3",
|
|
191
|
+
agether7579Bootstrap: "0xCc83AA714c05B7141B21a17e80EB21bD09652b27",
|
|
192
|
+
erc8004ValidationModule: "0xde896C58163b5f6cAC5B16C1b0109843f26106F6",
|
|
193
|
+
agetherHookMultiplexer: "0x4AB6DaD0f7360fa8d8c75889A5c206B65d7CbeDb",
|
|
194
194
|
validationRegistry: ZERO,
|
|
195
|
-
agether8004Scorer: "
|
|
196
|
-
timelockController: "
|
|
195
|
+
agether8004Scorer: "0x56c7D35A976fac67b1993b66b861fCA32f59104F",
|
|
196
|
+
timelockController: "0xc600e7AAB8a230326C714CE66f356fdf6aC021d8",
|
|
197
197
|
usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
198
198
|
identityRegistry: ERC8004_IDENTITY_REGISTRY,
|
|
199
199
|
morphoBlue: MORPHO_BLUE
|