-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
<Certifications | ||
account={ account.address } | ||
/> | ||
<Certifications address={ account.address } /> |
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.
Could use address
there, right?
this.setAddress(props.address); | ||
this.setTest(props.isTest); | ||
|
||
// TODO: When tracing is enabled again, adjust to actually set |
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.
👍
|
||
this.setLoading(true); | ||
|
||
// TODO: When supporting other chains (eg. ETC). call to be made to other endpoints |
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.
Couldn't we already use the chain ID ? Pass it to the Etherscan
API call, which right now would only switch from main to test networks, but could potentially make the right transaction fetching call.
Like this we would use the chain ID instead of isTest
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.
Agreed. Didn't want to do it here since it may be one of those exploding tasks that turns into changes in 50+ files - however would like to start using netChain instead of isTest as soon as possible.
Tiny comments, but looks good overall. Cannot merge though |
Fix merge conflicts in icons
Not critical for 1.5, could wait if need be.