Skip to content

Commit

Permalink
Modified byol_solidity_py to use non renamed version of USDC mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Nov 6, 2024
1 parent adf56fa commit 0744127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byol_solidity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from web3.middleware import SignAndSendRawMiddlewareBuilder
import time

simple_usdc_hex = open('test/demo-contracts/UniswapV2SwapRenamed.USDC.kore.bin').read().rstrip()
simple_usdc_hex = open('test/demo-contracts/USDCMock.kore.bin').read().rstrip()

w3 = Web3(Web3.HTTPProvider('http://localhost:8545'))
sender = w3.eth.account.create()
Expand Down

0 comments on commit 0744127

Please sign in to comment.