Skip to content

Commit

Permalink
Update USDC swap contract address for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Mar 4, 2024
1 parent 5b425ca commit 16b571b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ const CONFIG = { // eslint-disable-line no-unused-vars
NATIVE_USDC_CONTRACT_ADDRESS: '0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97',
NATIVE_USDC_TRANSFER_CONTRACT_ADDRESS: '0x5D101A320547f8D640c44fDfe5d1f35224f00B8B', // v1

USDC_SWAP_CONTRACT_ADDRESS: '0x72e64Cff5cfFD4BFbC5b8d4fB081B33B9EE3e30e',
USDC_SWAP_CONTRACT_ADDRESS: '0xf4a619F6561CeE543BDa9BBA0cAC68758B607714',
};
2 changes: 1 addition & 1 deletion src/config/config.testnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const CONFIG = { // eslint-disable-line no-unused-vars
NATIVE_USDC_CONTRACT_ADDRESS: '0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97',
NATIVE_USDC_TRANSFER_CONTRACT_ADDRESS: '0x5D101A320547f8D640c44fDfe5d1f35224f00B8B', // v1

USDC_SWAP_CONTRACT_ADDRESS: '0x72e64Cff5cfFD4BFbC5b8d4fB081B33B9EE3e30e',
USDC_SWAP_CONTRACT_ADDRESS: '0xf4a619F6561CeE543BDa9BBA0cAC68758B607714',
};

0 comments on commit 16b571b

Please sign in to comment.