Skip to content

Commit 920a5bd

Browse files
committed
chore: Use PL contract ID
1 parent 6843402 commit 920a5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ANSI_RED = '\x1b[31m';
99
const ANSI_GREEN = '\x1b[32m';
1010

1111
export const PL_TMP_PATH = '.protocol.land';
12-
export const CONTRACT_TXID = 'B8gmo1897cyCjShP7QRe1XndatqLMieeymxehBK_oL8';
12+
export const CONTRACT_TXID = 'w5ZU15Y2cLzZlu3jewauIlnzbKw-OAxbN9G5TbuuiDQ';
1313
let wallet: JsonWebKey | null = null;
1414

1515
export const log = (message: any, options?: { color: 'red' | 'green' }) => {

0 commit comments

Comments
 (0)