-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🧹 Deployments scripts update (#118)
* fix(deployment_scripts): Moved deployments scripts to a sub-package * fix(deployment_scripts): Moved done deployments at root * fix(deployment_scripts): bump to pragma-sdk 2.0.0rc2 * fix(deployment_scripts): Scripts refactoring + CI fix * fix(deployment_scripts): codespell * fix(deployment_scripts): Code spell ignore list * fix(deployment_scripts): Code speeeell * fix(deployment_scripts): Codespelling * fix(deployment_scripts): CI * fix(deployment_scripts): Fixing stuff * fix(deployment_scripts): Fixing stuff * fix(deployment_scripts): Stuff * fix(deployment_scripts): Constants * fix(deployment_scripts): * fix(deployment_scripts): Trying stuff * fix(deployment_scripts): Fixed paths * fix(deployment_scripts): Fixed path 💀 * fix(deployment_scripts): Path * fix(deployment_scripts): cairo version * fix(deployment_scripts): Lock version of Katana * fix(deployment_scripts): Downgrading katanaaaa * fix(deployment_scripts): Iddkkk * fix(deployment_scripts): idk * fix(deployment_scripts): idk * fix(deployment_scripts): Progressing update to devnet RS * fix(deployment_scripts): Fixed CI * fix(deployment_scripts): Fixed starknet-devnet downloaded arch * fix(deployment_scripts): Fixed CI * fix(deployment_scripts): fixing stuff * fix(deployment_scripts): Fixed error * fix(deployment_scripts): Removing last bits of Katana * fix(deployment_scripts): 🧹 Katana * fix(deployment_scripts): Fixed env * fix(deployment_scripts):
- Loading branch information
Showing
37 changed files
with
3,206 additions
and
3,492 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
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 |
---|---|---|
|
@@ -47,3 +47,4 @@ target | |
# Python | ||
scripts/__pycache__ | ||
scripts/venv | ||
.venv |
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
File renamed without changes.
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,22 @@ | ||
{ | ||
"pragma_PublisherRegistry": { | ||
"address": "0x1cec1c1730cbaf00ad3775d452823dc65e42edc2911e7480b7572e1d7eb52f8", | ||
"tx": "0x3b751868e7a76997486278e3c21bb6bdb2dca0fafabd59417b46f607c2a078d" | ||
}, | ||
"pragma_Oracle": { | ||
"address": "0x2976b4db4f12ec92bab78b8343d23ace1a41d494242aa14cf5659a6e5b83513", | ||
"tx": "0x17cbb2bb267b4b120d4e220e95434c5b2f59977c47387408e2157f07aaf2d35" | ||
}, | ||
"pragma_SummaryStats": { | ||
"address": "0x55b4b0dcd59ceadd43878435ba0caa09ae46d8c9fed907e9282b718197a2306", | ||
"tx": "0x7f1533989a213a9a193b6a38e2f3100885d6982fbc45069e68bae2515229ec8" | ||
}, | ||
"pragma_Randomness": { | ||
"address": "0x2338ff60eb57db3be741f067595d75cd51d384daf6c10e5d7dab59c4acab5e2", | ||
"tx": "0xb41678d8d9c51192379dc03b3c03447ec50c9246cac5b51739d80b17f0729" | ||
}, | ||
"pragma_ExampleRandomness": { | ||
"address": "0x31ebe9abc10ab3ed81ec52bcd4365f50302e118fdd3c04777b1604465fbeb69", | ||
"tx": "0x77a3bb0df8d8f4236019e4d11c3936733228045ded4564d91436049c3fb4895" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.