Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support testnet #139

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: support testnet #139

wants to merge 2 commits into from

Commits on Dec 21, 2023

  1. chore: update for Preview 20

    - Pin soroban-cli to latest version, 20.1.0
    - Update the contract's SDK version
      - **Copy in `abundance` source from `token` contract** at stellar/soroban-examples#277. Note that I **did not author most of the changes in the `contracts/abundance` folder**. I _only_ copied in the changes originally authored in the `soroban-examples` repo, then updated for the single tweak that this `abundance` contract already had: 1. comments on the `mint` method; 2. slightly modified `mint` behavior.
    - New CLI's typescript-bindings-generated libraries now return an `AssembledTransaction`, which has a `result` getter and a `signAndSend` method, as explained in stellar/stellar-cli#1034
    - Use `stellar-sdk` rather than `soroban-client`
    - Use latest `@stellar/freighter-api`
    chadoh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6b4cea5 View commit details
    Browse the repository at this point in the history
  2. feat: support testnet

    allow deploying to testnet instead of futurenet, and default to it
    chadoh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e2f64c6 View commit details
    Browse the repository at this point in the history