File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "@material-ui/core" : " ^4.9.7" ,
77 "@material-ui/icons" : " ^4.9.1" ,
88 "@material-ui/lab" : " ^4.0.0-alpha.46" ,
9- "@requestnetwork/types" : " 0.15 .0" ,
9+ "@requestnetwork/types" : " 0.20 .0" ,
1010 "@testing-library/jest-dom" : " ^4.2.4" ,
1111 "@testing-library/react" : " ^9.3.2" ,
1212 "@testing-library/user-event" : " ^7.1.2" ,
5757 "@types/react-infinite-scroller" : " ^1.2.1" ,
5858 "@types/testing-library__react" : " ^10.2.0"
5959 }
60- }
60+ }
Original file line number Diff line number Diff line change 88 "@material-ui/core" : " ^4.9.7" ,
99 "@material-ui/icons" : " ^4.9.1" ,
1010 "@material-ui/lab" : " ^4.0.0-alpha.46" ,
11- "@requestnetwork/types" : " 0.14 .0" ,
11+ "@requestnetwork/types" : " 0.20 .0" ,
1212 "@testing-library/jest-dom" : " ^4.2.4" ,
1313 "@testing-library/react" : " ^9.3.2" ,
1414 "@testing-library/user-event" : " ^7.1.2" ,
5151 " last 1 safari version"
5252 ]
5353 }
54- }
54+ }
Original file line number Diff line number Diff line change 66 "@material-ui/core" : " ^4.9.7" ,
77 "@material-ui/icons" : " ^4.9.1" ,
88 "@material-ui/lab" : " ^4.0.0-alpha.46" ,
9- "@requestnetwork/payment-processor" : " 0.18.0 " ,
10- "@requestnetwork/request-client.js" : " 0.18 .0" ,
9+ "@requestnetwork/payment-processor" : " 0.21.1-next.1281 " ,
10+ "@requestnetwork/request-client.js" : " 0.21 .0" ,
1111 "@web3-react/core" : " ^6.0.7" ,
1212 "@web3-react/injected-connector" : " ^6.0.7" ,
1313 "@web3-react/walletconnect-connector" : " ^6.0.7" ,
5656 " last 1 safari version"
5757 ]
5858 }
59- }
59+ }
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ export const PaymentProvider: React.FC = ({ children }) => {
250250 if ( active ) return ;
251251 setActive ( true ) ;
252252
253- approveErc20 ( request ! . raw , library , {
253+ approveErc20 ( request . raw , library , {
254254 gasPrice : ethers . utils . parseUnits ( gasPrice . toString ( ) , "gwei" ) ,
255255 } )
256256 . then ( async ( ) => {
Original file line number Diff line number Diff line change 1414 "build" : " tsc"
1515 },
1616 "dependencies" : {
17- "@requestnetwork/request-client.js" : " 0.16 .0" ,
18- "@requestnetwork/types" : " 0.15 .0" ,
19- "@requestnetwork/web3-signature" : " 0.4.12 " ,
17+ "@requestnetwork/request-client.js" : " 0.21 .0" ,
18+ "@requestnetwork/types" : " 0.20 .0" ,
19+ "@requestnetwork/web3-signature" : " 0.4.17 " ,
2020 "ethers" : " ^4.0.46" ,
2121 "wallet-address-validator" : " ^0.2.4"
2222 }
23- }
23+ }
You can’t perform that action at this time.
0 commit comments