Commit 6e5570d
fix: update factory to use abi.Method from CallArgs
Update ExecuteContractCall and QueryContract to use callArgs.Method
instead of callArgs directly to match the new GenerateContractCallArgs
signature that expects abi.Method interface.
Co-Authored-By: Claude <[email protected]>
Co-Authored-By: Happy <[email protected]>1 parent 2ac484f commit 6e5570d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments