stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

feat: update for newest CLI version #50

Closed chadoh closed 1 year ago

chadoh commented 1 year ago

Previous:

soroban contract invoke --fn hello -- --to world

New:

soroban contract invoke -- hello --to world
paulbellamy commented 1 year ago

The js interface here doesn't need to match the CLI, but fine 🤷