|
|
@ -9,21 +9,21 @@ |
|
|
|
"version": "0.0.0", |
|
|
|
"version": "0.0.0", |
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@abacus-network/apps": "file:../abacus-monorepo/solidity/apps", |
|
|
|
|
|
|
|
"@abacus-network/core": "file:../abacus-monorepo/solidity/core", |
|
|
|
|
|
|
|
"@abacus-network/hardhat": "file:../abacus-monorepo/typescript/hardhat", |
|
|
|
"@abacus-network/sdk": "file:../abacus-monorepo/typescript/sdk", |
|
|
|
"@abacus-network/sdk": "file:../abacus-monorepo/typescript/sdk", |
|
|
|
"@abacus-network/utils": "file:../abacus-monorepo/typescript/utils", |
|
|
|
"@abacus-network/utils": "file:../abacus-monorepo/typescript/utils", |
|
|
|
"@ethersproject/bignumber": "^5.5.0", |
|
|
|
"@ethersproject/bignumber": "^5.5.0", |
|
|
|
"@ethersproject/bytes": "^5.5.0", |
|
|
|
"@ethersproject/bytes": "^5.5.0", |
|
|
|
|
|
|
|
"@openzeppelin/contracts": "~4.5.0", |
|
|
|
|
|
|
|
"@openzeppelin/contracts-upgradeable": "~4.5.0", |
|
|
|
|
|
|
|
"@summa-tx/memview-sol": "^2.0.0", |
|
|
|
"ethers": "^5.4.7" |
|
|
|
"ethers": "^5.4.7" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@abacus-network/apps": "file:../abacus-monorepo/solidity/apps", |
|
|
|
|
|
|
|
"@abacus-network/core": "file:../abacus-monorepo/solidity/core", |
|
|
|
|
|
|
|
"@abacus-network/hardhat": "file:../abacus-monorepo/typescript/hardhat", |
|
|
|
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1", |
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1", |
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1", |
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1", |
|
|
|
"@openzeppelin/contracts": "~3.4.2", |
|
|
|
|
|
|
|
"@openzeppelin/contracts-upgradeable": "~3.4.2", |
|
|
|
|
|
|
|
"@summa-tx/memview-sol": "^2.0.0", |
|
|
|
|
|
|
|
"@typechain/ethers-v5": "~7.0.0", |
|
|
|
"@typechain/ethers-v5": "~7.0.0", |
|
|
|
"@typechain/hardhat": "^2.0.1", |
|
|
|
"@typechain/hardhat": "^2.0.1", |
|
|
|
"@types/mocha": "^9.1.0", |
|
|
|
"@types/mocha": "^9.1.0", |
|
|
@ -44,7 +44,6 @@ |
|
|
|
"../abacus-monorepo/solidity/apps": { |
|
|
|
"../abacus-monorepo/solidity/apps": { |
|
|
|
"name": "@abacus-network/apps", |
|
|
|
"name": "@abacus-network/apps", |
|
|
|
"version": "0.0.0", |
|
|
|
"version": "0.0.0", |
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@abacus-network/core": "file:../core", |
|
|
|
"@abacus-network/core": "file:../core", |
|
|
@ -79,7 +78,6 @@ |
|
|
|
"../abacus-monorepo/solidity/core": { |
|
|
|
"../abacus-monorepo/solidity/core": { |
|
|
|
"name": "@abacus-network/core", |
|
|
|
"name": "@abacus-network/core", |
|
|
|
"version": "0.0.1", |
|
|
|
"version": "0.0.1", |
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
@ -111,7 +109,6 @@ |
|
|
|
"../abacus-monorepo/typescript/hardhat": { |
|
|
|
"../abacus-monorepo/typescript/hardhat": { |
|
|
|
"name": "@abacus-network/hardhat", |
|
|
|
"name": "@abacus-network/hardhat", |
|
|
|
"version": "0.0.5", |
|
|
|
"version": "0.0.5", |
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
@ -1619,16 +1616,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/@openzeppelin/contracts": { |
|
|
|
"node_modules/@openzeppelin/contracts": { |
|
|
|
"version": "3.4.2", |
|
|
|
"version": "4.5.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.4.2.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.5.0.tgz", |
|
|
|
"integrity": "sha512-z0zMCjyhhp4y7XKAcDAi3Vgms4T2PstwBdahiO0+9NaGICQKjynK3wduSRplTgk4LXmoO1yfDGO5RbjKYxtuxA==", |
|
|
|
"integrity": "sha512-fdkzKPYMjrRiPK6K4y64e6GzULR7R7RwxSigHS8DDp7aWDeoReqsQI+cxHV1UuhAqX69L1lAaWDxenfP+xiqzA==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/@openzeppelin/contracts-upgradeable": { |
|
|
|
"node_modules/@openzeppelin/contracts-upgradeable": { |
|
|
|
"version": "3.4.2", |
|
|
|
"version": "4.5.2", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-3.4.2.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.5.2.tgz", |
|
|
|
"integrity": "sha512-mDlBS17ymb2wpaLcrqRYdnBAmP1EwqhOXMvqWk2c5Q1N1pm5TkiCtXM9Xzznh4bYsQBq0aIWEkFFE2+iLSN1Tw==", |
|
|
|
"integrity": "sha512-xgWZYaPlrEOQo3cBj97Ufiuv79SPd8Brh4GcFYhPgb6WvAq4ppz8dWKL6h+jLAK01rUqMRp/TS9AdXgAeNvCLA==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/@resolver-engine/core": { |
|
|
|
"node_modules/@resolver-engine/core": { |
|
|
|
"version": "0.3.3", |
|
|
|
"version": "0.3.3", |
|
|
@ -1887,8 +1882,7 @@ |
|
|
|
"node_modules/@summa-tx/memview-sol": { |
|
|
|
"node_modules/@summa-tx/memview-sol": { |
|
|
|
"version": "2.0.1", |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@summa-tx/memview-sol/-/memview-sol-2.0.1.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@summa-tx/memview-sol/-/memview-sol-2.0.1.tgz", |
|
|
|
"integrity": "sha512-GuaXBYG6/aIjKae3UJSBS61J/IuK/NTuk2IJBpGxytkxN1p3ZdRNIp8HQAIOVoCKZQtvzdPaBWokzCk/LakA/Q==", |
|
|
|
"integrity": "sha512-GuaXBYG6/aIjKae3UJSBS61J/IuK/NTuk2IJBpGxytkxN1p3ZdRNIp8HQAIOVoCKZQtvzdPaBWokzCk/LakA/Q==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/@szmarczak/http-timer": { |
|
|
|
"node_modules/@szmarczak/http-timer": { |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "1.1.2", |
|
|
@ -25000,16 +24994,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"@openzeppelin/contracts": { |
|
|
|
"@openzeppelin/contracts": { |
|
|
|
"version": "3.4.2", |
|
|
|
"version": "4.5.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.4.2.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.5.0.tgz", |
|
|
|
"integrity": "sha512-z0zMCjyhhp4y7XKAcDAi3Vgms4T2PstwBdahiO0+9NaGICQKjynK3wduSRplTgk4LXmoO1yfDGO5RbjKYxtuxA==", |
|
|
|
"integrity": "sha512-fdkzKPYMjrRiPK6K4y64e6GzULR7R7RwxSigHS8DDp7aWDeoReqsQI+cxHV1UuhAqX69L1lAaWDxenfP+xiqzA==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"@openzeppelin/contracts-upgradeable": { |
|
|
|
"@openzeppelin/contracts-upgradeable": { |
|
|
|
"version": "3.4.2", |
|
|
|
"version": "4.5.2", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-3.4.2.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.5.2.tgz", |
|
|
|
"integrity": "sha512-mDlBS17ymb2wpaLcrqRYdnBAmP1EwqhOXMvqWk2c5Q1N1pm5TkiCtXM9Xzznh4bYsQBq0aIWEkFFE2+iLSN1Tw==", |
|
|
|
"integrity": "sha512-xgWZYaPlrEOQo3cBj97Ufiuv79SPd8Brh4GcFYhPgb6WvAq4ppz8dWKL6h+jLAK01rUqMRp/TS9AdXgAeNvCLA==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"@resolver-engine/core": { |
|
|
|
"@resolver-engine/core": { |
|
|
|
"version": "0.3.3", |
|
|
|
"version": "0.3.3", |
|
|
@ -25234,8 +25226,7 @@ |
|
|
|
"@summa-tx/memview-sol": { |
|
|
|
"@summa-tx/memview-sol": { |
|
|
|
"version": "2.0.1", |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@summa-tx/memview-sol/-/memview-sol-2.0.1.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@summa-tx/memview-sol/-/memview-sol-2.0.1.tgz", |
|
|
|
"integrity": "sha512-GuaXBYG6/aIjKae3UJSBS61J/IuK/NTuk2IJBpGxytkxN1p3ZdRNIp8HQAIOVoCKZQtvzdPaBWokzCk/LakA/Q==", |
|
|
|
"integrity": "sha512-GuaXBYG6/aIjKae3UJSBS61J/IuK/NTuk2IJBpGxytkxN1p3ZdRNIp8HQAIOVoCKZQtvzdPaBWokzCk/LakA/Q==" |
|
|
|
"dev": true |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"@szmarczak/http-timer": { |
|
|
|
"@szmarczak/http-timer": { |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "1.1.2", |
|
|
|