Skip to content

Commit

Permalink
add supporting txns, scripts & test coverage for TokenHandler integra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
sisyphusSmiling committed Apr 23, 2024
1 parent 4fdd973 commit 99ec218
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 122 deletions.
2 changes: 1 addition & 1 deletion cadence/contracts/example-assets/ExampleHandledToken.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ access(all) contract ExampleHandledToken: FungibleToken {
}

init() {
self.totalSupply = 1000.0
self.totalSupply = 0.0

self.VaultStoragePath = /storage/exampleTokenVault
self.VaultPublicPath = /public/exampleTokenVault
Expand Down
Loading

0 comments on commit 99ec218

Please sign in to comment.