Skip to content

Commit

Permalink
Merge pull request #26 from argentlabs/fix/update-default-network-mobil
Browse files Browse the repository at this point in the history
fix: update default network for argent mobile
  • Loading branch information
bluecco authored Nov 10, 2023
2 parents 92b0c8a + 6e68b0f commit facf6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/argentMobile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class ArgentMobileConnector extends Connector {
const { getStarknetWindowObject } = await import("./modal")
const { chainId, projectId, dappName, description, url } = this._options
const options = {
chainId: chainId ?? "SN_GOERLI",
chainId: chainId ?? constants.NetworkName.SN_MAIN,
name: dappName,
projectId: projectId ?? DEFAULT_PROJECT_ID,
description,
Expand Down

0 comments on commit facf6f3

Please sign in to comment.