@@ -9,7 +9,7 @@ Generated by [AVA](https://avajs.dev).
99> Snapshot 1
1010
1111 `// SPDX-License-Identifier: MIT␊
12- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
12+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
1313 ␊
1414 #[starknet::contract]␊
1515 mod MyContract {␊
@@ -24,12 +24,12 @@ Generated by [AVA](https://avajs.dev).
2424> Snapshot 1
2525
2626 `// SPDX-License-Identifier: MIT␊
27- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
27+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
2828 ␊
2929 #[starknet::contract]␊
3030 mod MyContract {␊
3131 use openzeppelin::access::ownable::OwnableComponent;␊
32- use openzeppelin::upgrades::interface ::IUpgradeable;␊
32+ use openzeppelin::interfaces::upgrades ::IUpgradeable;␊
3333 use openzeppelin::upgrades::UpgradeableComponent;␊
3434 use starknet::{ClassHash, ContractAddress};␊
3535 ␊
@@ -85,13 +85,13 @@ Generated by [AVA](https://avajs.dev).
8585> Snapshot 1
8686
8787 `// SPDX-License-Identifier: MIT␊
88- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
88+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
8989 ␊
9090 #[starknet::contract]␊
9191 mod MyContract {␊
9292 use openzeppelin::access::ownable::OwnableComponent;␊
93+ use openzeppelin::interfaces::upgrades::IUpgradeable;␊
9394 use openzeppelin::security::pausable::PausableComponent;␊
94- use openzeppelin::upgrades::interface::IUpgradeable;␊
9595 use openzeppelin::upgrades::UpgradeableComponent;␊
9696 use starknet::{ClassHash, ContractAddress};␊
9797 ␊
@@ -171,12 +171,12 @@ Generated by [AVA](https://avajs.dev).
171171> Snapshot 1
172172
173173 `// SPDX-License-Identifier: MIT␊
174- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
174+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
175175 ␊
176176 #[starknet::contract]␊
177177 mod MyContract {␊
178178 use openzeppelin::access::ownable::OwnableComponent;␊
179- use openzeppelin::upgrades::interface ::IUpgradeable;␊
179+ use openzeppelin::interfaces::upgrades ::IUpgradeable;␊
180180 use openzeppelin::upgrades::UpgradeableComponent;␊
181181 use starknet::{ClassHash, ContractAddress};␊
182182 ␊
@@ -232,7 +232,7 @@ Generated by [AVA](https://avajs.dev).
232232> Snapshot 1
233233
234234 `// SPDX-License-Identifier: MIT␊
235- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
235+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
236236 ␊
237237 #[starknet::contract]␊
238238 mod MyContract {␊
@@ -247,12 +247,12 @@ Generated by [AVA](https://avajs.dev).
247247> Snapshot 1
248248
249249 `// SPDX-License-Identifier: MIT␊
250- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
250+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
251251 ␊
252252 #[starknet::contract]␊
253253 mod MyContract {␊
254254 use openzeppelin::access::ownable::OwnableComponent;␊
255- use openzeppelin::upgrades::interface ::IUpgradeable;␊
255+ use openzeppelin::interfaces::upgrades ::IUpgradeable;␊
256256 use openzeppelin::upgrades::UpgradeableComponent;␊
257257 use starknet::{ClassHash, ContractAddress};␊
258258 ␊
@@ -308,15 +308,15 @@ Generated by [AVA](https://avajs.dev).
308308> Snapshot 1
309309
310310 `// SPDX-License-Identifier: MIT␊
311- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
311+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
312312 ␊
313313 const UPGRADER_ROLE: felt252 = selector!("UPGRADER_ROLE");␊
314314 ␊
315315 #[starknet::contract]␊
316316 mod MyContract {␊
317317 use openzeppelin::access::accesscontrol::{AccessControlComponent, DEFAULT_ADMIN_ROLE};␊
318+ use openzeppelin::interfaces::upgrades::IUpgradeable;␊
318319 use openzeppelin::introspection::src5::SRC5Component;␊
319- use openzeppelin::upgrades::interface::IUpgradeable;␊
320320 use openzeppelin::upgrades::UpgradeableComponent;␊
321321 use starknet::{ClassHash, ContractAddress};␊
322322 use super::UPGRADER_ROLE;␊
@@ -385,7 +385,7 @@ Generated by [AVA](https://avajs.dev).
385385> Snapshot 1
386386
387387 `// SPDX-License-Identifier: MIT␊
388- // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.0 ␊
388+ // Compatible with OpenZeppelin Contracts for Cairo 3.0.0-alpha.1 ␊
389389 ␊
390390 #[starknet::contract]␊
391391 mod MyContract {␊
0 commit comments