Skip to content

Commit 57c8da7

Browse files
committed
chore: use epoch 3.1 in simnet deployment
1 parent 9a1d40e commit 57c8da7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/core-contract-tests/Clarinet.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ depends_on = []
3737
[contracts.sip-031]
3838
path = "../../stackslib/src/chainstate/stacks/boot/sip-031.clar"
3939
clarity_version = 3
40-
epoch = 3.0
40+
epoch = 3.1
4141

4242
[contracts.sip-031-indirect]
4343
path = "contracts/sip-031-indirect.clar"
4444
clarity_version = 3
45-
epoch = 3.0
45+
epoch = 3.1
4646

4747
[contracts.bns_test]
4848
path = "./tests/bns_test.clar"

contrib/core-contract-tests/deployments/default.simnet-plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ plan:
107107
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
108108
path: contracts/sip-031-indirect.clar
109109
clarity-version: 3
110-
epoch: "3.0"
110+
epoch: "3.1"

contrib/core-contract-tests/tests/clarigen-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4675,7 +4675,7 @@ export const contracts = {
46754675
},
46764676
non_fungible_tokens: [],
46774677
fungible_tokens: [],
4678-
epoch: "Epoch30",
4678+
epoch: "Epoch31",
46794679
clarity_version: "Clarity3",
46804680
contractName: "sip-031",
46814681
},
@@ -4717,7 +4717,7 @@ export const contracts = {
47174717
constants: {},
47184718
non_fungible_tokens: [],
47194719
fungible_tokens: [],
4720-
epoch: "Epoch30",
4720+
epoch: "Epoch31",
47214721
clarity_version: "Clarity3",
47224722
contractName: "sip-031-indirect",
47234723
},

0 commit comments

Comments
 (0)