Skip to content

Commit

Permalink
feat: app balances (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Jun 7, 2024
2 parents c04af33 + f8b5caa commit 38de2d7
Show file tree
Hide file tree
Showing 22 changed files with 5,258 additions and 21,828 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-P5e1Phv2SiSg7ferB3H4+e/6Szw6XfEF1yKVxp+e864=";
npmDepsHash = "sha256-LbggeFObMO400/fl4armnF8ggA4AVBojdqCzVxVOS3Q=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
204 changes: 108 additions & 96 deletions app/package-lock.json

Large diffs are not rendered by default.

41 changes: 21 additions & 20 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/svelte-query": "^5.40.0",
"@tanstack/svelte-query-persist-client": "^5.40.0",
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-persist-client": "^5.40.1",
"@tanstack/svelte-table": "^8.17.3",
"@tanstack/svelte-virtual": "^3.5.0",
"@union/client": "npm:@jsr/union__client@^0.0.1-rc.10",
"@wagmi/connectors": "^5.0.7",
"@tanstack/svelte-virtual": "^3.5.1",
"@union/client": "npm:@jsr/union__client@^0.0.1-rc.17",
"@wagmi/connectors": "^5.0.8",
"@wagmi/core": "^2.10.5",
"bech32": "^2.0.0",
"bits-ui": "^0.21.10",
"cmdk-sv": "^0.0.17",
"formsnap": "^1.0.0",
Expand All @@ -36,27 +37,27 @@
"paneforge": "^0.0.4",
"svelte-french-toast": "^1.2.0",
"svelte-legos": "^0.2.3",
"svelte-persisted-store": "^0.9.4",
"svelte-persisted-store": "^0.11.0",
"svelte-radix": "^1.1.0",
"svelte-ux": "^0.65.0",
"svelte-ux": "^0.66.5",
"sveltekit-superforms": "^2.14.0",
"uint8array-extras": "^1.1.0",
"valibot": "^0.30.0",
"valibot": "^0.31.0",
"vaul-svelte": "^0.3.1",
"viem": "^2.13.1"
"viem": "^2.13.7"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.5",
"@cosmjs/tendermint-rpc": "0.32.3",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/lucide": "^1.1.188",
"@iconify-json/logos": "^1.1.43",
"@iconify-json/lucide": "^1.1.190",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/tabler": "^1.1.113",
"@keplr-wallet/types": "^0.12.96",
"@keplr-wallet/types": "^0.12.98",
"@leapwallet/types": "^0.0.5",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.80.0",
"@melt-ui/svelte": "^0.81.0",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
Expand All @@ -65,22 +66,22 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/svelte-query-devtools": "^5.40.0",
"@tanstack/svelte-query-devtools": "^5.40.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"@types/postcss-import": "^14.0.3",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"fluid-tailwind": "^0.3.8",
"fluid-tailwind": "^0.3.9",
"graphql": "^16.8.1",
"jsr": "^0.12.4",
"patch-package": "^8.0.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"process": "^0.11.10",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^4.2.17",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"sveltekit-flash-message": "^2.4.4",
Expand All @@ -89,10 +90,10 @@
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"tsx": "^4.11.0",
"tslib": "^2.6.3",
"tsx": "^4.12.0",
"typed-query-selector": "^2.11.2",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
Expand Down
Loading

0 comments on commit 38de2d7

Please sign in to comment.