add pools v3

This commit is contained in:
Kirill Litvinov
2023-07-24 11:02:56 +03:00
parent 1218c1aab1
commit 8589938593
4 changed files with 5 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ export default [
'QUICKSWAP',
'ORION_POOL',
'INTERNAL_POOL_V2',
'INTERNAL_POOL_V3',
'CHERRYSWAP',
'OKXSWAP',
'CURVE',

View File

@@ -19,6 +19,7 @@ const mapping: Record<
QUICKSWAP: 'QuickSwap',
ORION_POOL: 'Orion Pool',
INTERNAL_POOL_V2: 'Orion Pool',
INTERNAL_POOL_V3: 'Orion Pool',
CHERRYSWAP: 'CherrySwap',
OKXSWAP: 'OKXSwap',
CURVE: 'Curve',