Skip to content

Commit

Permalink
🔧 Toggle chain upgrading config
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jun 5, 2023
1 parent 7e9d256 commit 19d3ae9
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 @@ -81,7 +81,7 @@ export const CRAWL_URL_REGEX = /^https?:\/\//i

export const ISCN_PREFIX_REGEX = /^iscn:\/\/likecoin-chain/i

export const IS_CHAIN_UPGRADING = false;
export const IS_CHAIN_UPGRADING = true;

export const LIKER_NFT_API_WALLET = IS_TESTNET ? 'like1yney2cqn5qdrlc50yr5l53898ufdhxafqz9gxp' : 'like17m4vwrnhjmd20uu7tst7nv0kap6ee7js69jfrs';

Expand Down

0 comments on commit 19d3ae9

Please sign in to comment.