Skip to content

Commit

Permalink
fix: starknet_supportedSpecs for argent mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Feb 29, 2024
1 parent eb34878 commit ba4aa2a
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 ba4aa2a

Please sign in to comment.