refactor: formal ChainScanner adapter contract for third-party chains… - #190
Conversation
|
Hey @kodinaka30-ship-it! 👋 It looks like this PR isn't linked to any issue. If this PR is for one of the issues assigned to you as part of a Wave, please link it to ensure your contribution is tracked properly. You can do this by adding a keyword to the PR description (e.g.,
|
|
Thanks @kodinaka30-ship-it. All four Also at lines 99, 417 and 421. import { hexToBytes } from './utils';The refactor removed it while the four call sites are still there, so the dts build fails for every example. Re-add the import and it should clear all four jobs at once. Worth noting TypeScript's suggestion in that error, "Did you mean |
Closes (#176)