From 60d1623920b389a97fff968bf4a612a55551561e Mon Sep 17 00:00:00 2001 From: MarcusDavidG Date: Fri, 4 Sep 2026 00:07:20 +0100 Subject: [PATCH 1/2] chore: point Makefile TESTNET_ID at 184-test redeploy CAEWQX36 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6443453..67d6517 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WASM=target/wasm32v1-none/release/sharpy.wasm OPTIMIZED=target/wasm32v1-none/release/sharpy.optimized.wasm -TESTNET_ID=CAYTIFPD6RFWVHMK5SPPUUIWWAAANHKOJB6GOAJS5SR5MBKZMEY2UODZ +TESTNET_ID=CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T build: cargo build --release --target wasm32v1-none From 4103940ff0988bda51cc400d9c87c6141953108a Mon Sep 17 00:00:00 2001 From: MarcusDavidG Date: Fri, 4 Sep 2026 00:07:29 +0100 Subject: [PATCH 2/2] docs: update README testnet contract to CAEWQX36 redeploy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4848e71..3dfd98e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Soroban smart contract powering the Sharpy split payment protocol on Stellar. Ha | Network | Contract ID | Status | |---------|-------------|--------| -| Testnet | `CCMN5OYWBWVVRIB3IDE2CCODM3CMGSMYQ7EV2UVBJ23DVIH2CL6FJRXP` | ✅ Live (2026-08-11) | +| Testnet | `CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T` | ✅ Live (2026-09-04, 184-test build) | | Mainnet | Coming soon | ⏳ Pending | -- [Testnet Explorer](https://stellar.expert/explorer/testnet/contract/CCMN5OYWBWVVRIB3IDE2CCODM3CMGSMYQ7EV2UVBJ23DVIH2CL6FJRXP) +- [Testnet Explorer](https://stellar.expert/explorer/testnet/contract/CAEWQX36RLGP2WY6ACOREDJEIGELYV3HWWUPGV3CJMC27OWGQWZHTH6T) - [Frontend dApp](https://sharpy-sigma.vercel.app) - [Pitch Deck](https://gamma.app/docs/Split-Payments-on-Stellar-s0et8z1agtva59n) - [Demo Video](https://www.loom.com/share/09aa4a78e0c944dcab866a7036fde24d)