-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare submission proxy deployment (#2316)
* feat: prepare migration file * feat: deploy baobab * feat: prepare cypress * feat: deploy cypress contract
- Loading branch information
1 parent
0b8ff1f
commit 39f9f92
Showing
27 changed files
with
46,808 additions
and
4,827 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"address": "0x6646dd4d529fa1625f279951b9af74b77392f75d" | ||
"address": "0x05ce978f1200bc7243ae4a5968de8c3f8bd082f7" | ||
} |
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,3 +1,3 @@ | ||
{ | ||
"address": "0x3a251c738e19806a546815eb6065e139a8d65b4b" | ||
"address": "0xcb56b163e545a3870ca04c6ae2401f2405fb29a9" | ||
} |
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,10 @@ | ||
{ | ||
"baobab": { | ||
"FeedRouter": "0xd9dbbb92a6ecb8b8d3e386b8d0ad8284bd816ef1", | ||
"SubmissionProxy": "0x6646dd4d529fa1625f279951b9af74b77392f75d" | ||
"SubmissionProxy": "0x05ce978f1200bc7243ae4a5968de8c3f8bd082f7" | ||
}, | ||
"cypress": { | ||
"FeedRouter": "0x653078f0d3a230416a59aa6486466470db0190a2", | ||
"SubmissionProxy": "0x3a251c738e19806a546815eb6065e139a8d65b4b" | ||
"SubmissionProxy": "0xcb56b163e545a3870ca04c6ae2401f2405fb29a9" | ||
} | ||
} |
Oops, something went wrong.