Skip to content

Commit

Permalink
Update router02 address in provider (Uniswap#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz authored Jan 7, 2022
1 parent 9940fc8 commit 24487a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/swap-router-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type TokenApprovalTypes = {
approvalTokenOut: ApprovalTypes;
};

const SWAP_ROUTER_ADDRESS = '0x075B36dE1Bd11cb361c5B3B1E80A9ab0e7aa8a60';
const SWAP_ROUTER_ADDRESS = '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45';

/**
* Provider for accessing the SwapRouter02 Contract .
Expand Down

0 comments on commit 24487a3

Please sign in to comment.