mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
add pools v3
This commit is contained in:
@@ -14,6 +14,7 @@ export default [
|
||||
'QUICKSWAP',
|
||||
'ORION_POOL',
|
||||
'INTERNAL_POOL_V2',
|
||||
'INTERNAL_POOL_V3',
|
||||
'CHERRYSWAP',
|
||||
'OKXSWAP',
|
||||
'CURVE',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user