USD marks

This commit is contained in:
tim
2025-03-29 15:27:13 -04:00
parent a6bce1613b
commit 0392e70b78
5 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
export const NATIVE_TOKEN = '0x0000000000000000000000000000000000000001'
export function mixin(child, ...parents) {
// child is modified directly, assigning fields from parents that are missing in child. parents fields are
// assigned by parents order, highest priority first