Skip to content

Commit

Permalink
deploy: d85cfb2
Browse files Browse the repository at this point in the history
  • Loading branch information
misaakidis committed Mar 17, 2024
1 parent 0dddbce commit bed561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 bed561c

Please sign in to comment.