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

[TASK] Outstanding Issues in Multi-Chain Feature for SDK #746

Closed
satyajeetkolhapure opened this issue Oct 4, 2024 · 0 comments
Closed
Assignees

Comments

@satyajeetkolhapure
Copy link
Collaborator

satyajeetkolhapure commented Oct 4, 2024

On the branch, the feature to call multi chain is implemented. Although there are below remaining open issues need to be fixed.

  1. The .graphclientrc.yml file points to resolvers.ts which works examples in sdk but in explorer packaging it needs to change to resolvers.js. The js extension doesn't work with examples. Find a way which works for both browser and console examples
additionalResolvers:
  - ./src/resolvers.ts
  1. The .graphclient code generated using graphclient build command has syntax error

Uncaught SyntaxError: Unexpected string

The similar issue seems to be reported by others as well e.g this issue

Fix this issue trying different versions which are compatible with vite version

  1. An other issue appeared while fixing the first 2 ones:
    While the SDK is now compatible with a frontend environment, its own dependencies uses process.env notations, which you be "polyfilled" to make them useable in such an environment.
@satyajeetkolhapure satyajeetkolhapure converted this from a draft issue Oct 4, 2024
@alainncls alainncls changed the title [TASK] Remaining issues in SDK multi-chain feature [TASK] Outstanding Issues in Multi-Chain Feature for SDK Oct 14, 2024
@alainncls alainncls self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants