@across-protocol/sdk 4.3.116-alpha.1 → 4.3.116-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/test/utils/index.d.ts +1 -2
- package/dist/cjs/test/utils/index.js +1 -3
- package/dist/cjs/test/utils/index.js.map +1 -1
- package/dist/esm/test/utils/index.d.ts +1 -2
- package/dist/esm/test/utils/index.js +1 -2
- package/dist/esm/test/utils/index.js.map +1 -1
- package/dist/types/test/utils/index.d.ts +1 -2
- package/dist/types/test/utils/index.d.ts.map +1 -1
- package/package.json +1 -2
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "@nomiclabs/hardhat-ethers";
|
|
2
|
-
import "@nomiclabs/hardhat-waffle";
|
|
3
2
|
export * as contractsV2Utils from "@across-protocol/contracts/dist/test-utils";
|
|
4
|
-
export { ethers
|
|
3
|
+
export { ethers } from "hardhat";
|
|
5
4
|
export { smock } from "@defi-wonderland/smock";
|
|
6
5
|
export * from "./utils";
|
|
7
6
|
export * from "./BlockchainUtils";
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.smock = exports.
|
|
3
|
+
exports.smock = exports.ethers = exports.contractsV2Utils = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
5
|
require("@nomiclabs/hardhat-ethers");
|
|
6
|
-
require("@nomiclabs/hardhat-waffle");
|
|
7
6
|
exports.contractsV2Utils = tslib_1.__importStar(require("@across-protocol/contracts/dist/test-utils"));
|
|
8
7
|
var hardhat_1 = require("hardhat");
|
|
9
8
|
Object.defineProperty(exports, "ethers", { enumerable: true, get: function () { return hardhat_1.ethers; } });
|
|
10
|
-
Object.defineProperty(exports, "waffle", { enumerable: true, get: function () { return hardhat_1.waffle; } });
|
|
11
9
|
var smock_1 = require("@defi-wonderland/smock");
|
|
12
10
|
Object.defineProperty(exports, "smock", { enumerable: true, get: function () { return smock_1.smock; } });
|
|
13
11
|
tslib_1.__exportStar(require("./utils"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":";;;;AAAA,qCAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":";;;;AAAA,qCAAmC;AACnC,uGAA+E;AAC/E,mCAAiC;AAAxB,iGAAA,MAAM,OAAA;AACf,gDAA+C;AAAtC,8FAAA,KAAK,OAAA;AAEd,kDAAwB;AACxB,4DAAkC;AAClC,2DAAiC;AACjC,yDAA+B;AAC/B,sDAA4B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "@nomiclabs/hardhat-ethers";
|
|
2
|
-
import "@nomiclabs/hardhat-waffle";
|
|
3
2
|
export * as contractsV2Utils from "@across-protocol/contracts/dist/test-utils";
|
|
4
|
-
export { ethers
|
|
3
|
+
export { ethers } from "hardhat";
|
|
5
4
|
export { smock } from "@defi-wonderland/smock";
|
|
6
5
|
export * from "./utils";
|
|
7
6
|
export * from "./BlockchainUtils";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "@nomiclabs/hardhat-ethers";
|
|
2
|
-
import "@nomiclabs/hardhat-waffle";
|
|
3
2
|
import * as contractsV2Utils_1 from "@across-protocol/contracts/dist/test-utils";
|
|
4
3
|
export { contractsV2Utils_1 as contractsV2Utils };
|
|
5
|
-
export { ethers
|
|
4
|
+
export { ethers } from "hardhat";
|
|
6
5
|
export { smock } from "@defi-wonderland/smock";
|
|
7
6
|
export * from "./utils";
|
|
8
7
|
export * from "./BlockchainUtils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;oCACD,4CAA4C;+BAAlE,gBAAgB;AAC5B,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAE/C,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "@nomiclabs/hardhat-ethers";
|
|
2
|
-
import "@nomiclabs/hardhat-waffle";
|
|
3
2
|
export * as contractsV2Utils from "@across-protocol/contracts/dist/test-utils";
|
|
4
|
-
export { ethers
|
|
3
|
+
export { ethers } from "hardhat";
|
|
5
4
|
export { smock } from "@defi-wonderland/smock";
|
|
6
5
|
export * from "./utils";
|
|
7
6
|
export * from "./BlockchainUtils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;AACnC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../test/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;AACnC,OAAO,KAAK,gBAAgB,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAE/C,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@across-protocol/sdk",
|
|
3
3
|
"author": "UMA Team",
|
|
4
|
-
"version": "4.3.116-alpha.
|
|
4
|
+
"version": "4.3.116-alpha.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"homepage": "https://docs.across.to/reference/sdk",
|
|
7
7
|
"repository": {
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
61
61
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
|
62
62
|
"@nomiclabs/hardhat-etherscan": "^3.1.7",
|
|
63
|
-
"@nomiclabs/hardhat-waffle": "^2.0.6",
|
|
64
63
|
"@openzeppelin/hardhat-upgrades": "^1.28.0",
|
|
65
64
|
"@size-limit/preset-small-lib": "^7.0.8",
|
|
66
65
|
"@solana/web3.js": "^1.31.0",
|