Skip to content

Claims Broken #323

Closed
ubiquity-os/permit-generation
#91
@0x4007

Description

I'm not quite sure how long to time estimate this task but this should be looked into asap.

erc20-permit.ts:286 Error in nonceBitmap method:  Error: missing revert data in call exception; Transaction reverted without a reason string [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (data="0x", transaction={"to":"0x000000000022D473030F116dDEE9F6B43aC78BA3","data":"0x4fe02b440000000000000000000000009051eda96db419c967189f4ac303a290f3327680007998efe72aa4c12e2bd159cfeaccab94e98aa81e955f5b87b49723ea0c8c3e","accessList":null}, error={"reason":"bad response","code":"SERVER_ERROR","status":400,"headers":{"content-length":"180","content-type":"application/json"},"body":"{\"id\":46,\"jsonrpc\":\"2.0\",\"error\":{\"message\":\"Can't route your request to suitable provider, if you specified certain providers revise the list\",\"code\":12}}","requestBody":"{\"method\":\"eth_call\",\"params\":[{\"to\":\"0x000000000022d473030f116ddee9f6b43ac78ba3\",\"data\":\"0x4fe02b440000000000000000000000009051eda96db419c967189f4ac303a290f3327680007998efe72aa4c12e2bd159cfeaccab94e98aa81e955f5b87b49723ea0c8c3e\"},\"latest\"],\"id\":46,\"jsonrpc\":\"2.0\"}","requestMethod":"POST","url":"https://gnosis.drpc.org"}, code=CALL_EXCEPTION, version=providers/5.7.2)
    at _Logger.makeError (index.js:5778:19)
    at _Logger.throwError (index.js:5787:16)
    at checkError (index.js:13660:14)
    at JsonRpcProvider.<anonymous> (index.js:14154:16)
    at Generator.throw (<anonymous>)
    at rejected (index.js:13613:31)
(anonymous) @ erc20-permit.ts:286

erc20-permit.ts:161 Error in isNonceClaimed:  Error: missing revert data in call exception; Transaction reverted without a reason string [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (data="0x", transaction={"to":"0x000000000022D473030F116dDEE9F6B43aC78BA3","data":"0x4fe02b440000000000000000000000009051eda96db419c967189f4ac303a290f3327680007998efe72aa4c12e2bd159cfeaccab94e98aa81e955f5b87b49723ea0c8c3e","accessList":null}, error={"reason":"bad response","code":"SERVER_ERROR","status":400,"headers":{"content-length":"180","content-type":"application/json"},"body":"{\"id\":46,\"jsonrpc\":\"2.0\",\"error\":{\"message\":\"Can't route your request to suitable provider, if you specified certain providers revise the list\",\"code\":12}}","requestBody":"{\"method\":\"eth_call\",\"params\":[{\"to\":\"0x000000000022d473030f116ddee9f6b43ac78ba3\",\"data\":\"0x4fe02b440000000000000000000000009051eda96db419c967189f4ac303a290f3327680007998efe72aa4c12e2bd159cfeaccab94e98aa81e955f5b87b49723ea0c8c3e\"},\"latest\"],\"id\":46,\"jsonrpc\":\"2.0\"}","requestMethod":"POST","url":"https://gnosis.drpc.org"}, code=CALL_EXCEPTION, version=providers/5.7.2)
    at _Logger.makeError (index.js:5778:19)
    at _Logger.throwError (index.js:5787:16)
    at checkError (index.js:13660:14)
    at JsonRpcProvider.<anonymous> (index.js:14154:16)
    at Generator.throw (<anonymous>)
    at rejected (index.js:13613:31)

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions