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
Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="currentValidatorCountForConsensus()", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)
at Logger.makeError (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/abi/node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
at Logger.throwError (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/abi/node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
at Interface.decodeFunctionResult (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/abi/src.ts/interface.ts:427:23)
at Contract.<anonymous> (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/contracts/src.ts/index.ts:400:44)
at step (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/contracts/lib/index.js:48:23)
at Object.next (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/contracts/lib/index.js:29:53)
at fulfilled (/home/0xSwego/projects/external-adapters-v2/node_modules/@ethersproject/contracts/lib/index.js:20:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
reason: null,
code: 'CALL_EXCEPTION',
method: 'currentValidatorCountForConsensus()',
data: '0x',
errorArgs: null,
errorName: null,
errorSignature: null,
address: '0xD4507CD392Af2c80919219d7896508728f6A623F',
args: [],
transaction: {
data: '0x43cb0a0e',
to: '0xD4507CD392Af2c80919219d7896508728f6A623F'
}
}
I couldn't find any reference of 0xD4507CD392Af2c80919219d7896508728f6A623F in the deployed contracts list (see additional context). Should I pass the deployed contract addresses somehow to the client in order for it to properly connect?
hey @0xSwego
Unfortunately the repository you are using is not compatible with latest sdk versions. So if you are looking for a local datil environment this is not yet available. We are working on some things to bring a simple local dev solution but we are not yet ready to make it public at this time. If you would like we can give you a ping when it ready.
Hi @joshLong145, thanks a lot for your answer. I would definitely like to get a ping when things changed. Any ETA for it?
For the moment, what do you advise doing? Can I use an older version of the repo/sdk? Or it's not really worth it as it would require a lot of changes as soon as the local datil environment is ready?
Hi @joshLong145, thanks a lot for your answer. I would definitely like to get a ping when things changed. Any ETA for it?
For the moment, what do you advise doing? Can I use an older version of the repo/sdk? Or it's not really worth it as it would require a lot of changes as soon as the local datil environment is ready?
At this time it wouldn't be worth migrating, as the API surface of various packages has changed. We have some tooling updates in the pipeline and will keep you updated on when they are released. I will keep this thread opened until it is live and update it with more info soon.
Description of the issue
We have a fully working setup for
datil-dev
and are now trying to modify it so that it will work also on localhost during development.Steps we followed (from this guide):
But when we run this we get the following error:
I couldn't find any reference of
0xD4507CD392Af2c80919219d7896508728f6A623F
in the deployed contracts list (see additional context). Should I pass the deployed contract addresses somehow to the client in order for it to properly connect?Additional context
deployed-lit-node-contracts-temp.json
deployed-lit-core-contracts-temp.json
The text was updated successfully, but these errors were encountered: