Skip to content

Commit

Permalink
update wasm hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Feb 7, 2024
1 parent d19f030 commit 8b3ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/soroban/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StellarPlus } from "stellar-plus";
export const STELLAR_NETWORK = StellarPlus.Constants.testnet

export const WASM_HASH =
'3e74bccc06fba85a5e0f25cb0488754ef4224d1cd44ed1c409e032abc46fe4fd'
'd4fedb949678a4f34963a6cb56b2081a5e9eb537007cb0ea0ff12fc3c7f09de5'

export const vcRpcHandler = new StellarPlus.RPC.ValidationCloudRpcHandler(
STELLAR_NETWORK,
Expand Down

0 comments on commit 8b3ce91

Please sign in to comment.