Skip to content

Commit

Permalink
feat(camelot): add support for ARB & GMX
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Nov 5, 2023
1 parent b5801ca commit 80c91bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/camelot/src/contract-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const DEFAULT_TOKEN_LIST_URL: Address[] = [
'0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8', // USDC.e
'0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9', // USDT
'0xaf88d065e77c8cC2239327C5EDb3A432268e5831', // USDC

'0x912CE59144191C1204E64559FE8253a0e49E6548', // ARB
'0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a', // GMX
]
export const CAMELOT_ROUTER = '0xc873fEcbd354f5A56E00E710B90EF4201db2448d'
export const ETH_ADDRESS = '0x0000000000000000000000000000000000000000'
Expand Down

0 comments on commit 80c91bc

Please sign in to comment.