@huma-finance/sdk 0.0.13 → 0.0.16

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.
@@ -1,7 +1,6 @@
1
1
  import { POOL_NAME, POOL_TYPE, PoolInfoType } from '@huma-finance/shared';
2
2
  /**
3
3
  * Returns the pool info based on the provided pool name and type, using the same chain ID as the provider/signer given
4
- * @param {JsonRpcProvider | JsonRpcSigner} signerOrProvider - The Web3 provider or signer.
5
4
  * @param {POOL_NAME} poolName - The name of the pool.
6
5
  * @param {POOL_TYPE} poolType - The type of the pool.
7
6
  * @returns {PoolInfoType|undefined} - The pool info or undefined if the chain ID is not supported.
@@ -1,7 +1,6 @@
1
1
  import { PoolContractMap, } from '@huma-finance/shared';
2
2
  /**
3
3
  * Returns the pool info based on the provided pool name and type, using the same chain ID as the provider/signer given
4
- * @param {JsonRpcProvider | JsonRpcSigner} signerOrProvider - The Web3 provider or signer.
5
4
  * @param {POOL_NAME} poolName - The name of the pool.
6
5
  * @param {POOL_TYPE} poolType - The type of the pool.
7
6
  * @returns {PoolInfoType|undefined} - The pool info or undefined if the chain ID is not supported.
@@ -1 +1 @@
1
- {"version":3,"file":"poolInfo.js","sourceRoot":"","sources":["../../src/utils/poolInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,GAEhB,MAAM,sBAAsB,CAAA;AAE7B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,OAAe,EACf,QAAmB,EACnB,QAAmB,EACO,EAAE,eAAC,OAAA,MAAA,MAAA,eAAe,CAAC,OAAO,CAAC,0CAAG,QAAQ,CAAC,0CAAG,QAAQ,CAAC,CAAA,EAAA,CAAA"}
1
+ {"version":3,"file":"poolInfo.js","sourceRoot":"","sources":["../../src/utils/poolInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,GAEhB,MAAM,sBAAsB,CAAA;AAE7B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,OAAe,EACf,QAAmB,EACnB,QAAmB,EACO,EAAE,eAAC,OAAA,MAAA,MAAA,eAAe,CAAC,OAAO,CAAC,0CAAG,QAAQ,CAAC,0CAAG,QAAQ,CAAC,CAAA,EAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/sdk",
3
- "version": "0.0.13",
3
+ "version": "0.0.16",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "@ethersproject/constants": "^5.7.0",
25
25
  "@ethersproject/contracts": "^5.7.0",
26
26
  "@ethersproject/providers": "^5.6.0",
27
- "@huma-finance/shared": "^0.0.13",
27
+ "@huma-finance/shared": "^0.0.16",
28
28
  "arweave": "^1.13.5",
29
29
  "ethers": "^5.7.2",
30
30
  "graphql-request": "5.1.0",
@@ -90,5 +90,5 @@
90
90
  "optionalDependencies": {
91
91
  "encoding": "^0.1.13"
92
92
  },
93
- "gitHead": "d4c4b86cde3f84209204f8f926de995bb07a1bd2"
93
+ "gitHead": "7d406ff0afab5d8384f7a4d5f5813bd155b6ebea"
94
94
  }