Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci automation to ensure PJS compatibility #1972

Open
ryanleecode opened this issue Mar 12, 2024 · 0 comments
Open

ci automation to ensure PJS compatibility #1972

ryanleecode opened this issue Mar 12, 2024 · 0 comments

Comments

@ryanleecode
Copy link
Collaborator

ryanleecode commented Mar 12, 2024

there should be a CI automation to ensure that for each substrate connect release, we have compatibility with PJS.

For example create a job that runs the following code on the latest stable release of PJS.

import { ApiPromise, ScProvider } from '@polkadot/api';
import * as Sc from "@substrate/connect"

const provider = new ScProvider(Sc, Sc.WellKnownChain.polkadot)
ApiPromise.create({provider}).then(console.log, console.error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant