Skip to content

Commit

Permalink
feat: adapt starknetKit to new JSON-rpc wallet api
Browse files Browse the repository at this point in the history
BREAKING CHANGE: use new JSON RPC Wallet API
  • Loading branch information
bluecco committed Feb 29, 2024
1 parent b205975 commit 25ccbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/argentMobile/modal/starknet/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class StarknetAdapter
public rpc: EthereumRpcConfig

private walletRpc: IStarknetRpc
private handleRequest: Record<string, (...args: any) => any>
private handleRequest: Record<string, (...args: any) => any> // TODO: improve typing

constructor({ client, chainId, rpcUrl, provider }: NamespaceAdapterOptions) {
super()
Expand Down

0 comments on commit 25ccbda

Please sign in to comment.