@gearbox-protocol/sdk 3.0.0-vfourabi.6 → 3.0.0-vfourabi.7

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.
Binary file
@@ -1 +1,22 @@
1
1
  "use strict";
2
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3
+ // ICurvePool
4
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.iCurvePoolAbi = void 0;
7
+ exports.iCurvePoolAbi = [
8
+ {
9
+ type: "function",
10
+ inputs: [],
11
+ name: "get_virtual_price",
12
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
13
+ stateMutability: "view",
14
+ },
15
+ {
16
+ type: "function",
17
+ inputs: [],
18
+ name: "price_oracle",
19
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
20
+ stateMutability: "view",
21
+ },
22
+ ];
@@ -0,0 +1,21 @@
1
+ export declare const iCurvePoolAbi: readonly [{
2
+ readonly type: "function";
3
+ readonly inputs: readonly [];
4
+ readonly name: "get_virtual_price";
5
+ readonly outputs: readonly [{
6
+ readonly name: "";
7
+ readonly internalType: "uint256";
8
+ readonly type: "uint256";
9
+ }];
10
+ readonly stateMutability: "view";
11
+ }, {
12
+ readonly type: "function";
13
+ readonly inputs: readonly [];
14
+ readonly name: "price_oracle";
15
+ readonly outputs: readonly [{
16
+ readonly name: "";
17
+ readonly internalType: "uint256";
18
+ readonly type: "uint256";
19
+ }];
20
+ readonly stateMutability: "view";
21
+ }];
@@ -0,0 +1,21 @@
1
+ export declare const iCurvePoolAbi: readonly [{
2
+ readonly type: "function";
3
+ readonly inputs: readonly [];
4
+ readonly name: "get_virtual_price";
5
+ readonly outputs: readonly [{
6
+ readonly name: "";
7
+ readonly internalType: "uint256";
8
+ readonly type: "uint256";
9
+ }];
10
+ readonly stateMutability: "view";
11
+ }, {
12
+ readonly type: "function";
13
+ readonly inputs: readonly [];
14
+ readonly name: "price_oracle";
15
+ readonly outputs: readonly [{
16
+ readonly name: "";
17
+ readonly internalType: "uint256";
18
+ readonly type: "uint256";
19
+ }];
20
+ readonly stateMutability: "view";
21
+ }];
@@ -1 +1,19 @@
1
- "use strict";
1
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ // ICurvePool
3
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+ export const iCurvePoolAbi = [
5
+ {
6
+ type: "function",
7
+ inputs: [],
8
+ name: "get_virtual_price",
9
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
10
+ stateMutability: "view",
11
+ },
12
+ {
13
+ type: "function",
14
+ inputs: [],
15
+ name: "price_oracle",
16
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
17
+ stateMutability: "view",
18
+ },
19
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfourabi.6",
3
+ "version": "3.0.0-vfourabi.7",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.cjs",
@@ -0,0 +1,20 @@
1
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ // ICurvePool
3
+ /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+
5
+ export const iCurvePoolAbi = [
6
+ {
7
+ type: "function",
8
+ inputs: [],
9
+ name: "get_virtual_price",
10
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
11
+ stateMutability: "view",
12
+ },
13
+ {
14
+ type: "function",
15
+ inputs: [],
16
+ name: "price_oracle",
17
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
18
+ stateMutability: "view",
19
+ },
20
+ ] as const;