-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth-did-provider in-flexible network property #677
Comments
@RobertoSnap As a potential workaround, can you try to set the network to "0x66eeb"? network: 421611 as unknown as number to try to punch through the limited data type we've got now. |
Yea, seems to work 👍 |
Dident work in our nodejs enviroement with nestJS :( |
Or it works, but does not seem to be able to resolve correctly. Im getting |
Ahh, wait, it was a Infura Outage on Rinkeby Arbitrum. So it probably works |
Bug severity
4
Describe the bug
When settin up a DIDManager with ethr. Network is constrained by the EthrDidProvider.constructur where network must be a string for the most used networks.
We are useing Arbitrum, thereby not supported.
To Reproduce
Setup an agent config with DIDManager.
Expected behaviour
Expect it to either accept a ethers.networkish parameter or nothing if it can be infered from something else like web3provider or rpcUrl.
Details
Versions (please complete the following information):
"@veramo/core": "^2.1.0",
"@veramo/credential-w3c": "^2.1.0",
"@veramo/data-store": "^2.1.0",
"@veramo/did-jwt": "^2.1.0",
"@veramo/did-manager": "^2.1.0",
"@veramo/did-provider-ethr": "^2.1.0",
"@veramo/did-resolver": "^2.1.0",
"@veramo/key-manager": "^2.1.0",
"@veramo/kms-local": "^2.1.1",
"@veramo/message-handler": "^2.1.0",
"@veramo/selective-disclosure": "^2.1.0",
The text was updated successfully, but these errors were encountered: