Skip to content

Commit 7f6d647

Browse files
committed
fix: integration test (#255)
1 parent 8b49364 commit 7f6d647

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
repository: layr-labs/eigensdk-go
2525
token: ${{ github.token }}
26-
ref: dev
26+
ref: 37139a7d8ea870ca2c36e6aca72115de12c26d5d
2727

2828
- name: Run anvil chain
2929
run: |
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
repository: layr-labs/eigensdk-go
9898
token: ${{ github.token }}
99-
ref: dev
99+
ref: 37139a7d8ea870ca2c36e6aca72115de12c26d5d
100100
- name: Run anvil chain
101101
run: |
102102
nohup make start-anvil-with-contracts-deployed > nohup.out 2>&1 &

pkg/internal/common/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var ChainMetadataMap = map[int64]types.ChainMetadata{
6969
BlockExplorerUrl: "",
7070
ELDelegationManagerAddress: "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
7171
ELAVSDirectoryAddress: "0x0165878A594ca255338adfa4d48449f69242Eb8F",
72-
ELRewardsCoordinatorAddress: "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
72+
ELRewardsCoordinatorAddress: "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
7373
ELPermissionManagerAddress: "",
7474
WebAppUrl: "",
7575
ProofStoreBaseURL: "",

0 commit comments

Comments
 (0)