Skip to content

Commit

Permalink
feat: update contract id
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Dec 12, 2023
1 parent fa38a73 commit 1aa8c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/soroban/deployer/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ContractSpec } from 'soroban-client';
import { customAlphabet } from 'nanoid';

export const contractId = 'CBITSMRFR43VVEMOEKE2DDS6CLGB3RE62M5T2M4QWPY5HT5DNFLPFSPP'
export const contractId = 'CAR2XAEDXI3IYV2DUNN7V3DNL2BLXLPVZ36KXMLJKR2DPLYXNW4LZ7MS'
export const codWasmHash =
'e48a04ba66f600902355bbfd4d152e82bdf64bc2fd8cbd9149a54e56123d7ecb'
export const codSalt = customAlphabet('0123456789', 32);
Expand Down

0 comments on commit 1aa8c66

Please sign in to comment.