-
Notifications
You must be signed in to change notification settings - Fork 80
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
handle all arc.js datetime types #2002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So if we solve this issue from arc.js this will not be necessary?
@@ -301,7 +301,7 @@ export async function getNetworkId(web3Provider?: Web3Provider): Promise<string> | |||
return network.chainId.toString(); | |||
} else { | |||
const promise = new Promise<string>((resolve, reject) => { | |||
web3Provider.send("net_version", (error, response) => { | |||
web3Provider.send("net_version", (error: any, response: any) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is just the usual typescript lint warning improvements, an ongoing improvement...does not affect execution of the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, yes I assume also the boolean
in proposalHelpers.ts
Resolves: #1984
safeMoment
.