Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Oct 16, 2024
1 parent 3cd498d commit 6d395af
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/namadillo/src/atoms/masp/atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { nativeTokenAddressAtom } from "atoms/chain";
import { shouldUpdateBalanceAtom } from "atoms/etc";
import { queryDependentFn } from "atoms/utils";
import BigNumber from "bignumber.js";
import { getSdkInstance } from "hooks/useSdk";
import { atomWithQuery } from "jotai-tanstack-query";
import { getSdkInstance } from "utils/sdk";

export const viewingKeyAtom = atomWithQuery<string | undefined>((get) => {
const accountsQuery = get(accountsAtom);
Expand Down
2 changes: 1 addition & 1 deletion apps/namadillo/src/lib/query.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Sdk } from "@heliax/namada-sdk/web";
import { Sdk } from "@heliaxdev/namada-sdk/web";
import { getIntegration } from "@namada/integrations/utils";
import {
Account,
Expand Down
4 changes: 2 additions & 2 deletions apps/namadillo/src/utils/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import initSdk from "@heliax/namada-sdk/inline-init";
import { getSdk, Sdk } from "@heliax/namada-sdk/web";
import initSdk from "@heliaxdev/namada-sdk/inline-init";
import { getSdk, Sdk } from "@heliaxdev/namada-sdk/web";
import { nativeTokenAddressAtom } from "atoms/chain";
import { maspIndexerUrlAtom, rpcUrlAtom } from "atoms/settings";
import { getDefaultStore } from "jotai";
Expand Down
7 changes: 3 additions & 4 deletions apps/namadillo/src/workers/ShieldWorker.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Configuration, DefaultApi } from "@anomaorg/namada-indexer-client";
import { initMulticore } from "@heliax/namada-sdk/inline-init";
import * as Comlink from "comlink";

import { getSdk, Sdk } from "@heliax/namada-sdk/web";
import { initMulticore } from "@heliaxdev/namada-sdk/inline-init";
import { getSdk, Sdk } from "@heliaxdev/namada-sdk/web";
import { ShieldingTransferMsgValue, TxResponseMsgValue } from "@namada/types";
import * as Comlink from "comlink";
import { buildTx, EncodedTxData } from "lib/query";
import {
Broadcast,
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3682,6 +3682,7 @@ __metadata:
autoprefixer: "npm:^10.4.16"
bignumber.js: "npm:^9.1.1"
clsx: "npm:^2.1.1"
comlink: "npm:^4.4.1"
crypto-browserify: "npm:^3.12.0"
dotenv: "npm:^16.0.3"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -8011,6 +8012,13 @@ __metadata:
languageName: node
linkType: hard

"comlink@npm:^4.4.1":
version: 4.4.1
resolution: "comlink@npm:4.4.1"
checksum: a7a2004030768d13ec9373f780aa0edae57616095cb453ec8950d9f97e5fa654c0e84030ac87173b818843a04a5fa9ce9749d48b6bd453cfbfb5e6a9ebb6b2ff
languageName: node
linkType: hard

"command-line-args@npm:^5.0.2":
version: 5.2.1
resolution: "command-line-args@npm:5.2.1"
Expand Down

0 comments on commit 6d395af

Please sign in to comment.