Skip to content

Commit

Permalink
quoter added for lux, change demicals of mock tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
foxier25 committed Oct 3, 2024
1 parent e05cbee commit 83f60d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"i18n:extract": "lingui extract --locale en-US",
"i18n:compile": "yarn i18n:extract && lingui compile",
"i18n:pseudo": "lingui extract --locale pseudo && lingui compile",
"prepare": "yarn contracts:compile && yarn graphql:fetch && yarn graphql:generate && yarn i18n:compile",
"prepare": "yarn contracts:compile && yarn i18n:compile",
"start": "craco start",
"build": "craco build",
"serve": "serve build -l 3000",
Expand Down
1 change: 1 addition & 0 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const QUOTER_ADDRESSES: AddressMap = {
]),
[SupportedChainId.CELO]: CELO_QUOTER_ADDRESSES,
[SupportedChainId.CELO_ALFAJORES]: CELO_QUOTER_ADDRESSES,
[SupportedChainId.LUX]: "0x036A0AE1D760D7582254059BeBD9e5A34062dE23",
}

export const NONFUNGIBLE_POSITION_MANAGER_ADDRESSES: AddressMap = {
Expand Down
4 changes: 2 additions & 2 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const USDC_ROPSTEN = new Token(
export const USDC_LUX = new Token(
SupportedChainId.LUX,
'0x57A22965AdA0e52D785A9Aa155beF423D573b879',
6,
18,
"USDC",
"USD Coin",
);
Expand Down Expand Up @@ -141,7 +141,7 @@ export const USDT_POLYGON = new Token(
export const USDT_LUX = new Token(
SupportedChainId.LUX,
'0xd25F88CBdAe3c2CCA3Bb75FC4E723b44C0Ea362F',
6,
18,
"USDT",
"Tether USD",
);
Expand Down

0 comments on commit 83f60d3

Please sign in to comment.