File tree Expand file tree Collapse file tree 4 files changed +316
-51
lines changed Expand file tree Collapse file tree 4 files changed +316
-51
lines changed Original file line number Diff line number Diff line change 1616 "prepublishOnly" : " yarn build"
1717 },
1818 "peerDependencies" : {
19- "ethers" : " 5.x" ,
20- "reflect-metadata" : " 0.1.x"
19+ "ethers" : " ^5.x" ,
20+ "reflect-metadata" : " ^0.1.x" ,
21+ "bignumber.js" : " ^9.x" ,
22+ "tslib" : " ^2.4.x"
2123 },
2224 "devDependencies" : {
2325 "ethers" : " 5.4.7" ,
2426 "reflect-metadata" : " ^0.1.13"
2527 },
28+ "dependencies" : {
29+ "isomorphic-unfetch" : " ^3.1.0"
30+ },
2631 "main" : " ./dist/cjs/index.js" ,
2732 "module" : " ./dist/esm/index.js" ,
2833 "types" : " ./dist/esm/index.d.ts" ,
3843 "gitHead" : " 47a9a6d1f940185ab1e7f6c2bea61564b2abe47a" ,
3944 "publishConfig" : {
4045 "access" : " public"
41- },
42- "dependencies" : {
43- "isomorphic-unfetch" : " ^3.1.0"
4446 }
4547}
Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ export class Pool extends BaseService<IPool> implements PoolInterface {
833833 const { populateTransaction } : IPool = poolContract ;
834834 const numericRateMode = interestRateMode === InterestRate . Variable ? 2 : 1 ;
835835 const decimals : number = await decimalsOf ( reserve ) ;
836- const sig : Signature = utils . splitSignature ( signature ) ;
836+ const sig : Signature = splitSignature ( signature ) ;
837837
838838 const convertedAmount : string =
839839 amount === '-1'
Original file line number Diff line number Diff line change 3131 "publishConfig" : {
3232 "access" : " public"
3333 },
34- "dependencies" : {
35- "bignumber.js" : " ^9.0.1" ,
34+ "peerDependencies" : {
35+ "bignumber.js" : " ^9.x" ,
36+ "tslib" : " ^2.4.x"
37+ },
38+ "devDependencies" : {
39+ "bignumber.js" : " ^9.1" ,
3640 "tslib" : " ^2.4.0"
3741 },
3842 "repository" : {
You can’t perform that action at this time.
0 commit comments