mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +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 { 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
|
||||
const LP_TOKEN_DECIMALS = 12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user