Skip to content

Commit 133e396

Browse files
authored
chore: update abi (#5112)
1 parent c0e5edb commit 133e396

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/beekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REPLICA: 3
1313
RUN_TYPE: "PR RUN"
1414
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
15-
SETUP_CONTRACT_IMAGE_TAG: "0.9.3-rc3"
15+
SETUP_CONTRACT_IMAGE_TAG: "0.9.3"
1616
BEELOCAL_BRANCH: "main"
1717
BEEKEEPER_BRANCH: "master"
1818
BEEKEEPER_METRICS_ENABLED: false

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/ethereum/go-ethereum v1.14.13
1313
github.com/ethersphere/batch-archive v0.0.4
1414
github.com/ethersphere/go-price-oracle-abi v0.6.9
15-
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc3
15+
github.com/ethersphere/go-storage-incentives-abi v0.9.3
1616
github.com/ethersphere/go-sw3-abi v0.6.9
1717
github.com/ethersphere/langos v1.0.0
1818
github.com/go-playground/validator/v10 v10.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ github.com/ethersphere/batch-archive v0.0.4 h1:PHmwQfmUEyDJgoX2IqI/R0alQ63+aLPXf
248248
github.com/ethersphere/batch-archive v0.0.4/go.mod h1:41BPb192NoK9CYjNB8BAE1J2MtiI/5aq0Wtas5O7A7Q=
249249
github.com/ethersphere/go-price-oracle-abi v0.6.9 h1:bseen6he3PZv5GHOm+KD6s4awaFmVSD9LFx+HpB6rCU=
250250
github.com/ethersphere/go-price-oracle-abi v0.6.9/go.mod h1:sI/Qj4/zJ23/b1enzwMMv0/hLTpPNVNacEwCWjo6yBk=
251-
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc3 h1:uuowc0ekcipVwYkn1Rud9LySZ094hrDq2/YfRKyjbbQ=
252-
github.com/ethersphere/go-storage-incentives-abi v0.9.3-rc3/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
251+
github.com/ethersphere/go-storage-incentives-abi v0.9.3 h1:qzBmb6Tu+NNr/hnIm1NHEZ3jvQ6/rlkMchpVjZmGWdA=
252+
github.com/ethersphere/go-storage-incentives-abi v0.9.3/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
253253
github.com/ethersphere/go-sw3-abi v0.6.9 h1:TnWLnYkWE5UvC17mQBdUmdkzhPhO8GcqvWy4wvd1QJQ=
254254
github.com/ethersphere/go-sw3-abi v0.6.9/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
255255
github.com/ethersphere/langos v1.0.0 h1:NBtNKzXTTRSue95uOlzPN4py7Aofs0xWPzyj4AI1Vcc=

0 commit comments

Comments
 (0)