From 193ccaa60081c4673883a583c5903c7834770ef8 Mon Sep 17 00:00:00 2001 From: William Chong Date: Mon, 22 Jan 2024 12:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20production=20nft=20targ?= =?UTF-8?q?et=20wallet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/index.ts b/constant/index.ts index 5d054feb3..4e718e1dd 100644 --- a/constant/index.ts +++ b/constant/index.ts @@ -17,7 +17,7 @@ export const LIKER_NFT_FEE_WALLET = IS_TESTNET export const LIKER_NFT_TARGET_ADDRESS = IS_TESTNET ? 'like1yney2cqn5qdrlc50yr5l53898ufdhxafqz9gxp' - : 'like10ywsmztkxjl55xarxnhlxwc83z9v2hkxtsajwl' + : 'like17m4vwrnhjmd20uu7tst7nv0kap6ee7js69jfrs' export const LIKE_CO_API = `https://api.${IS_TESTNET ? 'rinkeby.' : ''}like.co` export const APP_LIKE_CO_URL = `https://app.${IS_TESTNET ? 'rinkeby.' : ''}like.co`