diff --git a/src/adapter/por.ts b/src/adapter/por.ts index 168b3d5a..4fc97fe3 100644 --- a/src/adapter/por.ts +++ b/src/adapter/por.ts @@ -22,7 +22,8 @@ export type PoRAddress = Record & { } export type PoRTokenAddress = Record & { - network: string + network?: string + chainId?: string contractAddress: string wallets: string[] balanceOfSignature?: string