Skip to content

Commit

Permalink
calldata moerouter
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalbuilds committed Nov 16, 2024
1 parent 97868fc commit 16f4b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions developer-preview/src/app/DevicesDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const DevicesDemo = ({
chainId={chainId}
contractAddress={contractAddress}
chosenOperation={chosenOperation}
info={metadata.info}
owner={metadata.owner}
info={metadata?.info ?? {}}
owner={metadata?.owner ?? ""}
operationType={type}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion registry/merchantmoe/calldata-MoeRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"address": "0x1e2098BaD83241A1327Ff205c5521C39Ca9A754c"
}
],
"abi": ""
"abi": "https://raw.githubusercontent.com/kamalbuilds/ledger-asset-dapps/refs/heads/main/mantle/merchant-moe/merchantmoerouter.json"
}
},
"metadata": {
Expand Down

0 comments on commit 16f4b45

Please sign in to comment.