@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
6 lines • 363 B
TypeScript
declare const BERA_USDC = "0x549943e04f40284185054145c6e4e9568c1d3241";
declare const BERA_ETH = "0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590";
declare const normalizeBeraAddress: (tokenA: string, tokenB?: string) => string;
declare const BERA_CHAIN_ID: 80094;
export { BERA_CHAIN_ID, BERA_ETH, BERA_USDC, normalizeBeraAddress };
//# sourceMappingURL=bera.d.ts.map