Skip to content

Commit

Permalink
chore: bold upgrade deployment (#283)
Browse files Browse the repository at this point in the history
* chore: hardcode deployed

* chore: arb1 bold upgrade action

* chore: hardcode deployed for nova

* chore: nova bold upgrade action

* fix: format

* revert: hardcoded values
  • Loading branch information
gzeoneth authored Dec 23, 2024
1 parent aa6e10c commit b6e1325
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions scripts/files/arb1DeployedContracts.json
Original file line number Diff line number Diff line change
@@ -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"
}
17 changes: 17 additions & 0 deletions scripts/files/novaDeployedContracts.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion scripts/files/sepoliaDeployedContracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"osp": "0xB9cf664A1beD8F74f4B893a18c86eCe876CdAE80",
"boldAction": "0xf8199Ca3702C09c78B957D4D820311125753C6d2",
"preImageHashLookup": "0x421f2cE0f49095EB8d50aCB903799845C7315fb9"
}
}

0 comments on commit b6e1325

Please sign in to comment.