Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit b2871ac

Browse files
BrianBrian
authored andcommitted
Modified Token Search Link to point to app with filtering option
1 parent 743cba6 commit b2871ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/_tests_/pages/mint.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Positive Interactions', () => {
4040
name: /here/,
4141
});
4242

43-
testCommonLink(ddaoTokenSearch, 'http://ddao.ibby.dev');
43+
testCommonLink(ddaoTokenSearch, 'https://developerdao.vercel.app/');
4444

4545
const connectWalletButton = screen.getByRole('button', {
4646
name: /connectWalletText/,

frontend/src/utils/DeveloperDaoConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const ETHER_SCAN_LINK_PREFIX = 'https://etherscan.io/address';
66
export const SITE_URL = 'https://developerdao.com';
77
export const ERROR_CODE_TX_REJECTED_BY_USER = 4001;
88
export const MAINNET_NETWORK_ID = 1;
9-
export const TOKEN_FINDER_URL = 'http://ddao.ibby.dev';
9+
export const TOKEN_FINDER_URL = 'https://developerdao.vercel.app/';
1010
export const ETHERSCAN_TX_URL = 'https://etherscan.io/tx/';
1111

1212
export const DEVELOPER_DAO_CONTRACT_ABI = [

0 commit comments

Comments
 (0)