{"version":3,"sources":["../../src/constants/index.ts"],"sourcesContent":["import type { Address } from \"viem\";\n\nexport const ATOMIC_QUEUE_CONTRACT_ADDRESS =\n  \"0x228c44bb4885c6633f4b6c83f14622f37d5112e5\" as Address;\n\nexport const DEFAULT_WITHDRAW_SLIPPAGE = 20; // 20 bps (0.2%)\nexport const DEFAULT_DEPOSIT_SLIPPAGE = 50; // 50 bps (0.5%)\n\nexport const DEFAULT_DEADLINE = 3; // 3 days\n\nexport const NATIVE_TOKEN_FOR_BRIDGE_FEE =\n  \"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee\" as Address;\n\nexport const CHAINLINK_ADDRESS =\n  \"0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419\" as Address; // usd per eth\n\nexport const DEFAULT_APPROVAL_AMOUNT = BigInt(2) ** BigInt(256) - BigInt(1);\n\nexport const NUCLEUS_BASE_URL = \"https://backend.nucleusearn.io/v1/protocol\";\n"],"mappings":"AAEO,MAAM,gCACX;AAEK,MAAM,4BAA4B;AAClC,MAAM,2BAA2B;AAEjC,MAAM,mBAAmB;AAEzB,MAAM,8BACX;AAEK,MAAM,oBACX;AAEK,MAAM,0BAA0B,OAAO,CAAC,KAAK,OAAO,GAAG,IAAI,OAAO,CAAC;AAEnE,MAAM,mBAAmB;","names":[]}