Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 13, 2024
1 parent ba7c0c8 commit becd5ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions solarkraft/test/e2e/generated/setterHardcoded.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// AUTO-GENERATED by setter-populate.sh
export const SETTER_HEIGHT = 53424
export const SETTER_CONTRACT_HASH = "CANVTXERDU3LWNPINRP636KJMCI5DZDCLJK2QFKHMEEZE6AFH3DQ3CZJ"
export const SETTER_WASM_HASH = "9175f9ecd34de878d195e3ae9c45466a4e6342e9c0b8d8f4358e13e4a92f1d28"
export const SETTER_CONTRACT_HASH =
'CANVTXERDU3LWNPINRP636KJMCI5DZDCLJK2QFKHMEEZE6AFH3DQ3CZJ'
export const SETTER_WASM_HASH =
'9175f9ecd34de878d195e3ae9c45466a4e6342e9c0b8d8f4358e13e4a92f1d28'
4 changes: 3 additions & 1 deletion solarkraft/test/integration/callDecoder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ describe('call decoder from Horizon', function () {
await horizon.friendbot(bob.publicKey()).call()

// Redeploy a fresh copy of the setter contract WASM from CONTRACT_ID_TEMPLATE
console.log(`Creating a contract from WASM code ${SETTER_WASM_HASH} ...`)
console.log(
`Creating a contract from WASM code ${SETTER_WASM_HASH} ...`
)
const soroban = new rpc.Server(SOROBAN_URL)
const sourceAccount = await soroban.getAccount(alice.publicKey())
const builtTransaction = new TransactionBuilder(sourceAccount, {
Expand Down

0 comments on commit becd5ea

Please sign in to comment.