Skip to content

Commit

Permalink
Update Tip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmKio committed Mar 17, 2024
1 parent 08c368f commit daac1bd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/src/components/Tip/Tip.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export default function Tip() {
level="h1"
textColor={"common.black"}
textAlign={"center"}
sx={{ textShadow: "1px 1px #FFFFFF" }}
>
Well, aren't you a kind soul?
Your tip is on the way!
</Typography>
</Box>
</Modal>
Expand Down Expand Up @@ -146,7 +147,13 @@ export default function Tip() {
</Box>
<FormControl>
<Typography>How much do you want to tip {params.id}?</Typography>
<EtherspotBatches onSent={onSendReceiver}>
<EtherspotBatches
// paymaster={{
// url: "https://arka.etherspot.io/?api_key=arka_public_key",
// context: "sponsor",
// }}
onSent={onSendReceiver}
>
<EtherspotBatch chainId={+process.env.REACT_APP_CHAIN_ID}>
<EtherspotTransaction
to={jarsData.etherspotAddress}
Expand Down

0 comments on commit daac1bd

Please sign in to comment.