UNPKG

axie-ronin-ethers-js-tools

Version:

A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.

4 lines (3 loc) 199 B
export type AvailableNetworks = 'ronin' | 'saigon'; export declare const DEFAULT_GAS_LIMIT = "20000000000"; export declare const GRAPHQL_URL = "https://api-gateway.skymavis.com/graphql/marketplace";