UNPKG

@tw3/esp

Version:

Storage protocol built on ethereum using datapoint archetecture and a registry contract for handling royalties.

41 lines 1.58 kB
"use strict"; /** * Ethereum Storage Protocol (ESP) - Deployment Registry * * This file tracks all ESP contract deployments across different networks. * Used for reference, integration, and deployment management. * * @version 0.2.0 * @license AGPL-3.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.espDeployments = void 0; /** * ESP Deployments - Simple Contract Registry * Tracks deployed contract addresses and deployment info across networks */ exports.espDeployments = { chains: { 11155111: { dps: { contractAddress: '0xDA7Adb41ac559e689fE170aE4f2853a450e6E4Cc', deployerAddress: '0x02040ee763D6d849515cE194bDa93d12bf3c45d0', txHash: '0x4b953bc3f64a799306ba4d785c0796d8e9134ad830866285cc7819406f062c6a', deployedAt: '2025-06-18T04:18:00.000Z' }, dpr: { contractAddress: '0xDA7Ae59Fa1DB9B138dddaaFB6153B11B162Cfd8B', deployerAddress: '0x02040ee763D6d849515cE194bDa93d12bf3c45d0', txHash: '0x7dde4ce8ba920276fe06c786625d0a83e843c19783102b9fad4145607e8d3a7f', deployedAt: '2025-06-18T04:18:00.000Z', constructors: { ownerAddress: '0xDA00006427E534B1Acde93B9E66d8A9d2C66B2d3', dpsAddress: '0xDA7Adb41ac559e689fE170aE4f2853a450e6E4Cc', royaltyRate: '1079' } } } } }; exports.default = exports.espDeployments; //# sourceMappingURL=esp.deployments.js.map