Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit 81a535e

Browse files
authored
Merge pull request #136 from AhaLabs/build/preview-11
build: update for preview 11
2 parents 254a8df + 7ac27a3 commit 81a535e

File tree

24 files changed

+335
-1007
lines changed

24 files changed

+335
-1007
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# paths = ["/path/to/override"] # path dependency overrides
22

33
[alias] # command aliases
4-
install_soroban = "install --git https://github.com/stellar/soroban-tools --rev cb3c44f9d8080917a7cb019d6be25019f6cf78c3 --root ./target soroban-cli --debug"
4+
install_soroban = "install --git https://github.com/AhaLabs/soroban-tools --rev c7fb7e08ba8efa9828d9df863d991558f269e35b --root ./target soroban-cli --debug"
55
b = "build --target wasm32-unknown-unknown --release"
66
# c = "check"
77
# t = "test"

.github/workflows/nodejs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ jobs:
3131
- run: |
3232
mkdir -p .soroban-example-dapp
3333
echo 'futurenet' > .soroban-example-dapp/network
34-
echo 'CC757WDV3G442WQCNPNOA2UEXOC7UJD5VP4BLLCRDW5LRM6UZZR6ISVU' > .soroban-example-dapp/abundance_token_id
35-
echo 'CCHCPXECLYGX4QU34ZZOHP6C6KVAPIDTUNPIUA6GF4SP6ECFF5BX57OG' > .soroban-example-dapp/crowdfund_id
36-
echo 'Standalone Network ; February 2017' > .soroban-example-dapp/passphrase
34+
echo 'CAU23MVDEW7VMB3AXC5PL5GZO3HBYZPEIP2P46X4T3AIC4Y7FXYZWES5' > .soroban-example-dapp/abundance_token_id
35+
echo 'CDJPYH5HNGZ24SEWXFJOW6RXXHHNKU4XPCPBMB2VRTDPTMVPLYFQKZIE' > .soroban-example-dapp/crowdfund_id
36+
echo 'Test SDF Future Network ; October 2022' > .soroban-example-dapp/passphrase
3737
echo 'https://rpc-futurenet.stellar.org/' > .soroban-example-dapp/rpc-url
38+
echo '{"network":"futurenet","rpcUrl":"https://rpc-futurenet.stellar.org","networkPassphrase":"Test SDF Future Network ; October 2022"}' > shared/config.json
39+
3840
- run: npm ci
3941
- run: npm run build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
/.soroban-example-dapp
33
/.soroban
4+
/shared/config.json
45
# dependencies
56
/node_modules
67
/.pnp

0 commit comments

Comments
 (0)