From b6e1325e03b6349b564583a7547f8007941ee108 Mon Sep 17 00:00:00 2001 From: gzeon Date: Mon, 23 Dec 2024 15:44:14 +0800 Subject: [PATCH] chore: bold upgrade deployment (#283) * chore: hardcode deployed * chore: arb1 bold upgrade action * chore: hardcode deployed for nova * chore: nova bold upgrade action * fix: format * revert: hardcoded values --- scripts/files/arb1DeployedContracts.json | 17 +++++++++++++++++ scripts/files/novaDeployedContracts.json | 17 +++++++++++++++++ scripts/files/sepoliaDeployedContracts.json | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 scripts/files/arb1DeployedContracts.json create mode 100644 scripts/files/novaDeployedContracts.json diff --git a/scripts/files/arb1DeployedContracts.json b/scripts/files/arb1DeployedContracts.json new file mode 100644 index 00000000..433a4f6e --- /dev/null +++ b/scripts/files/arb1DeployedContracts.json @@ -0,0 +1,17 @@ +{ + "bridge": "0x93e8f92327bFa8096F5F6ee5f2a49183D3B3b898", + "seqInbox": "0x98a58ADAb0f8A66A1BF4544d804bc0475dff32c7", + "rei": "0x6D576E220Cb44C3E8eF75D0EfBeb1Ff041e2E4A5", + "outbox": "0x3FFf9BdC3ce99d3D587b0d06Aa7C4a10075193b4", + "inbox": "0x7C058ad1D0Ee415f7e7f30e62DB1BCf568470a10", + "newRollupUser": "0x6490bA0a60Cc7d3a59C9eeE135D9eeD24553a60d", + "newRollupAdmin": "0x7FC126FF51183a78C5E0437467f325f661D8Df17", + "challengeManager": "0x058E1cBb62096189Bc7Cc1FE08A0859905d969Ea", + "prover0": "0x35FBC5F03d86E88973B06Fb9C5a913D54AbdF731", + "proverMem": "0xe0ba77e0E24de5369e3B268Ea79fDe716e2EC48b", + "proverMath": "0xaB9596a0aaF28bc798c453434EC2DC0F8F0bF921", + "proverHostIo": "0xa07cD154340CC74EcF156FFB9fb378Ee29Ca71Cf", + "osp": "0x4397fE1E959Ba81B9D5f1A9679Ddd891955A42d6", + "boldAction": "0xf795ec38701234664f69Dbd761Ee9c511F25ac1D", + "preImageHashLookup": "0x43015a71C89C1C949cC25c9F1b8e761F1ac650fD" +} diff --git a/scripts/files/novaDeployedContracts.json b/scripts/files/novaDeployedContracts.json new file mode 100644 index 00000000..a731ceb8 --- /dev/null +++ b/scripts/files/novaDeployedContracts.json @@ -0,0 +1,17 @@ +{ + "bridge": "0x93e8f92327bFa8096F5F6ee5f2a49183D3B3b898", + "seqInbox": "0x98a58ADAb0f8A66A1BF4544d804bc0475dff32c7", + "rei": "0x6D576E220Cb44C3E8eF75D0EfBeb1Ff041e2E4A5", + "outbox": "0x3FFf9BdC3ce99d3D587b0d06Aa7C4a10075193b4", + "inbox": "0x7C058ad1D0Ee415f7e7f30e62DB1BCf568470a10", + "newRollupUser": "0x6490bA0a60Cc7d3a59C9eeE135D9eeD24553a60d", + "newRollupAdmin": "0x7FC126FF51183a78C5E0437467f325f661D8Df17", + "challengeManager": "0x058E1cBb62096189Bc7Cc1FE08A0859905d969Ea", + "prover0": "0x35FBC5F03d86E88973B06Fb9C5a913D54AbdF731", + "proverMem": "0xe0ba77e0E24de5369e3B268Ea79fDe716e2EC48b", + "proverMath": "0xaB9596a0aaF28bc798c453434EC2DC0F8F0bF921", + "proverHostIo": "0xa07cD154340CC74EcF156FFB9fb378Ee29Ca71Cf", + "osp": "0x4397fE1E959Ba81B9D5f1A9679Ddd891955A42d6", + "boldAction": "0xd25B258B55765c9fb5567eCABB6114b03b0f78b5", + "preImageHashLookup": "0x335D7d7f5DB556dAE51857424E36C0878B23a11d" +} diff --git a/scripts/files/sepoliaDeployedContracts.json b/scripts/files/sepoliaDeployedContracts.json index e51c0f65..c9ff18dd 100644 --- a/scripts/files/sepoliaDeployedContracts.json +++ b/scripts/files/sepoliaDeployedContracts.json @@ -14,4 +14,4 @@ "osp": "0xB9cf664A1beD8F74f4B893a18c86eCe876CdAE80", "boldAction": "0xf8199Ca3702C09c78B957D4D820311125753C6d2", "preImageHashLookup": "0x421f2cE0f49095EB8d50aCB903799845C7315fb9" -} \ No newline at end of file +}