mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 17:07:57 +00:00
feat: add Native HEZ support for pool creation
assetConversion pallet requires pools to pair with Native token. Changes: - Added NATIVE_TOKEN_ID (-1) constant for relay chain HEZ - Updated CreatePoolModal to use XCM location format for Native - Pools can now be created: Native HEZ / PEZ, Native HEZ / wUSDT, etc. - Fixed balance fetching for Native vs Asset tokens
This commit is contained in:
@@ -11,4 +11,4 @@ export {
|
||||
TransactionStatus,
|
||||
} from '../../../shared/types/tokens';
|
||||
|
||||
export { KNOWN_TOKENS, TOKEN_DISPLAY_SYMBOLS } from '../../../shared/constants';
|
||||
export { KNOWN_TOKENS, TOKEN_DISPLAY_SYMBOLS, NATIVE_TOKEN_ID } from '../../../shared/constants';
|
||||
|
||||
Reference in New Issue
Block a user