Skip to content

Commit ee161fa

Browse files
committed
Use correct STARKNET_VERSION constant: 0.13.5 [skip ci]
1 parent c0d022c commit ee161fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/starknet-devnet-core/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub const UDC_CONTRACT_ADDRESS: Felt =
7575
/// https://github.com/OpenZeppelin/cairo-contracts/blob/89a450a88628ec3b86273f261b2d8d1ca9b1522b/src/account/interface.cairo#L7
7676
pub const ISRC6_ID_HEX: &str = "0x2ceccef7f994940b3962a6c67e0ba4fcd37df7d131417c604f91e03caecc1cd";
7777

78-
pub const STARKNET_VERSION: &str = "0.13.2";
78+
pub const STARKNET_VERSION: &str = "0.13.5";
7979

8080
/// ERC20 contracts storage variables
8181
/// taken from starkcan urls:

0 commit comments

Comments
 (0)