Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh9200 committed Aug 12, 2024
1 parent 1407e02 commit 925999b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions subgraphs/eigenpie/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ export namespace NULL {
export const ETH_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
export const WETH_ADDRESS = "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";

export const EIGEN_CONFIG_ADDRESS = "0x20b70e4a1883b81429533fed944d7957121c7cab";
export const EIGEN_STAKING_ADDRESS = "0x24db6717db1c75b9db6ea47164d8730b63875db7";
export const EIGEN_CONFIG_ADDRESS =
"0x20b70e4a1883b81429533fed944d7957121c7cab";
export const EIGEN_STAKING_ADDRESS =
"0x24db6717db1c75b9db6ea47164d8730b63875db7";

////////////////////////
///// Type Helpers /////
Expand Down

0 comments on commit 925999b

Please sign in to comment.