stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 830 forks source link

Use soroban-client 0.8.1 #120

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

Upgraded @soroban-react library and soroban-client dependency to use soroban-client version 0.8.1

The stellar-base library is now pinned to a specific version so that a fresh installation (via e.g. npm i soroban-client) does not implicitly pull the latest major version (i.e. one without Soroban support) of the dependency (https://github.com/stellar/js-soroban-client/pull/100).

paulbellamy commented 1 year ago

Closed in favor of https://github.com/stellar/soroban-example-dapp/pull/117