-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi, when i try rrun code i get this error
Warning: 0xc5b3d3231001a776123194cf1290068e8b0c783b is not checksummed. (node:3948) UnhandledPromiseRejectionWarning: Error: call revert exception (method="getReserves()", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.5.0) at Logger.makeError (/home/kali/node_modules/@ethersproject/logger/lib/index.js:199:21) at Logger.throwError (/home/kali/node_modules/@ethersproject/logger/lib/index.js:208:20) at Interface.decodeFunctionResult (/home/kali/node_modules/@ethersproject/contracts/node_modules/@ethersproject/abi/lib/interface.js:384:23) at Contract.<anonymous> (/home/kali/node_modules/@ethersproject/contracts/lib/index.js:390:56) at step (/home/kali/node_modules/@ethersproject/contracts/lib/index.js:48:23) at Object.next (/home/kali/node_modules/@ethersproject/contracts/lib/index.js:29:53) at fulfilled (/home/kali/node_modules/@ethersproject/contracts/lib/index.js:20:58) at processTicksAndRejections (internal/process/task_queues.js:97:5) (node:3948) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:3948) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
do you have any solution please ? :)