Skip to content

Commit 687a5e5

Browse files
committed
chore(contracts): record testnet deployment
Deploys the registry and demo-emitter contracts to Stellar testnet via deploy/deploy_testnet.sh and commits the resulting contract IDs and wasm hashes. This is what flips CI's verify-provenance job from skip to a real check, and what apps/web's fireDemoEvent.ts needs to stop returning DemoEmitterNotConfiguredError on the /demo/contracts "Fire test event" button. registry: CCM4U5BGSLAGD2OYHAQUYLXVZNWI4EECJYPVJMOBSYI434FZ5Z2LGIWO demo-emitter: CAP6TJP7WVVSAK5BKKAA32J6G7RPT6X6Q7US7SMBGZ3NZ73HSXFNFCRH Both wasm hashes verified against on-chain state via `stellar contract fetch` before committing.
1 parent 4ae4197 commit 687a5e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

contracts/deployed.testnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"network": "testnet",
3-
"deployerPublicKey": "<RUN contracts/deploy/deploy_testnet.sh TO POPULATE>",
4-
"deployedAt": "",
3+
"deployerPublicKey": "GBBHYIMKT43UAFUG2F4QHSJK25Q2AZSA3RRB6JSHUABDAXMQARGJZYHG",
4+
"deployedAt": "2026-08-11T19:13:15Z",
55
"contracts": {
66
"registry": {
7-
"contractId": "<POPULATED BY deploy_testnet.sh>",
8-
"wasmHash": ""
7+
"contractId": "CCM4U5BGSLAGD2OYHAQUYLXVZNWI4EECJYPVJMOBSYI434FZ5Z2LGIWO",
8+
"wasmHash": "47fdc006e3a741009a45e0eeaf4af8fd41f24394335bdfac3dee0730ddeff65c"
99
},
1010
"demoEmitter": {
11-
"contractId": "<POPULATED BY deploy_testnet.sh>",
12-
"wasmHash": ""
11+
"contractId": "CAP6TJP7WVVSAK5BKKAA32J6G7RPT6X6Q7US7SMBGZ3NZ73HSXFNFCRH",
12+
"wasmHash": "30b0aedaa8dbca00a16d01d91333703d210dd1ef3c8a21ce270baa12b33c1baf"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)