UNPKG

@kanalabs/paymaster-sdk

Version:
7 lines (6 loc) 309 B
export declare const PAYMASTER_BASE_URL = "https://paymaster.kanalabs.io"; export declare const MAINNET_NODE_URL = "https://fullnode.mainnet.aptoslabs.com/v1"; export declare const TESTNET_NODE_URL = "https://fullnode.testnet.aptoslabs.com/v1"; export declare const chainName: { [key: string]: string; };