stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Update examples to use the native token contract #77

Closed sisuresh closed 2 years ago

sisuresh commented 2 years ago

https://github.com/stellar/soroban-examples/pull/62 updated the liquidity pool contract to use the native token contract, but this was reverted in https://github.com/stellar/soroban-examples/pull/76 to make authorization changes easier (the native token contract doesn't have access to the auth code, so we'd have to copy it in).

Once the native token contract can do authorization, the examples should be updated to use the native token contract.

sisuresh commented 2 years ago

Closed by https://github.com/stellar/soroban-examples/pull/128.