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
I want to transfer 0.01 matic, but the log is like this:
[Log] umbra – _Umbra {provider: JsonRpcProvider, chainConfig: Object, umbraContract: Contract, …} (Home.component.tsx, line 514)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (undefined, line 0)
[Error] Error in privateTransferTest: – Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
The text was updated successfully, but these errors were encountered:
`
import { Umbra } from '@umbracash/umbra-js';
import { ethers } from 'ethers';
`
"@umbracash/umbra-js": "^0.2.0",
"ethers": "^5.7.2",
I want to transfer 0.01 matic, but the log is like this:
[Log] umbra – _Umbra {provider: JsonRpcProvider, chainConfig: Object, umbraContract: Contract, …} (Home.component.tsx, line 514)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (undefined, line 0)
[Error] Error in privateTransferTest: – Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
The text was updated successfully, but these errors were encountered: