Skip to content

Commit

Permalink
Add chainId to PoRTokenAddress (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Nov 14, 2024
1 parent 4996253 commit 9741233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapter/por.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export type PoRAddress = Record<string, unknown> & {
}

export type PoRTokenAddress = Record<string, unknown> & {
network: string
network?: string
chainId?: string
contractAddress: string
wallets: string[]
balanceOfSignature?: string
Expand Down

0 comments on commit 9741233

Please sign in to comment.