-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: register custom tokens from the factory. #319
base: feat-register-tokens-and-rename
Are you sure you want to change the base?
feat: register custom tokens from the factory. #319
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat-register-tokens-and-rename #319 +/- ##
===================================================================
- Coverage 98.11% 97.10% -1.02%
===================================================================
Files 20 20
Lines 744 759 +15
Branches 172 172
===================================================================
+ Hits 730 737 +7
- Misses 14 22 +8 ☔ View full report in Codecov by Sentry. |
interchainTokenService.registerTokenMetadata{ value: gasValue }(tokenAddress, gasValue); | ||
} | ||
|
||
function linkToken( |
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.
interface needs to be updated. docstring is also needed
gasValue | ||
); | ||
} | ||
|
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.
missing tests?
AXE-7069