UNPKG

moon-did-resolver

Version:

Resolve DID documents for ethereum addresses and public keys

25 lines 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deployments = void 0; /** * Represents the known deployments of the ERC1056 registry contract. */ exports.deployments = [ { name: 'mainnet', chainId: 1284, registry: '0xeCCF09329968e51aC509500D95f171E40AAE0F3B', }, { name: 'alpha', chainId: 1287, registry: '0x1205411db2cC925253A57299f3313075DDD48439', legacyNonce: false, }, { name: 'dev', chainId: 1281, registry: '0x5FbDB2315678afecb367f032d93F642f64180aa3', }, ]; //# sourceMappingURL=deployments.js.map