-
-
Notifications
You must be signed in to change notification settings - Fork 709
Add T3B1 defs, update Ethereum defs #4072
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
Conversation
"eth:BNB:56": false, | ||
"eth:MATIC:137": false, |
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.
@matejcik what are those duplicity overrides?
do we still need e.g. misc:BNB
, it was removed from fw or not yet?
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.
@matejcik what are those duplicity overrides?
these allow some internal checks to proceed in case two coins have the same ticker symbol. Some of them could probably be removed now that most defs are external
do we still need e.g.
misc:BNB
, it was removed from fw or not yet?
not yet, we still need it
"is_testnet": true, | ||
"name": "Ropsten", |
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.
Ropsten and Rinkeby are both mentioned in sign_tx_eip155.json
file. Maybe remove it from tests please 🙏
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.
[no changelog]
will be merged in #4138 |
Adding support for T3B1.
Updating Ethereum definitions and removing old testnets. This was consulted with @tomasklim.