You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two things that need to be updated in testKv.ts:
Test 'Should make a request with calldata' needs to have decoder data added to the request. This is a simple ERC20 transfer call, so it should be easy to find that ABI
ETH_REQ needs to be updated to use the general signing route before the legacy route is dprecated
The text was updated successfully, but these errors were encountered:
There are two things that need to be updated in
testKv.ts
:'Should make a request with calldata'
needs to have decoder data added to the request. This is a simple ERC20 transfer call, so it should be easy to find that ABIETH_REQ
needs to be updated to use the general signing route before the legacy route is dprecatedThe text was updated successfully, but these errors were encountered: