@infinex/infinex-sdk
Advanced tools
Comparing version 0.1.1-2 to 0.1.1-4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = { | ||
"AccountFactory": "0x31D6167C54a4112386E8BdAbB9f8a2082e34C8C6", | ||
"AccountUtilsModule": "0xdd8D3857DEc7D76e8737e1267a0d8a84E4c059ED", | ||
"AccountsRouter": "0x68a73f7a0aad8b467f5d7b6195784bc02ded4d62", | ||
"BaseModule": "0x5E2fCD9F41723f759ec8C28c21b630A977AEC123", | ||
"BridgingModule": "0xaee2063F8657854Ecb8367d6b4e44fB68E1E9b7e", | ||
"Forwarder": "0x80E281CcFBA9e362EE467D6101F9b60ABF646E86", | ||
"InfinexProtocolConfigBeacon": "0x87752A48EB36248D771b4c247EE6F4222aec202C", | ||
"InitialProxyImplementation": "0x4a0C05860EEE4d2AfC5e281060FC0F6536957879", | ||
"RecoveryModule": "0x62E890ee5037B3BBE9344E6CA359fc645431576d" | ||
"AccountFactory": "0x3596ee6E58eecED63Fc021C901c7E415333156D3", | ||
"AccountUtilsModule": "0x856B90B2cA5D2CE172c1b24Bef7CFBf14829F9Ff", | ||
"AccountsRouter": "0x321889d198ad576c3912bcb608d840fb461cfa5f", | ||
"BaseModule": "0xfCE4C7898b57A85efA6Ad5E42371afD334124F14", | ||
"BridgingModule": "0x4dB7E9C9b58Cbb12cB6179A4215e6AfB6B435e8C", | ||
"Forwarder": "0xd8Ee97b984Abc8E4eD864833FdE6FA5BACd1b10C", | ||
"InfinexProtocolConfigBeacon": "0x4d8CACdF47c2d59cd636de95e18A1d58cA36e10E", | ||
"InitialProxyImplementation": "0x463512139A01681aBe6A874bFaE588e07C30eb5b", | ||
"RecoveryModule": "0x870f3a3dA9ba6fA3663A312C1B1A541D55f5b0DA" | ||
}; |
{ | ||
"name": "@infinex/infinex-sdk", | ||
"version": "0.1.1-2", | ||
"version": "0.1.1-4", | ||
"description": "A SDK to interact with Infinex smart contracts", | ||
@@ -10,12 +10,2 @@ "main": "./dist/index.js", | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
}, | ||
"repository": { | ||
@@ -36,3 +26,13 @@ "type": "git", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
} | ||
} | ||
} |
2589009