0xsequence / sequence.js

Sequence: a modular web3 stack and smart wallet for Ethereum chains
https://docs.sequence.xyz
Other
305 stars 59 forks source link

add SequenceIndexerOpts #528

Open xiam opened 5 months ago

xiam commented 5 months ago

This PR adds support for SequenceIndexerOpts, this type can be used to configure different authentication keys without relying on positional arguments. This is backwards compatible with the current positional-arguments based configuration.

Reference: https://github.com/0xsequence/issue-tracker/issues/2358