@switchboard-xyz/aptos-sdk
v0.2.2
Published
API wrapper for intergating with the Switchboard program on our Aptos implementation
Downloads
358
Readme
![]()
Switchboard Aptos SDK
Typedoc
Installation
pnpm install @switchboard-xyz/aptos-sdkUpdate Flows
The Aptos SDK preserves the legacy v1 update path and adds first-class support for v2 on-demand feeds.
Aggregator.fetchUpdate()auto-detects whether the on-chain feed hash points at a legacy v1 feed or a v2OracleFeeddefinition.Aggregator.fetchUpdateV1()keeps the existing legacy single-feed behavior.Aggregator.fetchUpdateV2()builds the new Aptosrun_v2payload from Crossbar's shared v2 update response.Aggregator.fetchUpdateV2Batch()batches multiple Aptos v2 aggregators that share the same queue into one update payload.
