This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **Move messaging deployment to the main deploy script** - **Use real values for l1 helpers tools** - **Update deployments and messaging** <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1493) <!-- Reviewable:end -->
- Loading branch information
1 parent
af42f1a
commit 2a1c41a
Showing
10 changed files
with
243 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"StarknetCore": "0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4", | ||
"StarknetVerifier": "0x47312450B3Ac8b5b8e247a6bB6d523e7605bDb60" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
{ | ||
"Bridge": { | ||
"address": "0x5fbdb2315678afecb367f032d93f642f64180aa3", | ||
"starknet_address": "0x31af0ca9f2991fc54f20c54c66d87dd8492066a0a38ab50faa1f4df144f36d9" | ||
"WETH9": { | ||
"address": "0x37f78d636aab48c5cffc9909390cf62318b8abbf", | ||
"starknet_address": "0x19a5d6a1d55619a79fdaa98a696c2b2e379e1b5a402c9bf78ad18833c189c70" | ||
}, | ||
"WETH": { | ||
"address": "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512", | ||
"starknet_address": "0x50ebf948c87f34b5b491ca0f07c9a0a912fe3a11e1f0a73eff9aa5bea86304a" | ||
"KakarotETH": { | ||
"address": "0x5e950f65e70a06efae17cd3f6d8e4fc6474b5b8d", | ||
"starknet_address": "0x734abad1f311ff96517f55d2ae31fa178235c99d51dc97a03f126b719775c62" | ||
}, | ||
"KakarotSTRK": { | ||
"address": "0x68b7dbbd2ef15e9e6716d58ea844ee72976b131f", | ||
"starknet_address": "0x1dd4844458b812a6a865b6537c03327e58025a1b6b7bd1c2bfb2a7d92234dac" | ||
}, | ||
"L2KakarotMessaging": { | ||
"address": "0x3653ff9df27df8bca306fb628e70f1c90fcde27f", | ||
"starknet_address": "0x4227ee2b1b5611dbbe1f54410e244f90581ddc8f66caebf9d4e1c9aa8dc8da0" | ||
}, | ||
"Coinbase": { | ||
"address": "0xccaa1b04b831ea3e547d4fe4359e0c2f5b34b749", | ||
"starknet_address": "0x152c78b2d1229464d461bc323801739bf7a439d049685f59c506b356d0da1bb" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"StarknetCore": "0xE2Bb56ee936fd6433DC0F6e7e3b8365C906AA057", | ||
"StarknetVerifier": "0x07ec0D28e50322Eb0C159B9090ecF3aeA8346DFe", | ||
"L1KakarotMessaging": "0xc9c677a629AAe7A149f5F0E7546394f2630e8E9e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.