Skip to content

Commit ab81f01

Browse files
committed
fix imports
1 parent c1be347 commit ab81f01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/utils/config/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ export const DEFAULT_RATE_LIMIT_PER_MINUTE = 30
7878
export const DEFAULT_MAX_CONNECTIONS_PER_MINUTE = 60 * 2 // 120 requests per minute
7979
export const BENCHMARK_MONITORING_ADDRESS = '0xC5ea7916f95D5a087A644f1Dc0f7d19955eC446F'
8080
export const SEPOLIA_CHAIN_ID = '11155111'
81-
export const USDC_TOKEN = '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238'
81+
export const USDC_TOKEN_ON_SEPOLIA = '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238'
82+
export const BASE_CHAIN_ID = '8453'
83+
export const USDC_TOKEN_ON_BASE = '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 '
8284

8385
export const DEFAULT_BOOTSTRAP_ADDRESSES = [
8486
// OPF nodes

0 commit comments

Comments
 (0)