new pool selection dialog and liquidity

This commit is contained in:
tim
2025-03-30 21:50:24 -04:00
parent 0392e70b78
commit 0442b08623
11 changed files with 232 additions and 62 deletions

View File

@@ -1,4 +1,5 @@
export const NATIVE_TOKEN = '0x0000000000000000000000000000000000000001'
export const USD_FIAT = '0x0000000000000000000000000000000000000055' // We use 0x55 (ASCII 'U') to indicate the use of fiat USD
export function mixin(child, ...parents) {
// child is modified directly, assigning fields from parents that are missing in child. parents fields are