Skip to content

Commit

Permalink
Set mainnet native USDC HTLC and swap contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Mar 8, 2024
1 parent 906c1f5 commit a7ed504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.mainnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CONFIG = { // eslint-disable-line no-unused-vars

NATIVE_USDC_CONTRACT_ADDRESS: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
NATIVE_USDC_TRANSFER_CONTRACT_ADDRESS: '0x3157d422cd1be13AC4a7cb00957ed717e648DFf2', // v1
NATIVE_USDC_HTLC_CONTRACT_ADDRESS: '',
NATIVE_USDC_HTLC_CONTRACT_ADDRESS: '0x0cFD862bE942846Cebad797d7c1BC6e47714959b',

USDC_SWAP_CONTRACT_ADDRESS: '',
USDC_SWAP_CONTRACT_ADDRESS: '0xfAbBed813017bF535b40013c13b8702638aC25CD',
};

0 comments on commit a7ed504

Please sign in to comment.