Skip to content

@burnt-labs/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 21:03
· 208 commits to main since this release

Minor Changes

  • #97 9ff23cb Thanks @justinbarry! - Update default RPC/Rest Urls and allow for dapps to pass in rest url via the AbstraxionProvider.

            <AbstraxionProvider
              config={{
                restUrl: "https://api.example.com",
              }}
            >
              {children}
            </AbstraxionProvider>