Skip to content

Commit

Permalink
Merge pull request #83 from argentlabs/fix/starknet_supportedSpecs
Browse files Browse the repository at this point in the history
fix: starknet_supportedSpecs for argent mobile
  • Loading branch information
bluecco authored Feb 29, 2024
2 parents eb34878 + ba4aa2a commit 187c26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/connectors/argentMobile/modal/starknet/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class StarknetAdapter
// NamespaceAdapter
public namespace = "starknet"
public methods = [
"starknet_supportedSpecs",
"starknet_signTypedData",
"starknet_requestAddInvokeTransaction",
]
Expand Down Expand Up @@ -281,7 +282,7 @@ export class StarknetAdapter
private handleSupportedSpecs = async () => {
return await this.requestWallet({
method: "starknet_supportedSpecs",
params: undefined,
params: {},
})
}
}

0 comments on commit 187c26c

Please sign in to comment.