-
Notifications
You must be signed in to change notification settings - Fork 41
Add Solana support to Across swapper and update contracts #863
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
base: main
Are you sure you want to change the base?
Changes from all commits
0722520
c118b37
f98e910
0afe301
d4827b3
fbd1fbd
1aec6a0
03bda89
6801821
8061712
051e23d
1b44052
34c42dc
212ef4f
f5f1d6c
e7cd74d
ddfa938
a3dcebc
ad46646
81fe33b
8b44488
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ serde_serializers = { path = "../serde_serializers" } | |
| number_formatter = { path = "../number_formatter" } | ||
|
|
||
| reqwest = { workspace = true, optional = true } | ||
| borsh.workspace = true | ||
| typeshare = { version = "1.0.4" } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why swapper needs typeshare?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SwapperError is shared and used in core-ts https://github.com/gemwalletcom/core-ts/blob/main/packages/types/src/primitives/swap/Error.ts |
||
|
|
||
| strum = { workspace = true } | ||
|
|
@@ -37,6 +38,7 @@ async-trait.workspace = true | |
| chrono.workspace = true | ||
| alloy-primitives.workspace = true | ||
| alloy-sol-types.workspace = true | ||
| sha2.workspace = true | ||
| hex.workspace = true | ||
| num-bigint.workspace = true | ||
| num-integer.workspace = true | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.