Skip to content

Commit

Permalink
fix: remove mock sbtc contracts in favor of deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Dec 26, 2024
1 parent 5181367 commit 3941cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 419 deletions.
11 changes: 3 additions & 8 deletions Clarinet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@ cache_dir = './.cache'

[[project.requirements]]
contract_id = 'SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard'
[contracts.sbtc-registry]
path = 'contracts/sbtc/sbtc-registry.clar'
clarity_version = 2
epoch = 2.5

[contracts.sbtc-token]
path = 'contracts/sbtc/sbtc-token.clar'
clarity_version = 2
epoch = 2.5
[[project.requirements]]
contract_id = 'SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token'

[contracts.usabtc-token]
path = 'contracts/usabtc-token.clar'
clarity_version = 2
epoch = 2.5

[repl.analysis]
passes = ['check_checker']

Expand Down
258 changes: 0 additions & 258 deletions contracts/sbtc/sbtc-registry.clar

This file was deleted.

Loading

0 comments on commit 3941cb5

Please sign in to comment.