mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 23:01:01 +00:00
fix: re-export NATIVE_TOKEN_ID from utils/dex.ts
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import { ApiPromise } from '@pezkuwi/api';
|
import { ApiPromise } from '@pezkuwi/api';
|
||||||
import { KNOWN_TOKENS, PoolInfo, SwapQuote, UserLiquidityPosition, NATIVE_TOKEN_ID } from '../types/dex';
|
import { KNOWN_TOKENS, PoolInfo, SwapQuote, UserLiquidityPosition, NATIVE_TOKEN_ID } from '../types/dex';
|
||||||
|
|
||||||
|
// Re-export NATIVE_TOKEN_ID for convenience
|
||||||
|
export { NATIVE_TOKEN_ID };
|
||||||
|
|
||||||
// LP tokens typically use 12 decimals on Asset Hub
|
// LP tokens typically use 12 decimals on Asset Hub
|
||||||
const LP_TOKEN_DECIMALS = 12;
|
const LP_TOKEN_DECIMALS = 12;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user