Skip to content

Commit

Permalink
Merge pull request #134 from CheesecakeLabs/fix_wasm_hash_cd
Browse files Browse the repository at this point in the history
fix wasm hash for cd
  • Loading branch information
fazzatti authored Oct 29, 2024
2 parents 0eb1362 + 00c2cd2 commit 377f6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/soroban/constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { TestNet } from "stellar-plus/lib/stellar-plus/network";
import { ValidationCloudRpcHandler } from "stellar-plus/lib/stellar-plus/rpc";
import { TestNet } from 'stellar-plus/lib/stellar-plus/network'
import { ValidationCloudRpcHandler } from 'stellar-plus/lib/stellar-plus/rpc'

export const STELLAR_NETWORK = TestNet()

export const WASM_HASH =
'd4fedb949678a4f34963a6cb56b2081a5e9eb537007cb0ea0ff12fc3c7f09de5'
'22f2bb6b005d5af00dc24c5434673c4363503f6feab27d35932dc04dd108baa9'

export const vcRpcHandler = new ValidationCloudRpcHandler(
STELLAR_NETWORK,
Expand Down

0 comments on commit 377f6b8

Please sign in to comment.