@abbababa/sdk 0.1.0 → 0.1.1

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.
@@ -80,7 +80,7 @@ export async function createSmartAccount(config) {
80
80
  const { signerToEcdsaValidator } = await import('@zerodev/ecdsa-validator');
81
81
  const { privateKeyToAccount } = await import('viem/accounts');
82
82
  const { createKernelAccount, constants, } = sdk;
83
- const chain = CHAINS[config.chain ?? 'polygonAmoy'];
83
+ const chain = CHAINS[config.chain ?? 'baseSepolia'];
84
84
  if (!chain) {
85
85
  throw new Error(`Unsupported chain: ${config.chain}`);
86
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abbababa/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript SDK for the Abbababa A2A Settlement Platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,6 +57,7 @@
57
57
  "agent",
58
58
  "commerce",
59
59
  "escrow",
60
+ "base",
60
61
  "polygon",
61
62
  "usdc",
62
63
  "settlement",