Skip to content

Commit

Permalink
Cairo v0.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgold2 committed May 15, 2023
1 parent 9736ef9 commit f9cd6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ http_archive(
name = "cairo-compiler-archive-1.0.0",
build_file = get_from_cairo_lang("//src/starkware/starknet/compiler/v1:BUILD.cairo-compiler-archive-1.0.0"),
strip_prefix = "cairo",
url = "https://github.com/starkware-libs/cairo/releases/download/v1.0.0-rc0/release-x86_64-unknown-linux-musl.tar.gz",
url = "https://github.com/starkware-libs/cairo/releases/download/v1.0.0/release-x86_64-unknown-linux-musl.tar.gz",
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion src/starkware/cairo/lang/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1a0
0.11.1
2 changes: 1 addition & 1 deletion src/starkware/starknet/definitions/general_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
DEFAULT_ENFORCE_L1_FEE = True

# Given in units of wei.
DEFAULT_GAS_PRICE = 100 * 10**9
DEFAULT_GAS_PRICE = 10**8
DEFAULT_CAIRO_RESOURCE_FEE_WEIGHTS = {
N_STEPS_RESOURCE: 1.0,
**{builtin: 0.0 for builtin in ALL_BUILTINS.except_for(KECCAK_BUILTIN).with_suffix()},
Expand Down

0 comments on commit f9cd6c3

Please # to comment.