UNPKG

@ayanworks/polygon-did-resolver

Version:

The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library.

14 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.networkConfig = void 0; exports.networkConfig = { testnet: { URL: 'https://rpc-amoy.polygon.technology', CONTRACT_ADDRESS: '0xcB80F37eDD2bE3570c6C9D5B0888614E04E1e49E', }, mainnet: { URL: 'https://polygon-rpc.com', CONTRACT_ADDRESS: '0x0C16958c4246271622201101C83B9F0Fc7180d15', }, }; //# sourceMappingURL=config.js.map