Skip to content

Commit

Permalink
add default config to erc20 mock (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming authored Feb 5, 2025
1 parent b2059b0 commit fd4b3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test_common/src/mocks/erc20.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub trait IERC20Reentrant<TState> {

#[starknet::contract]
pub mod ERC20ReentrantMock {
use openzeppelin_token::erc20::ERC20Component;
use openzeppelin_token::erc20::{DefaultConfig, ERC20Component};
use starknet::ContractAddress;
use starknet::SyscallResultTrait;
use starknet::storage::{MutableVecTrait, Vec};
Expand Down

0 comments on commit fd4b3a1

Please sign in to comment.