const session: Session = { owners: { type: 'ecdsa', accounts: [sessionOwnerAccount], }, actions: [ { policies: [ { type: 'spending-limits', limits: [ { token: usdcAddress, amount: parseUnits('10', 6), }, { token: wethAddress, amount: parseUnits('0.1', 18), }, ], }, ], }, ], }
Was this page helpful?