Skip to content

Commit e161ee8

Browse files
authored
chore: abi rc6 (#4887)
1 parent 336ff77 commit e161ee8

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.2-rc5"
15+
SETUP_CONTRACT_IMAGE_TAG: "0.9.2-rc6"
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
@@ -11,7 +11,7 @@ require (
1111
github.com/coreos/go-semver v0.3.0
1212
github.com/ethereum/go-ethereum v1.14.3
1313
github.com/ethersphere/go-price-oracle-abi v0.2.0
14-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc5
14+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6
1515
github.com/ethersphere/go-sw3-abi v0.6.5
1616
github.com/ethersphere/langos v1.0.0
1717
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
@@ -236,8 +236,8 @@ github.com/ethereum/go-ethereum v1.14.3 h1:5zvnAqLtnCZrU9uod1JCvHWJbPMURzYFHfc2e
236236
github.com/ethereum/go-ethereum v1.14.3/go.mod h1:1STrq471D0BQbCX9He0hUj4bHxX2k6mt5nOQJhDNOJ8=
237237
github.com/ethersphere/go-price-oracle-abi v0.2.0 h1:wtIcYLgNZHY4BjYwJCnu93SvJdVAZVvBaKinspyyHvQ=
238238
github.com/ethersphere/go-price-oracle-abi v0.2.0/go.mod h1:sI/Qj4/zJ23/b1enzwMMv0/hLTpPNVNacEwCWjo6yBk=
239-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc5 h1:orVNqoeAQTavuKmYSJYJF+nfy4wHBL9ZzS3vV1z2K9o=
240-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc5/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
239+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6 h1:3s6c2w9JrToXdiX9vSGxatmRUBzOe57joZk1Xf4SWHU=
240+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
241241
github.com/ethersphere/go-sw3-abi v0.6.5 h1:M5dcIe1zQYvGpY2K07UNkNU9Obc4U+A1fz68Ho/Q+XE=
242242
github.com/ethersphere/go-sw3-abi v0.6.5/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
243243
github.com/ethersphere/langos v1.0.0 h1:NBtNKzXTTRSue95uOlzPN4py7Aofs0xWPzyj4AI1Vcc=

0 commit comments

Comments
 (0)