added thena exchange

This commit is contained in:
Kirill Litvinov
2023-12-27 20:01:54 +03:00
parent bec9dc5b35
commit d4a94aca02
4 changed files with 5 additions and 3 deletions

View File

@@ -23,4 +23,5 @@ export default [
'OKXSWAP',
'CURVE',
'CURVE_FACTORY',
'THENA_ALGEBRA_V1',
] as const;

View File

@@ -19,6 +19,7 @@ const mapping: Record<string, string> = {
OKXSWAP: 'OKXSwap',
CURVE: 'Curve',
CURVE_FACTORY: 'Curve Factory',
THENA_ALGEBRA_V1: 'Thena',
};
export default mapping;