File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ func SetAllAddresses(env *templates.Environment) {
4242 env .NodeVersionBeaconAddress = fakeAddr
4343 env .RandomBeaconHistoryAddress = fakeAddr
4444 env .FlowCallbackSchedulerAddress = fakeAddr
45+ env .FlowCallbackUtilsAddress = fakeAddr
4546}
4647
4748// Tests that a specific contract path should succeed when retrieving it
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.1
66
77require (
88 github.com/kevinburke/go-bindata v3.24.0+incompatible
9- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250709181500-7b276f4ca1c8
9+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250908194316-99dbda00d457
1010 github.com/onflow/flow-ft/lib/go/contracts v1.0.1
1111 github.com/onflow/flow-go-sdk v1.0.0-preview.54
1212 github.com/onflow/flow-nft/lib/go/contracts v1.2.4
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ github.com/onflow/cadence v1.0.0-preview.51 h1:L+toCS2Sw9bsExc2PxeNMmAK96fn2LdTO
221221github.com/onflow/cadence v1.0.0-preview.51 /go.mod h1:7wvvecnAZtYOspLOS3Lh+FuAmMeSrXhAWiycC3kQ1UU =
222222github.com/onflow/crypto v0.25.1 h1:0txy2PKPMM873JbpxQNbJmuOJtD56bfs48RQfm0ts5A =
223223github.com/onflow/crypto v0.25.1 /go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI =
224- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250709181500-7b276f4ca1c8 h1:N4vs+p7+EW/W1er9+KN+dypqF9GgWlhRZaUECg+u4Ck =
225- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250709181500-7b276f4ca1c8 /go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM =
224+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250908194316-99dbda00d457 h1:qsmriWei2eQ9SXqD76ZEUrcFVv4AQ/dSYJgxNNUg/0k =
225+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250908194316-99dbda00d457 /go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM =
226226github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24 =
227227github.com/onflow/flow-ft/lib/go/contracts v1.0.1 /go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A =
228228github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM =
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ require (
213213 // replaced by module version in this repo - disregard pinned version
214214 github.com/onflow/flow-core-contracts/lib/go/contracts v1.5.1-preview
215215 // replaced by module version in this repo - disregard pinned version
216- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250709181500-7b276f4ca1c8
216+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250908194316-99dbda00d457
217217)
218218
219219replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts
You can’t perform that action at this time.
0 commit comments