Skip to content

Commit

Permalink
set production contract
Browse files Browse the repository at this point in the history
  • Loading branch information
MoMannn committed Feb 9, 2024
1 parent 8652544 commit 3aec07b
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: '11155111', // Sepolia (Ethereum testnet)
CONTRACT_ADDRESS: '0xeb8E36580C60f03530A891e2ae7C5c34D26C45e4', // Contract address
CLAIM_START: 1707422564,
CLAIM_END: 1707429764,
CHAIN_ID: '1', // Ethereum mainnet
CONTRACT_ADDRESS: '0x7Ad00803FAB05129a4914C36e064d2954cE12333', // Contract address
CLAIM_START: 1707490800,
CLAIM_END: 1708095600,
};

export default config;

0 comments on commit 3aec07b

Please sign in to comment.