Skip to content

Commit 64e3335

Browse files
Glory MatthewGlory Matthew
authored andcommitted
Fix CI: remove STX mainnet contracts from Clarinet simnet, restore 86/86 tests
STX contracts reference mainnet principals in use-trait/impl-trait which simnet cannot resolve, causing all 86 sBTC tests to fail at load time. Remove from Clarinet.toml — deployed independently to mainnet.
1 parent 3346903 commit 64e3335

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

Clarinet.toml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ description = "FlashStack - Trustless flash minting of sBTC against locked/stack
44
authors = ["Glory Matthew"]
55
telemetry = false
66
cache_dir = "./.cache"
7-
requirements = [
8-
{ contract_id = "SP3TGRVG7DKGFVRTTVGGS60S59R916FWB4DAB9STZ.stx-flash-receiver-trait" },
9-
{ contract_id = "SPQC38PW542EQJ5M11CR25P7BS1CA6QT4TBXGB3M.stableswap-stx-ststx-v-1-2" },
10-
{ contract_id = "SPQC38PW542EQJ5M11CR25P7BS1CA6QT4TBXGB3M.stx-ststx-lp-token-v-1-2" },
11-
{ contract_id = "SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststx-token" },
12-
]
7+
requirements = []
138
boot_contracts = []
149

1510
[contracts.flashstack-core]
@@ -76,23 +71,6 @@ trusted_sender = false
7671
trusted_caller = false
7772
callee_filter = false
7873

79-
[contracts.flashstack-stx-core]
80-
path = "contracts/flashstack-stx-core.clar"
81-
clarity_version = 3
82-
epoch = 3.0
83-
depends_on = ["stx-flash-receiver-trait"]
84-
85-
[contracts.stx-test-receiver]
86-
path = "contracts/stx-test-receiver.clar"
87-
clarity_version = 3
88-
epoch = 3.0
89-
depends_on = ["stx-flash-receiver-trait", "flashstack-stx-core"]
90-
91-
[contracts.bitflow-arb-receiver]
92-
path = "contracts/bitflow-arb-receiver.clar"
93-
clarity_version = 3
94-
epoch = 3.0
95-
depends_on = ["stx-flash-receiver-trait", "flashstack-stx-core"]
9674

9775
[contracts.snp-flashstack-receiver]
9876
path = "contracts/snp-flashstack-receiver.clar"

0 commit comments

Comments
 (0)