Closed Shaptic closed 1 year ago
The type of InvokeContractArgs.functionName is supposed to be a string now, not an ScSymbol like before.
InvokeContractArgs.functionName
string
ScSymbol
This should have been caught by testing but they were being skipped with xit by mistake :facepalm:
xit
Size Change: -89 B (0%)
Total Size: 3.15 MB
dist/stellar-base.js
dist/stellar-base.min.js
compressed-size-action
The type of
InvokeContractArgs.functionName
is supposed to be astring
now, not anScSymbol
like before.This should have been caught by testing but they were being skipped with
xit
by mistake :facepalm: