Skip to content

Commit

Permalink
yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Jul 10, 2024
1 parent 2b5cfeb commit d4d6fdc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 771 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
},
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"aptos": "^1.21.0",
"js-yaml": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/nextjs/app/debug/_components/DebugContracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function DebugContracts() {
>
{contractName as string}
{contractsData[contractName as string].external && (
<span className="tooltip tooltip-top tooltip-accent" data-tip="External contract">
<span className="tooltip tooltip-top tooltip-accent" data-tip="External module">
<BarsArrowUpIcon className="h-4 w-4 cursor-pointer" />
</span>
)}
Expand Down
Loading

0 comments on commit d4d6fdc

Please sign in to comment.