Skip to content

Commit

Permalink
refactor: update spotPriceStablecoinAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 8, 2024
1 parent 1c77aa8 commit 8361591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uniswap/src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ export const UNIVERSE_CHAIN_INFO = {
},
networkLayer: NetworkLayer.L2,
pendingTransactionsRetryOptions: undefined,
spotPriceStablecoinAmount: CurrencyAmount.fromRawAmount(USDC_BITLAYER_TESTNET, 1_000e18),
spotPriceStablecoinAmount: CurrencyAmount.fromRawAmount(USDC_BITLAYER_TESTNET, 10e18),
stablecoins: [USDC_BITLAYER_TESTNET, USDT_BITLAYER_TESTNET],
statusPage: undefined,
supportsClientSideRouting: true,
Expand Down

0 comments on commit 8361591

Please sign in to comment.