-
Notifications
You must be signed in to change notification settings - Fork 299
feat(statics): ungate assets for frankfurt trust #5338
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
bdecb9f to
d2443be
Compare
fdc0f52 to
9ab8cc2
Compare
Vijay-Jagannathan
left a comment
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.
flushing
zahin-mohammad
left a comment
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.
PR is in draft and failing CI.
bec06b3 to
8883881
Compare
71c009a to
9ee9710
Compare
akshay-bitgo
left a comment
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.
minor comments, else LGTM
| yfii: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] }, | ||
| yld: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] }, | ||
| zil: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] }, | ||
|
|
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.
nit: check if empty line is needed.
| '0xae78736cd615f374d3085123a210448e74fc6393', | ||
| UnderlyingAsset['RETH-ROCKET'], | ||
| RETH_ROCKET_FEATURES | ||
| [...RETH_ROCKET_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT] |
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.
nit: I see that in some coins we create feature and then use it.
You might want to consider using it.
const RETH-ROCKET_FEATURES = [
...RETH_ROCKET_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT
];
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.
Its good when we have to use it in multiple places. I thought since its single usage, have directly defined.
Ticket: WIN-4115