Skip to content

Commit 1970b9e

Browse files
committed
transfer GS token ownership to timelock-controler in sonic
1 parent c586672 commit 1970b9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/05-transfer-gs-ownership.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const deployTransferGSOwnership: DeployFunction = async function (hre: HardhatRu
4747
const iface = new hre.ethers.utils.Interface(abi);
4848

4949
const data = iface.encodeFunctionData("acceptOwnership", []);
50+
log("data:", data.toString())
5051

5152
const timelockControllerContract = await ethers.getContractAt("TimelockController", timelockController.address);
5253

helper-hardhat-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const networkConfig: networkConfigInfo = {
134134
lzEid: 30332,
135135
lzEndpoint: "0x6F475642a6e85809B1c36Fa62763669b1b48DD5B",
136136
timelock: {
137-
minDelay: 24 * 60 * 60, // 1 day in seconds
137+
minDelay: 600,//24 * 60 * 60, // 1 day in seconds
138138
proposers: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
139139
executors: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
140140
},

0 commit comments

Comments
 (0)