-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Start working on a simple cross window RPC provider #166
Conversation
d289d18
to
1081c29
Compare
Deployed with Cloudflare Pages ☁️ 🚀 🆗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe let's separate line width update from the PR, add a lot of additional changes and makes review harder
d346c2c
to
bfd5810
Compare
@@ -10,3 +10,5 @@ | |||
!.* | |||
.eslintcache | |||
/.vscode | |||
|
|||
/packages/tools-lukso-provider/docs/**/*.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we ignore the whole packages directory?
DeployedLSP8IdentifiableDigitalAsset, | ||
LSP7DigitalAssetDeploymentOptions, | ||
LSP8IdentifiableDigitalAssetDeploymentOptions, | ||
} from '@lukso/lsp-factory.js/build/main/src/lib/interfaces/digital-asset-deployment' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the factory that we stopped using a long time ago, or is this a different package? Also, the import looks a bit strange 🤔
feat: Add starter project for RPC provider and hook it into Home.vue for testing.