Skip to content

Commit

Permalink
Merge branch 'main' into crypto-js
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Jan 31, 2024
2 parents bf779dd + 7990048 commit 182ac3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts-lib/tests/contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { connect, Contract, KeyPair, keyStores, utils } from "near-api-js";
import { ethers } from "ethers";
import * as dotenv from "dotenv";
import * as path from "path";
import { Base58KeyManager, KeyContract } from "../src";
import { CryptoJSKeyManager } from "../src/encryption/cryptojs";
import { Base58KeyManager, KeyContract, CryptoJSKeyManager } from "../src";

dotenv.config({
path: path.resolve(__dirname, "../../neardev/dev-account.env"),
Expand Down

0 comments on commit 182ac3a

Please sign in to comment.