Skip to content

Commit

Permalink
Changed path to bytes of DAIMock.rs. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt authored Nov 8, 2024
1 parent 250f969 commit 30f4fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WEth_Solidity_to_DAi_Rust_Tokens_Swap_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def balanceOf(contract_name, token_address, owner_Address):

def deploy_tokens(owner_address):
solidity_usdc_hex = open('test/demo-contracts/UniswapV2SwapRenamed.USDC.kore.bin').read().rstrip()
solidity_dai_hex = open('/home/robertorosmaninho/pi2-inc/rust-demo-semantics/.build/erc20/rust-token.bin').read().rstrip()
solidity_dai_hex = open('../rust-ulm/tests/ulm-contracts/DAIMock.kore.bin').read().rstrip()
solidity_weth_hex = open('test/demo-contracts/UniswapV2SwapRenamed.WETH.kore.bin').read().rstrip()

solidity_contracts = {"uSDCMock": solidity_usdc_hex, "dAIMock": solidity_dai_hex, "wETHMock": solidity_weth_hex}
Expand Down

0 comments on commit 30f4fc6

Please sign in to comment.