Skip to content

Commit

Permalink
Use new SDK in app (#3633)
Browse files Browse the repository at this point in the history
- **feat(app): fetch channel for transfer**
- **chore(app): new schema**
- **feat(app): add recommended ucs03 channels to chainsgate**
- **fix(app): chainsgate bug**
- **feat(app): calculate quoteToken**
- **feat(app): return full transfer args**
- **feat(app): transfer args in transfer section of cube**
- **feat(app): push deps**
- **fix(app): resillient against misisng pixelgraph dta**
- **feat(app):improve resilliency**
- **chore(app): update schema**
- **chore(app): fmt**
  • Loading branch information
cor authored Jan 24, 2025
2 parents 49513c9 + 88bca05 commit 3833452
Show file tree
Hide file tree
Showing 20 changed files with 951 additions and 959 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _: {
{
packages = {
app = jsPkgs.buildNpmPackage {
npmDepsHash = "sha256-0/ZhKkptxBVBWbOmN6izS/8hROPs27rk0nDK+5xtukw=";
npmDepsHash = "sha256-z5AN/oqJSY2R2wAQx4RooCG/7P6AY41hyfmeW3ytEGc=";
src = ./.;
sourceRoot = "app";
npmFlags = [
Expand Down
505 changes: 231 additions & 274 deletions app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@tanstack/svelte-query": "5.61.5",
"@tanstack/svelte-table": "^8.20.5",
"@tanstack/svelte-virtual": "3.10.9",
"@unionlabs/client": "0.0.45",
"@wagmi/connectors": "5.5.2",
"@wagmi/core": "2.15.1",
"@unionlabs/client": "0.0.52",
"@wagmi/connectors": "5.7.5",
"@wagmi/core": "2.16.3",
"bits-ui": "^0.21.13",
"cmdk-sv": "^0.0.18",
"gql.tada": "1.8.10",
Expand All @@ -40,7 +40,7 @@
"three": "0.170.0",
"valibot": "0.42.1",
"vaul-svelte": "^0.3.2",
"viem": "2.21.52"
"viem": "2.22.13"
},
"devDependencies": {
"@iconify-json/fa6-solid": "1.2.2",
Expand Down
6 changes: 3 additions & 3 deletions app/src/generated/graphql-env.d.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 3833452

Please sign in to comment.