Skip to content

Commit

Permalink
feat: update abi and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Dec 6, 2024
1 parent 2350d23 commit 90e5993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const accountLockerSourceExecutorAbi = [
name: 'handleAcross',
inputs: [
{
name: 'order',
name: 'payload',
type: 'tuple',
internalType: 'struct CrossChainOrder',
internalType: 'struct OriginModulePayload',
components: [
{
name: 'settlementContract',
Expand Down
4 changes: 1 addition & 3 deletions test/unit/module/omniAccount/omniAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ describe('Omni Account Module', () => {
})
it('should get the unlock funds action', async () => {
const unlockFunds = getUnlockFundsAction({
account: MockAccountDeployed.address,
userSignature: '0x',
orchestratorSignature: '0x',
request: {
timestamp: Date.now(),
timestamp: BigInt(Date.now()),
tokenAddress: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
orchestrator: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
amount: BigInt(100),
Expand Down

0 comments on commit 90e5993

Please sign in to comment.