Skip to content

Commit fc47e13

Browse files
committed
fix contracts package
1 parent 99dbda0 commit fc47e13

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

lib/go/contracts/contracts_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

lib/go/contracts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.1
66

77
require (
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

lib/go/contracts/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ github.com/onflow/cadence v1.0.0-preview.51 h1:L+toCS2Sw9bsExc2PxeNMmAK96fn2LdTO
221221
github.com/onflow/cadence v1.0.0-preview.51/go.mod h1:7wvvecnAZtYOspLOS3Lh+FuAmMeSrXhAWiycC3kQ1UU=
222222
github.com/onflow/crypto v0.25.1 h1:0txy2PKPMM873JbpxQNbJmuOJtD56bfs48RQfm0ts5A=
223223
github.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=
226226
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=
227227
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
228228
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=

lib/go/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

219219
replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts

0 commit comments

Comments
 (0)