Skip to content

Commit

Permalink
Add dapp name to get-starknet window
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 27, 2023
1 parent 037633f commit c0e843f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export class StarknetProvider implements ChainProvider {

const connection = await connect({
modalMode: "canAsk",
dappName: this.config.appName,
webWalletUrl:
this.config.chainId === ChainId.STARKNET_MAINNET
? "https://web.argent.xyz"
Expand Down

0 comments on commit c0e843f

Please sign in to comment.