rubic-sdk
Version:
Simplify dApp creation
12 lines (11 loc) • 374 B
TypeScript
export declare const stargateV2BridgeToken: {
readonly USDC: "USDC";
readonly USDT: "USDT";
readonly METIS: "METIS";
readonly mUSD: "m.USDT";
readonly ETH: "ETH";
readonly METH: "mETH";
readonly WETH: "WETH";
readonly USDCe: "USDC.e";
};
export type StargateV2BridgeToken = (typeof stargateV2BridgeToken)[keyof typeof stargateV2BridgeToken];