Skip to content

Commit

Permalink
fix: lido locator mainnet blank address
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Mar 13, 2023
1 parent 710aaa0 commit 011fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/repository/locator/locator.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CHAINS } from '@lido-sdk/constants';
export const LIDO_LOCATOR_BY_NETWORK: {
[key in CHAINS]?: string;
} = {
[CHAINS.Mainnet]: '0x710B3303fB508a84F10793c1106e32bE873C24cd',
[CHAINS.Mainnet]: '0x0000000000000000000000000000000000000000',
[CHAINS.Goerli]: '0x1eDf09b5023DC86737b59dE68a8130De878984f5',
[CHAINS.Zhejiang]: '0x548C1ED5C83Bdf19e567F4cd7Dd9AC4097088589',
};
Expand Down

0 comments on commit 011fd02

Please sign in to comment.