Skip to content

Commit

Permalink
add DM for mainnet (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Mar 15, 2024
1 parent 31e3020 commit d83b10c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import (
var ChainMetadataMap = map[int64]types.ChainMetadata{
MainnetChainId: {
BlockExplorerUrl: "https://etherscan.io/tx",
ELDelegationManagerAddress: "",
ELDelegationManagerAddress: "0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A",
ELAVSDirectoryAddress: "",
},
GoerliChainId: {
BlockExplorerUrl: "https://goerli.etherscan.io/tx",
Expand All @@ -25,10 +26,12 @@ var ChainMetadataMap = map[int64]types.ChainMetadata{
HoleskyChainId: {
BlockExplorerUrl: "https://holesky.etherscan.io/tx",
ELDelegationManagerAddress: "",
ELAVSDirectoryAddress: "",
},
LocalChainId: {
BlockExplorerUrl: "",
ELDelegationManagerAddress: "",
ELAVSDirectoryAddress: "",
},
}

Expand Down

0 comments on commit d83b10c

Please sign in to comment.