Skip to content

Commit

Permalink
Merge pull request #50 from FuelLabs/SilentCicero-small-nit
Browse files Browse the repository at this point in the history
Warning support message.
  • Loading branch information
SilentCicero authored Mar 17, 2024
2 parents 9edfd97 + 279a6f4 commit 67014fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/features/editor/hooks/useTranspile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export function useTranspile(
<>
Transpiling Solidity code with{' '}
<a href='https://github.com/camden-smallwood/charcoal'>charcoal</a>...
<br />
WARNING: no support for delegatecall, this, ASM, strings. Coming soon in future releases.
</>,
]);

Expand Down

0 comments on commit 67014fa

Please sign in to comment.