We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6843402 commit 920a5bdCopy full SHA for 920a5bd
src/lib/common.ts
@@ -9,7 +9,7 @@ const ANSI_RED = '\x1b[31m';
9
const ANSI_GREEN = '\x1b[32m';
10
11
export const PL_TMP_PATH = '.protocol.land';
12
-export const CONTRACT_TXID = 'B8gmo1897cyCjShP7QRe1XndatqLMieeymxehBK_oL8';
+export const CONTRACT_TXID = 'w5ZU15Y2cLzZlu3jewauIlnzbKw-OAxbN9G5TbuuiDQ';
13
let wallet: JsonWebKey | null = null;
14
15
export const log = (message: any, options?: { color: 'red' | 'green' }) => {
0 commit comments