Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BreadchainCoop/bread2gnosispay
Browse files Browse the repository at this point in the history
  • Loading branch information
RonTuretzky committed Mar 17, 2024
2 parents 44e9c3f + d85cfb2 commit a5e85e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Bread2Gnosis Token Swap</h2>
const provider = new ethers.providers.Web3Provider(window.ethereum);
const signer = provider.getSigner();

const contractAddress = "";
const contractAddress = "0x5c5841032CE623D5ad91b0d37cd008A141bf047B";
const breadTokenAddress = "0xa555d5344f6FB6c65da19e403Cb4c1eC4a1a5Ee3";
const contractABI = abiBread2GnosisPay;
const breadTokenABI = abiBread;
Expand Down

0 comments on commit a5e85e8

Please sign in to comment.