Skip to content

Commit

Permalink
updated deploy scripts for mainnet readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 committed Aug 15, 2023
1 parent cdd962e commit f0774ca
Show file tree
Hide file tree
Showing 44 changed files with 267 additions and 58 deletions.
4 changes: 2 additions & 2 deletions protocol/scripts/deploys/mainnet/v2/core/03-trv-tpi-oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ async function main() {
treasuryPriceIndexOracle.deploy,
TEMPLE_V2_ADDRESSES.CORE.RESCUER_MSIG,
await owner.getAddress(),
ethers.utils.parseEther("1.025"), // ~1.025 TPI at deployment date
ethers.utils.parseEther("1.06"), // ~1.06 TPI at deployment date
ethers.utils.parseEther("0.05"), // max treasury price index delta
300 // cooldown
1_800 // cooldown
)

}
Expand Down
4 changes: 2 additions & 2 deletions protocol/scripts/deploys/mainnet/v2/core/05-trv-dusd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ async function main() {
"dUSD",
TEMPLE_V2_ADDRESSES.CORE.RESCUER_MSIG,
await owner.getAddress(),
ethers.utils.parseEther("0.034304803691990293"), // 3.49% APR or ~3.4304%APY
// 5% APR == ln(1.05) == 4.87...% APY continuous compounding
ethers.utils.parseEther("0.048790164169431991"),
)

}

