Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Import types to not cause an issue with Vite
Alexis Sellier committed 4 years ago
commit 7c31daf56f892213e37ffe8d875ed8c718bdea62
parent 5226591a63533c90b2f6f396381288ce2083b7a5
2 files changed +4 -2
modified src/WalletConnectSigner.ts
@@ -2,7 +2,8 @@ import type WalletConnect from "@walletconnect/client";
import * as ethers from "ethers";
import * as ethersBytes from "@ethersproject/bytes";
import type { TransactionRequest, TransactionResponse } from "@ethersproject/abstract-provider";
-
import { Deferrable, resolveProperties } from "@ethersproject/properties";
+
import { resolveProperties } from "@ethersproject/properties";
+
import type { Deferrable } from "@ethersproject/properties";
import { _TypedDataEncoder } from "ethers/lib/utils";
import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";

modified src/session.ts
@@ -1,4 +1,5 @@
-
import { get, writable, derived, Readable } from "svelte/store";
+
import { get, writable, derived } from "svelte/store";
+
import type { Readable } from "svelte/store";
import type { BigNumber } from 'ethers';
import type { TransactionReceipt, TransactionResponse } from '@ethersproject/providers';
import { Config, getConfig } from "@app/config";