Skip to content

Commit 6b8cfe8

Browse files
committed
chore: set EigenSDK version for Testnet and Mainnet
1 parent cef1926 commit 6b8cfe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ AGG_CONFIG_FILE?=config-files/config-aggregator.yaml
99

1010
OPERATOR_VERSION=v0.15.2
1111
EIGEN_SDK_GO_VERSION_DEVNET=v0.3.0
12-
EIGEN_SDK_GO_VERSION_TESTNET=v0.2.0-beta.1
13-
EIGEN_SDK_GO_VERSION_MAINNET=v0.2.0-beta.1
12+
EIGEN_SDK_GO_VERSION_TESTNET=v0.3.0
13+
EIGEN_SDK_GO_VERSION_MAINNET=v0.3.0
1414

1515
ifeq ($(OS),Linux)
1616
BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux

0 commit comments

Comments
 (0)