Skip to content

Commit 1242dac

Browse files
authored
V2 (#5)
* v2 * pin to v2
1 parent d16cb48 commit 1242dac

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

lib/ORMP

Submodule ORMP updated from 34f2c61 to 2665a54

lib/darwinia-msgport

lib/subapi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"devDependencies": {
3-
"@hujw77/plugins": "0.1.10"
3+
"@hujw77/plugins": "0.1.11"
44
}
55
}

script/common/Proposal.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity 0.8.17;
33

4-
import "../Connect.s.sol";
4+
import "../Deploy.s.sol";
55

6-
contract Proposal is ConnectScript {}
6+
contract Proposal is DeployScript {}

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -494,24 +494,24 @@
494494
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
495495
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
496496

497-
"@hujw77/contracts@^0.1.10":
498-
version "0.1.10"
499-
resolved "https://registry.yarnpkg.com/@hujw77/contracts/-/contracts-0.1.10.tgz#08ffc9599fcd8852ee33965a32e9c7da2935821d"
500-
integrity sha512-x16hYYiC+nRXNm6Y9Hzwl0L7ECyhwnPp2Hi27l9QBBSy4FgEIYPeDY6BGxirlM2+6Du8kzNFehpHh0rts5q58Q==
497+
"@hujw77/contracts@^0.1.11":
498+
version "0.1.11"
499+
resolved "https://registry.yarnpkg.com/@hujw77/contracts/-/contracts-0.1.11.tgz#a55d8666e5cb290e6171ba318a0847163fcb9b30"
500+
integrity sha512-6a011L7bjnul0oFOtb0T0xlBs0gaH2dxniCVSAqBLf1QNGWfSvezBlfI99JGrqy687ctcvJzSXI1yzZyyP7/bQ==
501501
dependencies:
502502
"@openzeppelin/contracts" "4.9.3"
503503
ethers "^6.7.0"
504504
solmate "6.2.0"
505505

506-
"@hujw77/core@^0.1.10":
507-
version "0.1.10"
508-
resolved "https://registry.yarnpkg.com/@hujw77/core/-/core-0.1.10.tgz#38fce2e8dc6be7531d8fff51d7177f06bf2e5479"
509-
integrity sha512-wQuRHAHgYzEaTf+LyQH8IwINzu5RpqQntb2ygr0CtZJlTVRu9riMjhZdsL9voqAxKDDjZH/MpB9h9zr7XKsk7w==
506+
"@hujw77/core@^0.1.11":
507+
version "0.1.11"
508+
resolved "https://registry.yarnpkg.com/@hujw77/core/-/core-0.1.11.tgz#98010531b3eafe0a3004760d4ce587de61029651"
509+
integrity sha512-S5rU/DtH6V2OgIoCcTlP05Ict72GMMdNwB8egmGxi5TPpGqwxJ9fG43NCCIMTenbvsZZMlt8VZp8sebpoWiPUQ==
510510
dependencies:
511511
"@amplitude/node" "^1.10.2"
512512
"@eth-optimism/common-ts" "^0.7.1"
513513
"@ethersproject/bignumber" "^5.7.0"
514-
"@hujw77/contracts" "^0.1.10"
514+
"@hujw77/contracts" "^0.1.11"
515515
"@nomicfoundation/hardhat-ethers" "^3.0.4"
516516
"@nomicfoundation/hardhat-verify" "^2.0.2"
517517
"@openzeppelin/hardhat-upgrades" "^1.22.1"
@@ -531,16 +531,16 @@
531531
undici "^5.21.1"
532532
yesno "^0.4.0"
533533

534-
"@hujw77/plugins@0.1.10":
535-
version "0.1.10"
536-
resolved "https://registry.yarnpkg.com/@hujw77/plugins/-/plugins-0.1.10.tgz#b51699b942a62250e821211d7acf768dfbc2bdbe"
537-
integrity sha512-nNCk3JVPvCrRQfwC3LhuImcwnebloFrr1ccXDMl4yDQLwxxG8daDd3zYh6dmGddBhualt2CARI64cXlpodSDqw==
534+
"@hujw77/plugins@0.1.11":
535+
version "0.1.11"
536+
resolved "https://registry.yarnpkg.com/@hujw77/plugins/-/plugins-0.1.11.tgz#2f4391edfd17684ba3ef512343359907ce433541"
537+
integrity sha512-QyDJyTUU2vwpyIqktcOcBUruwpu+8kSzZj3pD+EhLXw5fV//hIKeI+g/QE5TOaNYjPm5xbGF7KsOuYM0D/Osvg==
538538
dependencies:
539539
"@eth-optimism/common-ts" "^0.7.1"
540540
"@eth-optimism/contracts" "^0.5.40"
541541
"@ethersproject/bignumber" "^5.7.0"
542-
"@hujw77/contracts" "^0.1.10"
543-
"@hujw77/core" "^0.1.10"
542+
"@hujw77/contracts" "^0.1.11"
543+
"@hujw77/core" "^0.1.11"
544544
"@nomicfoundation/hardhat-ethers" "^3.0.5"
545545
"@openzeppelin/contracts" "^4.8.1"
546546
"@openzeppelin/hardhat-upgrades" "^1.22.1"

0 commit comments

Comments
 (0)