Skip to content

Commit

Permalink
fix some bugs (#106)
Browse files Browse the repository at this point in the history
* fix some bugs

* add delegtion address

* update to v0.1.6
  • Loading branch information
shrimalmadhur authored Apr 16, 2024
1 parent 6e47c21 commit ba7540a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408193328-33241d37ea3a
github.com/Layr-Labs/eigensdk-go v0.1.6
github.com/ethereum/go-ethereum v1.13.14
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkk
github.com/AlecAivazis/survey/v2 v2.3.7/go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo=
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408193328-33241d37ea3a h1:ij62mP2EuzE9PE7Sx8gbjeZ8C+tZPYhymsN0gEyWkiA=
github.com/Layr-Labs/eigensdk-go v0.1.4-0.20240408193328-33241d37ea3a/go.mod h1:HOSNuZcwaKbP4cnNk9c1hK2B2RitcMQ36Xj2msBBBpE=
github.com/Layr-Labs/eigensdk-go v0.1.6 h1:LEJ8QZFAjuXH3H7BkwixFAxm1GVbCiTmsj1Q21xxsEA=
github.com/Layr-Labs/eigensdk-go v0.1.6/go.mod h1:HOSNuZcwaKbP4cnNk9c1hK2B2RitcMQ36Xj2msBBBpE=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s=
Expand Down
2 changes: 1 addition & 1 deletion operator-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
operator:
address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
earnings_receiver_address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
delegation_approver_address: "0x0000000000000000000000000000000000000000"
delegation_approver_address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
staker_opt_out_window_blocks: 0
metadata_url: https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json
el_delegation_manager_address: 0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9
Expand Down

0 comments on commit ba7540a

Please sign in to comment.