File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " arka" ,
3- "version" : " 1.6.3 " ,
3+ "version" : " 1.6.4 " ,
44 "description" : " ARKA - (Albanian for Cashier's case) is the first open source Paymaster as a service software" ,
55 "type" : " module" ,
66 "directories" : {
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export class Paymaster {
247247 const ETHprice = await nativeOracleContract . latestRoundData ( ) ;
248248 ETHUSDPrice = ETHprice . answer ;
249249 ETHUSDPriceDecimal = await nativeOracleContract . decimals ( ) ;
250- result . etherUSDExchangeRate = ETHprice . answer ;
250+ result . etherUSDExchangeRate = BigNumber . from ( ETHprice . answer ) . toHexString ( ) ;
251251 }
252252 for ( let i = 0 ; i < tokens_list . length ; i ++ ) {
253253 const gasToken = tokens_list [ i ] ;
You can’t perform that action at this time.
0 commit comments