File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
contrib/core-contract-tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ depends_on = []
37
37
[contracts .sip-031 ]
38
38
path = " ../../stackslib/src/chainstate/stacks/boot/sip-031.clar"
39
39
clarity_version = 3
40
- epoch = 3.0
40
+ epoch = 3.1
41
41
42
42
[contracts .sip-031-indirect ]
43
43
path = " contracts/sip-031-indirect.clar"
44
44
clarity_version = 3
45
- epoch = 3.0
45
+ epoch = 3.1
46
46
47
47
[contracts .bns_test ]
48
48
path = " ./tests/bns_test.clar"
Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ plan:
107
107
emulated-sender : ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
108
108
path : contracts/sip-031-indirect.clar
109
109
clarity-version : 3
110
- epoch : " 3.0 "
110
+ epoch : " 3.1 "
Original file line number Diff line number Diff line change @@ -4675,7 +4675,7 @@ export const contracts = {
4675
4675
} ,
4676
4676
non_fungible_tokens : [ ] ,
4677
4677
fungible_tokens : [ ] ,
4678
- epoch : "Epoch30 " ,
4678
+ epoch : "Epoch31 " ,
4679
4679
clarity_version : "Clarity3" ,
4680
4680
contractName : "sip-031" ,
4681
4681
} ,
@@ -4717,7 +4717,7 @@ export const contracts = {
4717
4717
constants : { } ,
4718
4718
non_fungible_tokens : [ ] ,
4719
4719
fungible_tokens : [ ] ,
4720
- epoch : "Epoch30 " ,
4720
+ epoch : "Epoch31 " ,
4721
4721
clarity_version : "Clarity3" ,
4722
4722
contractName : "sip-031-indirect" ,
4723
4723
} ,
You can’t perform that action at this time.
0 commit comments