@arcana/ca-sdk
Version:
Arcana Network's chain abstraction SDK for unified balance in Web3 apps
7 lines (6 loc) • 327 B
TypeScript
import { Environment } from "@arcana/ca-common";
import { NetworkConfig } from "./typings";
declare const CORAL_CONFIG: NetworkConfig;
declare const CERISE_CONFIG: NetworkConfig;
declare const getNetworkConfig: (network?: Environment | NetworkConfig) => NetworkConfig;
export { CERISE_CONFIG, CORAL_CONFIG, getNetworkConfig };