@htsoft/reactjs-hooks
Version:
NFT information hepler for ReactJS
12 lines (11 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Networks = void 0;
// Supported networks with Aiza contract deployments.
// As more networks are supported by aiza more network IDs will be added.
const Networks = {
MAINNET: '1',
RINKEBY: '4',
//POLYGON: '137',
};
exports.Networks = Networks;