Commit 16433c2
fix: assert against sdk.ContractProvider interface directly
Replace anonymous interface assertion with typed sdk.ContractProvider so any
future SDK interface additions are caught at compile time.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b97abb8 commit 16433c2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
193 | | - | |
| 194 | + | |
0 commit comments