@arcana/ca-sdk
Version:
Arcana Network's chain abstraction SDK for unified balance in Web3 apps
25 lines (24 loc) • 927 B
TypeScript
import { Universe } from "@arcana/ca-common";
export declare const KAIA_CHAIN_ID = 8217;
export declare const SOPHON_CHAIN_ID = 50104;
export declare const FUEL_NETWORK_URL = "https://mainnet.fuel.network/v1/graphql";
export declare const FUEL_BASE_ASSET_ID = "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07";
export declare const getLogoFromSymbol: (symbol: string) => string;
export declare const isNativeAddress: (universe: Universe, address: `0x${string}`) => boolean;
export declare const INTENT_EXPIRY: number;
export declare const AaveTokenContracts: {
[key: number]: {
[symbol: string]: `0x${string}`;
};
};
export declare const TOKEN_MINTER_CONTRACTS: {
[key: number]: {
[symbol: string]: `0x${string}`;
};
};
export declare const TOP_OWNER: {
[key: number]: {
[symbol: string]: `0x${string}`;
};
};
export declare const ZERO_ADDRESS: `0x${string}`;