Skip to content

Commit

Permalink
Add clarifying comment, change ABI reference file to txt format
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Jan 5, 2024
1 parent 166daa3 commit 926582c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/PublicRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ export type PolygonTransactionInfo = {

/**
* The sender's nonce in the token contract, required when calling the
* contract function `transferWithApproval`.
* contract function `transferWithApproval` for bridged USDC.e.
*/
approval?: {
tokenNonce: number,
},

/**
* The sender's nonce in the token contract, required when calling the
* contract function `transferWithPermit`.
* contract function `transferWithPermit` for native USDC.
*/
permit?: {
tokenNonce: number,
Expand Down
File renamed without changes.

0 comments on commit 926582c

Please sign in to comment.