Skip to content

Commit

Permalink
chore: Update IntmaxProvider.tsx with new wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Aug 16, 2024
1 parent 7047019 commit 3792874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/frontend/src/context/IntmaxProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const IntmaxProvider = ({
const client = intmaxDappClient({
wallet: {
url: DEFAULT_WALLET_URL,
name: "DEMO Wallet",
name: "Intmax sdk Demo Wallet",
//window: { mode: "iframe" },
},
metadata: DAPP_METADATA,
Expand Down

0 comments on commit 3792874

Please sign in to comment.