Skip to content

Commit

Permalink
feat: update to starknet 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Oct 24, 2023
1 parent 1c9f583 commit 2f127aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Tests
on: [push, pull_request, pull_request_target]

env:
SCARB_VERSION: 2.3.0-rc1
SCARB_VERSION: 2.3.0

jobs:
scarb-tests:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Scarb.lock
.env
venv
target
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"

[dependencies]
starknet = "2.3.0-rc0"
openzeppelin = { git = "https://github.com/andrew-fleming/cairo-contracts.git", branch = "component-erc20" }
openzeppelin = { git = "https://github.com/Th0rgal/cairo-contracts.git", branch = "main" }
identity = { git = "https://github.com/starknet-id/identity.git", branch = "master" }

[[target.starknet-contract]]
Expand Down

0 comments on commit 2f127aa

Please sign in to comment.