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 4680f7f + 6bac1dd commit 8aca4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bread2GnosisPay.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract Bread2GnosisPay is OwnableUpgradeable {
// Get the swapped GBPe balance of this contract
uint256 gbpeBalance = IERC20(GBPE_TOKEN_ADDRESS).balanceOf(address(this));

// Transfer GBPe tokens from this contract to the provided SAFE wallet
// Transfer GBPe tokens from this contract to the provided Gnosis Pay addresss
IERC20(GBPE_TOKEN_ADDRESS).transfer(safeWallet, gbpeBalance);

}
Expand Down

0 comments on commit 8aca4b6

Please sign in to comment.