Skip to content

Commit

Permalink
🔧 Update production nft target wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 22, 2024
1 parent b2a4945 commit 193ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 193ccaa

Please sign in to comment.