Skip to content

Commit eee08e7

Browse files
committed
chore: deploy horizon step 4 for testnet
Signed-off-by: Tomás Migone <[email protected]>
1 parent 3df0669 commit eee08e7

16 files changed

+8943
-6
lines changed

packages/contracts/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config: HardhatUserConfig = {
4242
},
4343
arbitrumSepolia: {
4444
chainId: 421614,
45-
url: process.env.ARBITRUM_SEPOLIA_URL,
45+
url: process.env.ARBITRUM_SEPOLIA_URL || 'https://sepolia-rollup.arbitrum.io/rpcblock',
4646
accounts: {
4747
mnemonic: DEFAULT_TEST_MNEMONIC,
4848
},

packages/horizon/ignition/configs/migrate.arbitrumSepolia.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"subgraphServiceAddress": "0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b",
2828

2929
// Must be set for step 4 of the migration
30-
"horizonStakingImplementationAddress": "",
31-
"curationImplementationAddress": "",
32-
"rewardsManagerImplementationAddress": "",
30+
"horizonStakingImplementationAddress": "0x2AF6F51e119A79497C3A3FFf012B5889da489764",
31+
"curationImplementationAddress": "0xbC8F4355f346e47eef8A0DBFF4a58616ACf7DaCA",
32+
"rewardsManagerImplementationAddress": "0x856843F6409a8b3A0d4aaE67313037FED02bBBFf",
3333

3434
// Global parameters
3535
"maxThawingPeriod": 2419200

packages/horizon/ignition/deployments/horizon-arbitrumSepolia/artifacts/HorizonStakingGovernor#GraphProxyAdmin.json

Lines changed: 234 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)