Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mPaella committed Sep 14, 2023
1 parent 23673d5 commit 13f5c67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/starter/nextjs-starter/pages/payment-element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default function PaymentElementPage() {
}}
paymentMethod="ETH"
signer={{
address: "maxfQWBno84Zfu4sXgmjYvsvLn4LzGFSgSkFMFuzved",
signAndSendTransaction: async (transaction) => {
return "123";
address: "0xdC9bb9929b79b62d630A7C3568c979a2843eFd8b",
signAndSendTransaction: async (tx) => {
return "0x1234";
},
}}
onEvent={(event) => {
Expand Down

0 comments on commit 13f5c67

Please sign in to comment.