Skip to content

Commit e64b83a

Browse files
committed
chore: use latest stackflow-token
1 parent 7127b6a commit e64b83a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Clarinet.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ cache_dir = './.cache'
88
[[project.requirements]]
99
contract_id = 'SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard'
1010

11+
[[project.requirements]]
12+
contract_id = "SP126XFZQ3ZHYM6Q6KAQZMMJSDY91A8BTT6AD08RV.stackflow-token-0-6-0.stackflow-token"
13+
1114
[contracts.reservoir]
1215
path = 'contracts/reservoir.clar'
1316
clarity_version = 4

contracts/stackflow.clar

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
;; SOFTWARE.
3030

3131
(use-trait sip-010 'SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard.sip-010-trait)
32-
;; (impl-trait 'SP126XFZQ3ZHYM6Q6KAQZMMJSDY91A8BTT6AD08RV.stackflow-token-0-6-0.stackflow-token)
33-
(impl-trait .stackflow-token.stackflow-token)
32+
(impl-trait 'SP126XFZQ3ZHYM6Q6KAQZMMJSDY91A8BTT6AD08RV.stackflow-token-0-6-0.stackflow-token)
3433

3534
(define-constant CONTRACT_DEPLOYER tx-sender)
3635
(define-constant MAX_HEIGHT u340282366920938463463374607431768211455)

0 commit comments

Comments
 (0)