Skip to content

Commit

Permalink
update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
MoMannn committed Feb 7, 2024
1 parent 1122bc7 commit 4e7380c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/config/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ 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: '0x430DcC95536CD20bF3C54792C0078A341805a778', // Contract address
CLAIM_START: 1707315321,
CLAIM_END: 1707316221,
CONTRACT_ADDRESS: '0xbA4f576e5393c43400E1142eF8c2A2b0881aE908', // Contract address
CLAIM_START: 1707337193,
CLAIM_END: 1707398393,
};

export default config;

0 comments on commit 4e7380c

Please sign in to comment.