Skip to content

Commit

Permalink
fixed game master constructor type
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Jan 15, 2025
1 parent e4f77be commit 02e7c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-humans-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@peeramid-labs/sdk": patch
---

fixed bugs in game master constructor type
3 changes: 0 additions & 3 deletions src/rankify/GameMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export class GameMaster {
randomnessCallback,
turnSaltCallback,
}: {
EIP712name: string;
EIP712Version: string;
instanceAddress: Address;
walletClient: WalletClient;
publicClient: PublicClient;
chainId: number;
Expand Down

0 comments on commit 02e7c10

Please sign in to comment.