Skip to content

Commit

Permalink
fix astrochain quoter address
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 10, 2024
1 parent e9c2935 commit abd40a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const NEW_QUOTER_V2_ADDRESSES: AddressMap = {
[ChainId.WORLDCHAIN]:
CHAIN_TO_ADDRESSES_MAP[ChainId.WORLDCHAIN].quoterAddress, // TODO: deploy view-only-quoter to worldchain
[ChainId.ASTROCHAIN_SEPOLIA]:
CHAIN_TO_ADDRESSES_MAP[ChainId.WORLDCHAIN].quoterAddress, // TODO: deploy view-only-quoter to astrochain
CHAIN_TO_ADDRESSES_MAP[ChainId.ASTROCHAIN_SEPOLIA].quoterAddress, // TODO: deploy view-only-quoter to astrochain
};

export const PROTOCOL_V4_QUOTER_ADDRESSES: AddressMap = {
Expand Down

0 comments on commit abd40a5

Please sign in to comment.