Skip to content

Commit

Permalink
Add deployment details
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchambras committed May 20, 2024
1 parent f38048e commit f16d250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/configs/arbitrum.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"network": "arbitrum",
"startBlock": 13850000,
"contracts": {
"controller": "0x4bA30FA240047c17FC557b8628799068d4396790"
}
"startBlock": 204418891,

"registry": "0x786Da12e9836a9ff9b7d92e8bac1C849e2ACe378",
"factory": "0x51100574E1CF11ee9fcC96D70ED146250b0Fdb60"
}
6 changes: 3 additions & 3 deletions src/configs/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"network": "mainnet",
"startBlock": 0,
"startBlock": 19727256,

"registry": "0x0000000000000000000000000000000000000000",
"factory": "0x0000000000000000000000000000000000000000"
"registry": "0x4973b53b300d64ab72147EFF8C9d962f6b1dA02e",
"factory": "0xae4d5d5199265512B2a77Ad675107735B891aBc8"
}

0 comments on commit f16d250

Please sign in to comment.