Skip to content

Commit 3679710

Browse files
committed
update hardcoded MON testnet token price
1 parent b502094 commit 3679710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ambient-utils/api/fetchTokenPrice.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export const fetchTokenPrice = async (
8989
}
9090
if (chain === '0x279f' && address === ZeroAddress) {
9191
return {
92-
usdPrice: 20.94,
93-
usdPriceFormatted: 20.94,
92+
usdPrice: 18.5,
93+
usdPriceFormatted: 18.5,
9494
};
9595
}
9696
return undefined;

0 commit comments

Comments
 (0)