Skip to content

Commit

Permalink
Dev config and title update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoMannn committed Feb 6, 2024
1 parent 66ceb5e commit 7759ab7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/config/development.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { ConfigInterface } from '~/lib/types/general.types';

const config: ConfigInterface = {
API_BASE: 'http://localhost:3001',
API_BASE: 'https://api.apillon.io',
CHAIN_ID: '11155111', // Sepolia (Ethereum testnet)
CONTRACT_ADDRESS: '', // Contract address
CLAIM_START: 1707206728, // Drop start
CLAIM_END: 1707379528, // Drop end
CONTRACT_ADDRESS: '0x95A64F0d16C2Fb779BD83B3F8Fb72ae1c08da877', // Contract address
CLAIM_START: 1707221128,
CLAIM_END: 1707379528,
};

export default config;
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useAccount, useConnect, useWalletClient } from 'use-wagmi';
useHead({
title: 'Apillon whitelist claim prebuilt solution',
title: 'PINK PASS',
});
const message = useMessage();
Expand Down

0 comments on commit 7759ab7

Please sign in to comment.