We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1063b22 commit 9eb9345Copy full SHA for 9eb9345
packages/gator-permissions-snap/src/clients/nonceCaveatClient.ts
@@ -42,7 +42,7 @@ export class NonceCaveatClient {
42
chainId: number;
43
account: Hex;
44
}): Promise<bigint> {
45
- logger.debug('BlockchainTokenMetadataClient:getTokenBalanceAndMetadata()');
+ logger.debug('NonceCaveatClient:getNonce()');
46
47
if (!chainId) {
48
const message = 'No chainId provided to fetch nonce';
0 commit comments