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.

6 lines (5 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GRAPHQL_URL = exports.DEFAULT_GAS_LIMIT = void 0; exports.DEFAULT_GAS_LIMIT = '20000000000'; // 20.0 Gwei exports.GRAPHQL_URL = 'https://api-gateway.skymavis.com/graphql/marketplace';