// We recommend this pattern to be able to use async/await everywhere
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ async function main() {
await mine(TEMPLE_V2_INSTANCES.TREASURY_RESERVES_VAULT.INSTANCE.setBorrowToken(
TEMPLE_V2_ADDRESSES.CORE.TEMPLE_TOKEN,
TEMPLE_V2_ADDRESSES.STRATEGIES.TEMPLE_BASE_STRATEGY.ADDRESS,
0,
0,
ethers.utils.parseEther("200000"), // 0.2mm
ethers.utils.parseEther("200000"), // 0.2mm
TEMPLE_V2_ADDRESSES.TREASURY_RESERVES_VAULT.D_TEMPLE_TOKEN
));

const debtCeiling: ITempleStrategy.AssetBalanceStruct[] = [{
asset: TEMPLE_V2_ADDRESSES.CORE.TEMPLE_TOKEN,
balance: ethers.utils.parseEther("100000"), // TODO: Debt ceiling TBC
balance: ethers.utils.parseEther("5000000"), // 5mm
}];

await mine(TEMPLE_V2_INSTANCES.TREASURY_RESERVES_VAULT.INSTANCE.addStrategy(
Expand All @@ -52,14 +52,14 @@ async function main() {
await mine(TEMPLE_V2_INSTANCES.TREASURY_RESERVES_VAULT.INSTANCE.setBorrowToken(
TEMPLE_V2_ADDRESSES.EXTERNAL.MAKER_DAO.DAI_TOKEN,
TEMPLE_V2_ADDRESSES.STRATEGIES.DSR_BASE_STRATEGY.ADDRESS,
ethers.utils.parseEther("10000"),
ethers.utils.parseEther("10000"),
ethers.utils.parseEther("200000"), // 0.2mm
ethers.utils.parseEther("200000"), // 0.2mm
TEMPLE_V2_ADDRESSES.TREASURY_RESERVES_VAULT.D_USD_TOKEN
));

const debtCeiling: ITempleStrategy.AssetBalanceStruct[] = [{
asset: TEMPLE_V2_ADDRESSES.EXTERNAL.MAKER_DAO.DAI_TOKEN,
balance: ethers.utils.parseEther("100000"), // TODO: Debt ceiling TBC
balance: ethers.utils.parseEther("30000000"), // 30mm
}];

await mine(TEMPLE_V2_INSTANCES.TREASURY_RESERVES_VAULT.INSTANCE.addStrategy(
Expand Down
2 changes: 1 addition & 1 deletion protocol/scripts/deploys/mainnet/v2/ramos/03-ramos-amo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function main() {
protocolTokenBalancerPoolIndex,
TEMPLE_V2_ADDRESSES.RAMOS.TEMPLE_DAI.EXTERNAL.BALANCER_POOL_ID,
TEMPLE_V2_ADDRESSES.RAMOS.TEMPLE_DAI.FEE_COLLECTOR,
200, // 2%
0, // 0% max fees for protocol version of ramos
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
await owner.getAddress(),
60*60*26, // 26 hours
13, // no of buckets
ethers.utils.parseEther("50000000"), // cap per bucket
ethers.utils.parseEther("1500000"), // 1.5mm cap per bucket
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
await owner.getAddress(),
60*60*26, // 26 hours
13, // no of buckets
ethers.utils.parseEther("50000000"), // cap per bucket
ethers.utils.parseEther("1500000"), // 1.5mm cap per bucket
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ async function addRamosStrategy(TEMPLE_V2_ADDRESSES: ContractAddresses, TEMPLE_V
const debtCeiling: ITempleStrategy.AssetBalanceStruct[] = [
{
asset: TEMPLE_V2_ADDRESSES.EXTERNAL.MAKER_DAO.DAI_TOKEN,
balance: ethers.utils.parseEther("100000"),
balance: ethers.utils.parseEther("5000000"), // 5mm
},
{
asset: TEMPLE_V2_ADDRESSES.CORE.TEMPLE_TOKEN,
balance: ethers.utils.parseEther("100000")
balance: ethers.utils.parseEther("5000000"), // 5mm
}
];

Expand Down
2 changes: 1 addition & 1 deletion protocol/scripts/deploys/mainnet/v2/tlc/02-tlc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function main() {
TEMPLE_V2_ADDRESSES.CORE.CIRCUIT_BREAKER_PROXY,
TEMPLE_V2_ADDRESSES.CORE.TEMPLE_TOKEN,
TEMPLE_V2_ADDRESSES.EXTERNAL.MAKER_DAO.DAI_TOKEN,
ethers.utils.parseEther('0.85'), // 85% max LTV ratio
ethers.utils.parseEther('0.8'), // 80% max LTV ratio
TEMPLE_V2_ADDRESSES.TEMPLE_LINE_OF_CREDIT.INTEREST_RATE_MODELS.LINEAR_WITH_KINK
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
await owner.getAddress(),
60*60*26, // 26 hours
13, // no of buckets
ethers.utils.parseEther("100000"), // cap per bucket
ethers.utils.parseEther("1500000"), // 1.5mm cap per bucket
)

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
await owner.getAddress(),
60*60*26, // 26 hours
13, // no of buckets
ethers.utils.parseEther("100000"), // cap per bucket
ethers.utils.parseEther("1500000"), // 1.5mm cap per bucket
)

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function main() {
const debtCeiling: ITempleStrategy.AssetBalanceStruct[] = [
{
asset: TEMPLE_V2_ADDRESSES.EXTERNAL.MAKER_DAO.DAI_TOKEN,
balance: ethers.utils.parseEther("100000")
balance: ethers.utils.parseEther("2500000") // 2.5mm
},
// TLC doesn't borrow Temple, but it does need to repay temple on liquidations
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// sepolia: CORE.CIRCUIT_BREAKER_PROXY=0x08F542783f076cA905EEccC6a987629BE5017a4C
// yarn hardhat verify --network sepolia 0x08F542783f076cA905EEccC6a987629BE5017a4C --constructor-args scripts/deploys/sepolia/deploymentArgs/0x08F542783f076cA905EEccC6a987629BE5017a4C.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: TEMPLE_LINE_OF_CREDIT.CIRCUIT_BREAKERS.DAI=0x30AC664062f58b6E4DF187713a2352385633B739
// yarn hardhat verify --network sepolia 0x30AC664062f58b6E4DF187713a2352385633B739 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x30AC664062f58b6E4DF187713a2352385633B739.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"1500000000000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// sepolia: STRATEGIES.TLC_STRATEGY.ADDRESS=0x415A9B41700AC645d9C22F2499a6E853b625F792
// yarn hardhat verify --network sepolia 0x415A9B41700AC645d9C22F2499a6E853b625F792 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x415A9B41700AC645d9C22F2499a6E853b625F792.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"TlcStrategy",
"0x7f19419488274bcC363d93F70809cDd53C788aF7",
"0xAe0A4a7690F5f308C6615E3738243Ab629DaEAEA",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// sepolia: STRATEGIES.DSR_BASE_STRATEGY.ADDRESS=0x472C7cDb6E730ff499E118dE6260c6b44c61d7bf
// yarn hardhat verify --network sepolia 0x472C7cDb6E730ff499E118dE6260c6b44c61d7bf --constructor-args scripts/deploys/sepolia/deploymentArgs/0x472C7cDb6E730ff499E118dE6260c6b44c61d7bf.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"DsrBaseStrategy",
"0x7f19419488274bcC363d93F70809cDd53C788aF7",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A",
"34900000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// sepolia: STRATEGIES.RAMOS_STRATEGY.ADDRESS=0x54B0251882b44e6b34e2A3D8b7c5020B51Fe1B23
// yarn hardhat verify --network sepolia 0x54B0251882b44e6b34e2A3D8b7c5020B51Fe1B23 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x54B0251882b44e6b34e2A3D8b7c5020B51Fe1B23.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"RamosStrategy",
"0x7f19419488274bcC363d93F70809cDd53C788aF7",
"0x82ce000a51E8474378f7b555bcC4de5992052452",
"0x64a925B0fA211c44337148C0807f959Bd44b0B67",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A",
"0x08F542783f076cA905EEccC6a987629BE5017a4C"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: CORE.TREASURY_RESERVES_VAULT.D_USD_TOKEN=0x595309143e6716ebC9Ee239B7C6E76e9Dd6b1EB1
// yarn hardhat verify --network sepolia 0x595309143e6716ebC9Ee239B7C6E76e9Dd6b1EB1 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x595309143e6716ebC9Ee239B7C6E76e9Dd6b1EB1.js
module.exports = [
"Temple Debt USD",
"dUSD",
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"34304803691990293"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// sepolia: STRATEGIES.GNOSIS_SAFE_STRATEGY_TEMPLATE.ADDRESS=0x76D3d175f18FAc6e390a33bf54c6477AcE6697e2
// yarn hardhat verify --network sepolia 0x76D3d175f18FAc6e390a33bf54c6477AcE6697e2 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x76D3d175f18FAc6e390a33bf54c6477AcE6697e2.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"GnosisSafeStrategy1",
"0x7f19419488274bcC363d93F70809cDd53C788aF7",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0x08F542783f076cA905EEccC6a987629BE5017a4C"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: STRATEGIES.RAMOS_STRATEGY.CIRCUIT_BREAKERS.TEMPLE=0x77678C041A8ee01Fe4AE8dc12d15451b113d2A4F
// yarn hardhat verify --network sepolia 0x77678C041A8ee01Fe4AE8dc12d15451b113d2A4F --constructor-args scripts/deploys/sepolia/deploymentArgs/0x77678C041A8ee01Fe4AE8dc12d15451b113d2A4F.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"5000000000000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// sepolia: TEMPLE_LINE_OF_CREDIT.INTEREST_RATE_MODELS.LINEAR_WITH_KINK=0x78508DDA0b7C3A97ed44a4C2C6F54EABF3F18dba
// yarn hardhat verify --network sepolia 0x78508DDA0b7C3A97ed44a4C2C6F54EABF3F18dba --constructor-args scripts/deploys/sepolia/deploymentArgs/0x78508DDA0b7C3A97ed44a4C2C6F54EABF3F18dba.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"50000000000000000",
"200000000000000000",
"900000000000000000",
"100000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// sepolia: CORE.TREASURY_RESERVES_VAULT.ADDRESS=0x7f19419488274bcC363d93F70809cDd53C788aF7
// yarn hardhat verify --network sepolia 0x7f19419488274bcC363d93F70809cDd53C788aF7 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x7f19419488274bcC363d93F70809cDd53C788aF7.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0x99a45931DB0Fdb14E1D3f6a7E25d14101534CA2f"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// sepolia: RAMOS.TEMPLE_DAI.ADDRESS=0x82ce000a51E8474378f7b555bcC4de5992052452
// yarn hardhat verify --network sepolia 0x82ce000a51E8474378f7b555bcC4de5992052452 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x82ce000a51E8474378f7b555bcC4de5992052452.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0xBA12222222228d8Ba445958a75a0704d566BF2C8",
"0x64a925B0fA211c44337148C0807f959Bd44b0B67",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A",
"0x825250921A357eE1e5411D33B88C83bfc0f34A2A",
"0xa60eB5CFb98BB7237751077baD3addd6d3C61803",
1,
"0x825250921a357ee1e5411d33b88c83bfc0f34a2a000200000000000000000011",
"0xF8Ab0fF572e48059c45eF3fa804e5A369d2b9b2B",
200
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: TEMPLE_LINE_OF_CREDIT.CIRCUIT_BREAKERS.TEMPLE=0x8f783c4A3d90712A794d5660b632AC67611852aF
// yarn hardhat verify --network sepolia 0x8f783c4A3d90712A794d5660b632AC67611852aF --constructor-args scripts/deploys/sepolia/deploymentArgs/0x8f783c4A3d90712A794d5660b632AC67611852aF.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"1500000000000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: CORE.TREASURY_RESERVES_VAULT.TPI_ORACLE=0x99a45931DB0Fdb14E1D3f6a7E25d14101534CA2f
// yarn hardhat verify --network sepolia 0x99a45931DB0Fdb14E1D3f6a7E25d14101534CA2f --constructor-args scripts/deploys/sepolia/deploymentArgs/0x99a45931DB0Fdb14E1D3f6a7E25d14101534CA2f.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"1025000000000000000",
"50000000000000000",
300
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// sepolia: CORE.GNOSIS_SAFE_GUARD=0x9A792288BE7d6Be936882e00D8C3a2b05a921e65
// yarn hardhat verify --network sepolia 0x9A792288BE7d6Be936882e00D8C3a2b05a921e65 --constructor-args scripts/deploys/sepolia/deploymentArgs/0x9A792288BE7d6Be936882e00D8C3a2b05a921e65.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
3
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// sepolia: TEMPLE_LINE_OF_CREDIT.ADDRESS=0xAe0A4a7690F5f308C6615E3738243Ab629DaEAEA
// yarn hardhat verify --network sepolia 0xAe0A4a7690F5f308C6615E3738243Ab629DaEAEA --constructor-args scripts/deploys/sepolia/deploymentArgs/0xAe0A4a7690F5f308C6615E3738243Ab629DaEAEA.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0x08F542783f076cA905EEccC6a987629BE5017a4C",
"0x64a925B0fA211c44337148C0807f959Bd44b0B67",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A",
"800000000000000000",
"0x78508DDA0b7C3A97ed44a4C2C6F54EABF3F18dba"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: CORE.TREASURY_RESERVES_VAULT.D_TEMPLE_TOKEN=0xB2a141998caC05742eC1C21a17e129947Ca64D9C
// yarn hardhat verify --network sepolia 0xB2a141998caC05742eC1C21a17e129947Ca64D9C --constructor-args scripts/deploys/sepolia/deploymentArgs/0xB2a141998caC05742eC1C21a17e129947Ca64D9C.js
module.exports = [
"Temple Debt TEMPLE",
"dTEMPLE",
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: STRATEGIES.TEMPLE_BASE_STRATEGY.ADDRESS=0xECe4ff1bd589b488350557A5C36D823C7B47E82F
// yarn hardhat verify --network sepolia 0xECe4ff1bd589b488350557A5C36D823C7B47E82F --constructor-args scripts/deploys/sepolia/deploymentArgs/0xECe4ff1bd589b488350557A5C36D823C7B47E82F.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"TempleBaseStrategy",
"0x7f19419488274bcC363d93F70809cDd53C788aF7",
"0x64a925B0fA211c44337148C0807f959Bd44b0B67"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// sepolia: RAMOS.TEMPLE_DAI.AURA_STAKING=0xa60eB5CFb98BB7237751077baD3addd6d3C61803
// yarn hardhat verify --network sepolia 0xa60eB5CFb98BB7237751077baD3addd6d3C61803 --constructor-args scripts/deploys/sepolia/deploymentArgs/0xa60eB5CFb98BB7237751077baD3addd6d3C61803.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
"0x825250921A357eE1e5411D33B88C83bfc0f34A2A"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// sepolia: RAMOS.TEMPLE_DAI.POOL_HELPER=0xbfC24c9d7D57C413618CE11cea1e313a2E8D9e1d
// yarn hardhat verify --network sepolia 0xbfC24c9d7D57C413618CE11cea1e313a2E8D9e1d --constructor-args scripts/deploys/sepolia/deploymentArgs/0xbfC24c9d7D57C413618CE11cea1e313a2E8D9e1d.js
module.exports = [
"0xBA12222222228d8Ba445958a75a0704d566BF2C8",
"0xdAE7e32ADc5d490a43cCba1f0c736033F2b4eFca",
"0x64a925B0fA211c44337148C0807f959Bd44b0B67",
"0x33FA9618365F67c5345066d5Cfd7f3A2f183599A",
"0x825250921A357eE1e5411D33B88C83bfc0f34A2A",
"0x82ce000a51E8474378f7b555bcC4de5992052452",
1,
"0x825250921a357ee1e5411d33b88c83bfc0f34a2a000200000000000000000011"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: STRATEGIES.RAMOS_STRATEGY.CIRCUIT_BREAKERS.DAI=0xcF4fdC6d455F33A6236df79aAA82c58E173f7fB5
// yarn hardhat verify --network sepolia 0xcF4fdC6d455F33A6236df79aAA82c58E173f7fB5 --constructor-args scripts/deploys/sepolia/deploymentArgs/0xcF4fdC6d455F33A6236df79aAA82c58E173f7fB5.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"5000000000000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: STRATEGIES.GNOSIS_SAFE_STRATEGY_TEMPLATE.CIRCUIT_BREAKERS.DAI=0xe9a8D76410452E8AD58aEc0Ec596f480C7CBb716
// yarn hardhat verify --network sepolia 0xe9a8D76410452E8AD58aEc0Ec596f480C7CBb716 --constructor-args scripts/deploys/sepolia/deploymentArgs/0xe9a8D76410452E8AD58aEc0Ec596f480C7CBb716.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"50000000000000000000000000"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// sepolia: STRATEGIES.GNOSIS_SAFE_STRATEGY_TEMPLATE.CIRCUIT_BREAKERS.TEMPLE=0xf60b3FffeAa57C8251cE0fE8C53A631DE64E1170
// yarn hardhat verify --network sepolia 0xf60b3FffeAa57C8251cE0fE8C53A631DE64E1170 --constructor-args scripts/deploys/sepolia/deploymentArgs/0xf60b3FffeAa57C8251cE0fE8C53A631DE64E1170.js
module.exports = [
"0x8dbe2E7Cab43F00fce7fFe90769b87456692CE46",
"0x81960c465605cddD9772a8653111D4aBE580Ce1e",
93600,
13,
"50000000000000000000000000"
];
Loading

0 comments on commit f0774ca

Please sign in to comment.