Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(lyra-avalon): Fix Lyra Avalon registry address
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Jun 22, 2022
1 parent b2dba91 commit 3ed190e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/lyra-avalon/optimism/helpers/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const OPTION_TYPES = {
4: 'Short Put Quote',
};

export const REGISTRY_ADDRESS = '0x7c7abddbcb6c731237f7546d3e4c5165531fb0c1';
// From https://github.com/lyra-finance/subgraph/blob/master/addresses/mainnet-ovm/lyra.json
export const REGISTRY_ADDRESS = '0x6555c4bebc5a7b2b2dac66bb621ce86e7e92e53f';

0 comments on commit 3ed190e

Please sign in to comment.