-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* swap owner * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * executed
- Loading branch information
Showing
13 changed files
with
1,410 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sphinx
updated
14 files
+2 −1 | package.json | |
+12 −3 | packages/contracts/contracts/foundry/SphinxConstants.sol | |
+1 −1 | packages/contracts/package.json | |
+26 −2 | packages/contracts/src/networks.ts | |
+1 −1 | packages/contracts/src/version.ts | |
+1 −0 | packages/core/README.md | |
+2 −2 | packages/core/package.json | |
+1 −1 | packages/core/src/actions/execute.ts | |
+4 −0 | packages/core/src/utils.ts | |
+4 −4 | packages/plugins/package.json | |
+1 −1 | packages/plugins/src/cli/version.ts | |
+2 −4 | packages/plugins/src/foundry/utils/index.ts | |
+72 −0 | packages/plugins/src/hardhat.config.js | |
+1,163 −1,138 | yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"devDependencies": { | ||
"@hujw77/plugins": "0.1.13" | ||
"@hujw77/plugins": "0.1.24" | ||
} | ||
} |
718 changes: 718 additions & 0 deletions
718
proposal/0x142bc9eb071bdf911ba344b7b2117e08d93fc6b8da2db7cd3b04821e2ad7f650/deployment.json
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
proposal/0x142bc9eb071bdf911ba344b7b2117e08d93fc6b8da2db7cd3b04821e2ad7f650/signature.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"signer": "0x0f14341a7f464320319025540e8fe48ad0fe5aec", | ||
"signature": "0xa3f888c1f2bbfc2ee69f68d27a08d739215958127b6439d81422322a4596f3d23740cff6f14ba3bc67a9dd680becb3e0f474a6884f9657d8ae48d028d399c4031c" | ||
}, | ||
{ | ||
"signer": "0x9F33a4809aA708d7a399fedBa514e0A0d15EfA85", | ||
"signature": "0x0c620afddb243a63727e88f166730d718232616db408fdc1d0edf25794f30218103455063ec59a14c908be5d4d1469518ae09a982b761012d0da19cb2723e6ac1c" | ||
}, | ||
{ | ||
"signer": "0x52386BE2397e8EAc26298F733b390684203fB580", | ||
"signature": "0x755928105f2ecff919bfc061a9fe52412fe5e4d9af85ad05114991781c21dd67469658cd4684d36b5a773490abffe3d794dac5585ef4bbb3422713bbd47e9ff41c" | ||
} | ||
] |
543 changes: 543 additions & 0 deletions
543
proposal/0x654cd6e02de2cbbe7fc98ef773e15595e3f414ed24f96fcbe45107fc128d2f8b/deployment.json
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
proposal/0x654cd6e02de2cbbe7fc98ef773e15595e3f414ed24f96fcbe45107fc128d2f8b/signature.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"signer": "0x0f14341a7f464320319025540e8fe48ad0fe5aec", | ||
"signature": "0xc73d36b606e6ade0b7b5029e3c2752234648b80d816bcdc57bd59ec9aa1c07b2588fbfd418311b884d7cca8b5dd6f4bf97b4871948fd9c317c0d2fda1816a73e1c" | ||
}, | ||
{ | ||
"signer": "0x9F33a4809aA708d7a399fedBa514e0A0d15EfA85", | ||
"signature": "0xbd797588d068b8d89ca3ee597c1ebbc2f789cd5cc0a827e8f7b3d69e56b830e6427a55c2ca5e9e0c6ee0eeeac7305d6000ec05504151297014e461f5c22db2691b" | ||
}, | ||
{ | ||
"signer": "0x53405FB4d71591E33fe07bFbC90bD82E65720ad0", | ||
"signature": "0xae4f5dbe5322509988c43ee5d78a2db495f70a10b301d0a8e0af17098eb6c2786d4bff9766d1697355d06749eee9de51dd0cc3f49764d9f1e3267526e27da40a1c" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity 0.8.17; | ||
|
||
import "./msgport/Connect.s.sol"; | ||
import "./self/SwapOwner.s.sol"; | ||
|
||
contract Proposal is ConnectScript {} | ||
contract Proposal is SwapOwnerScript {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity 0.8.17; | ||
|
||
import {Base} from "../common/Base.sol"; | ||
|
||
interface ISafe { | ||
function swapOwner(address prevOwner, address oldOwner, address newOwner) external; | ||
} | ||
|
||
contract SwapOwnerScript is Base { | ||
address aki = 0x53405FB4d71591E33fe07bFbC90bD82E65720ad0; | ||
address bear = 0x5b7544b3f6aBd9E03Fba494796B1eE6F9543E2e4; | ||
|
||
function run() public sphinx { | ||
address self = safeAddress(); | ||
|
||
ISafe(self).swapOwner(0x52386BE2397e8EAc26298F733b390684203fB580, aki, bear); | ||
} | ||
} |
Oops, something went wrong.