@lelantos-org/sdk / index / ViemChainAdapterOpts
Interface: ViemChainAdapterOpts โ
Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:8
Properties โ
chainId? โ
ts
optional chainId?: bigint;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:19
maspAddress โ
ts
maspAddress: string;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:11
nativeAdapterAddress? โ
ts
optional nativeAdapterAddress?: string;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:18
NativeAdapter deployed alongside the pool. Required for native-coin deposits and unshields: MASP is ERC-20 only, so without it those paths have no entry point and the adapter reports them as unsupported.
permit2Address? โ
ts
optional permit2Address?: string;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:12
rpcUrl โ
ts
rpcUrl: string;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:9
signer โ
ts
signer: EthSigner;Defined in: @lelantos-org/sdk/dist/chain/viem/index.d.ts:10