@sonarwatch/portfolio-plugins 0.12.24 → 0.12.26
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/CHANGELOG.md +9 -1
- package/package.json +2 -2
- package/src/utils/aptos/getAccountResources.d.ts +1 -1
- package/src/utils/aptos/getCoinStoreResources.d.ts +1 -1
- package/src/utils/aptos/getView.d.ts +1 -1
- package/src/utils/name-service/nameServices.js +2 -0
- package/src/utils/name-service/nameServices.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [0.12.
|
|
5
|
+
## [0.12.26](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.25...plugins-0.12.26) (2024-06-13)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.12.25](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.24...plugins-0.12.25) (2024-06-13)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [0.12.24](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.23...plugins-0.12.24) (2024-06-13)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
9
17
|
## [0.12.23](https://github.com/sonarwatch/portfolio/compare/plugins-0.12.22...plugins-0.12.23) (2024-06-10)
|
|
10
18
|
|
|
11
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.26",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@aave/contract-helpers": "^1.28.2",
|
|
11
11
|
"@aave/math-utils": "^1.28.2",
|
|
12
|
-
"@aptos-labs/ts-sdk": "^1.
|
|
12
|
+
"@aptos-labs/ts-sdk": "^1.19.0",
|
|
13
13
|
"@bonfida/spl-name-service": "^1.0.10",
|
|
14
14
|
"@cosmjs/cosmwasm-stargate": "^0.31.1",
|
|
15
15
|
"ethers": "^5.7.2",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AptosClient } from '../clients/types';
|
|
2
|
-
export declare function getAccountResources(client: AptosClient, accountAddress: string): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-
|
|
2
|
+
export declare function getAccountResources(client: AptosClient, accountAddress: string): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-Lv-GSihU").w[] | null>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AptosClient } from '../clients/types';
|
|
2
|
-
export declare function getCoinStoreResources(client: AptosClient, owner: string): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-
|
|
2
|
+
export declare function getCoinStoreResources(client: AptosClient, owner: string): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-Lv-GSihU").w[] | null>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { InputViewFunctionData } from '@aptos-labs/ts-sdk';
|
|
2
2
|
import { AptosClient } from '../clients/types';
|
|
3
|
-
export declare function getView(client: AptosClient, payload: InputViewFunctionData): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-
|
|
3
|
+
export declare function getView(client: AptosClient, payload: InputViewFunctionData): Promise<import("@aptos-labs/ts-sdk/dist/common/accountAddress-Lv-GSihU").a7[] | null>;
|
|
@@ -5,12 +5,14 @@ const bonfida_1 = require("./services/bonfida");
|
|
|
5
5
|
const avalanche_1 = require("./services/avalanche");
|
|
6
6
|
const ens_1 = require("./services/ens");
|
|
7
7
|
const sui_1 = require("./services/sui");
|
|
8
|
+
const aptos_1 = require("./services/aptos");
|
|
8
9
|
const allDomains_1 = require("./services/allDomains");
|
|
9
10
|
exports.nameServices = [
|
|
10
11
|
bonfida_1.nameService,
|
|
11
12
|
avalanche_1.nameService,
|
|
12
13
|
ens_1.nameService,
|
|
13
14
|
sui_1.nameService,
|
|
15
|
+
aptos_1.nameService,
|
|
14
16
|
// Please leave allDomainsNameService at the end.
|
|
15
17
|
allDomains_1.nameService,
|
|
16
18
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nameServices.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/name-service/nameServices.ts"],"names":[],"mappings":";;;AACA,gDAAuE;AACvE,oDAA2E;AAC3E,wCAA+D;AAC/D,wCAA+D;AAC/D,sDAA6E;AAEhE,QAAA,YAAY,GAAkB;IACzC,qBAAkB;IAClB,uBAAoB;IACpB,iBAAc;IACd,iBAAc;IACd,iDAAiD;IACjD,wBAAqB;CACtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"nameServices.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/utils/name-service/nameServices.ts"],"names":[],"mappings":";;;AACA,gDAAuE;AACvE,oDAA2E;AAC3E,wCAA+D;AAC/D,wCAA+D;AAC/D,4CAAmE;AACnE,sDAA6E;AAEhE,QAAA,YAAY,GAAkB;IACzC,qBAAkB;IAClB,uBAAoB;IACpB,iBAAc;IACd,iBAAc;IACd,mBAAgB;IAChB,iDAAiD;IACjD,wBAAqB;CACtB,CAAC"}
|