We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d022c commit ee161faCopy full SHA for ee161fa
crates/starknet-devnet-core/src/constants.rs
@@ -75,7 +75,7 @@ pub const UDC_CONTRACT_ADDRESS: Felt =
75
/// https://github.com/OpenZeppelin/cairo-contracts/blob/89a450a88628ec3b86273f261b2d8d1ca9b1522b/src/account/interface.cairo#L7
76
pub const ISRC6_ID_HEX: &str = "0x2ceccef7f994940b3962a6c67e0ba4fcd37df7d131417c604f91e03caecc1cd";
77
78
-pub const STARKNET_VERSION: &str = "0.13.2";
+pub const STARKNET_VERSION: &str = "0.13.5";
79
80
/// ERC20 contracts storage variables
81
/// taken from starkcan urls:
0 commit comments