Skip to content

Commit

Permalink
chore: update for holesky (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnLee committed Mar 19, 2024
1 parent d83b10c commit d949f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var ChainMetadataMap = map[int64]types.ChainMetadata{
},
HoleskyChainId: {
BlockExplorerUrl: "https://holesky.etherscan.io/tx",
ELDelegationManagerAddress: "",
ELAVSDirectoryAddress: "",
ELDelegationManagerAddress: "0xA44151489861Fe9e3055d95adC98FbD462B948e7",
ELAVSDirectoryAddress: "0x055733000064333CaDDbC92763c58BF0192fFeBf",
},
LocalChainId: {
BlockExplorerUrl: "",
Expand Down

0 comments on commit d949f82

Please sign in to comment.