Skip to content

Commit

Permalink
set production config
Browse files Browse the repository at this point in the history
  • Loading branch information
MoMannn committed Feb 6, 2024
1 parent 3bec81b commit 66ceb5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/config/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import type { ConfigInterface } from '~/lib/types/general.types';

const config: ConfigInterface = {
API_BASE: 'https://api.apillon.io',
CHAIN_ID: '1', // Ethereum Mainnet
CONTRACT_ADDRESS: '', // Contract address
CLAIM_START: 0,
CLAIM_END: 0,
CHAIN_ID: '11155111', // Sepolia (Ethereum testnet)
CONTRACT_ADDRESS: '0x95A64F0d16C2Fb779BD83B3F8Fb72ae1c08da877', // Contract address
CLAIM_START: 1707221128,
CLAIM_END: 1707379528,
};

export default config;

0 comments on commit 66ceb5e

Please sign in to comment.