-
Notifications
You must be signed in to change notification settings - Fork 198
feat: add plasma chain #11275
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
Merged
Merged
feat: add plasma chain #11275
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c31d863
feat: add Plasma chain integration as second-class citizen
gomesalexandre 26bcd96
fix: add Plasma to EVM chain type definitions
gomesalexandre e4ae550
docs: update chain-integration skill with missing type files
gomesalexandre 0d44289
style: fix import sorting and formatting
gomesalexandre 8f59908
feat: verdaccio things
gomesalexandre 7b740f6
feat: bump
gomesalexandre b095b9e
fix: whoopsy
gomesalexandre d2b8e1b
Merge remote-tracking branch 'origin/develop' into feat_plasma
gomesalexandre ba50379
feat: bump
gomesalexandre 84bf9c7
feat: temp resolution
gomesalexandre ce61a03
fix: more types
gomesalexandre f8c1549
[skip ci] feat: complete Plasma chain integration
gomesalexandre f07d2cb
[skip ci] chore: regenerate asset data with Plasma support
gomesalexandre 11b70cc
Merge branch 'develop' into feat_plasma
gomesalexandre 8770dc9
Merge remote-tracking branch 'origin/develop' into feat_plasma
gomesalexandre 9bb249a
feat: regen
gomesalexandre 28dff22
fix: whoopsie
gomesalexandre fbc642f
fix: more whoops more wheee
gomesalexandre 9ba0d85
Merge remote-tracking branch 'origin/develop' into feat_plasma
gomesalexandre 340994e
feat: revert yarnrc
gomesalexandre 4eee34d
feat: tackle neomaking comments
gomesalexandre cca876f
fix: fml
gomesalexandre fc9dd23
fix: post-merge Plasma integration improvements
gomesalexandre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
gomesalexandre marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| import { loadEnv } from 'vite' | ||
|
|
||
| import type { Csp } from '../../types' | ||
|
|
||
| const mode = process.env.MODE ?? process.env.NODE_ENV ?? 'development' | ||
| const env = loadEnv(mode, process.cwd(), '') | ||
|
|
||
| export const csp: Csp = { | ||
| 'connect-src': [env.VITE_PLASMA_NODE_URL], | ||
| } | ||
|
gomesalexandre marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.