Skip to content

Commit

Permalink
Refactor contract imports to include external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Laisky committed Sep 9, 2024
1 parent c73ad0a commit 05a25af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blockchain/ton/contracts/jettons/contracts/laisky_jetton.tact
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// =====================================
// https://blog.laisky.com/p/ton-tact/
// =====================================

import "@stdlib/ownable";
import "./errcodes.tact";
import "./messages.tact";
Expand Down
5 changes: 5 additions & 0 deletions blockchain/ton/contracts/nft/contracts/nft.tact
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// =====================================
// https://blog.laisky.com/p/ton-tact/
// =====================================


import "@stdlib/deploy";
import "@stdlib/ownable";
import "./messages.tact";
Expand Down

0 comments on commit 05a25af

Please sign in to comment.