@coinfello/agent-cli 0.1.14 → 0.1.15
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/index.js
CHANGED
|
@@ -3369,6 +3369,7 @@ program.command("send_prompt").description("Send a prompt to CoinFello, creating
|
|
|
3369
3369
|
if (!isDeployed) {
|
|
3370
3370
|
console.log("Getting factory args...");
|
|
3371
3371
|
const factoryArgs = await smartAccount.getFactoryArgs();
|
|
3372
|
+
console.log("factory args ", JSON.stringify(factoryArgs, null, 4));
|
|
3372
3373
|
sig = serializeErc6492Signature({
|
|
3373
3374
|
signature,
|
|
3374
3375
|
address: factoryArgs.factory,
|
|
Binary file
|