Skip to content

Commit

Permalink
fix: constants2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBasically committed Aug 30, 2023
1 parent f501f57 commit 9e5e98a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions y/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@
elif chain.id == Network.Base:
dai = Contract('0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb')
weth = Contract('0x4200000000000000000000000000000000000006')
usdc = None
usdt = None
wbtc = None

usdc = Contract('0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA')
usdt = Contract('0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D')

else: weth, dai, wbtc, usdc, usdt = None, None, None, None, None

Expand Down

0 comments on commit 9e5e98a

Please sign in to comment.