Skip to content

Commit

Permalink
fix: cover the minimal boltz template with the gas estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Feb 7, 2024
1 parent b62a2af commit 2cb5215
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 233 deletions.
2 changes: 2 additions & 0 deletions contracts/import.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import '@rsksmart/rif-relay-contracts/contracts/RelayHub.sol';
import '@rsksmart/rif-relay-contracts/contracts/smartwallet/SmartWallet.sol';
import '@rsksmart/rif-relay-contracts/contracts/smartwallet/CustomSmartWallet.sol';
import '@rsksmart/rif-relay-contracts/contracts/smartwallet/BoltzSmartWallet.sol';
import '@rsksmart/rif-relay-contracts/contracts/smartwallet/MinimalBoltzSmartWallet.sol';
import '@rsksmart/rif-relay-contracts/contracts/factory/SmartWalletFactory.sol';
import '@rsksmart/rif-relay-contracts/contracts/factory/CustomSmartWalletFactory.sol';
import '@rsksmart/rif-relay-contracts/contracts/factory/BoltzSmartWalletFactory.sol';
import '@rsksmart/rif-relay-contracts/contracts/factory/MinimalBoltzSmartWalletFactory.sol';
import '@rsksmart/rif-relay-contracts/contracts/verifier/CustomSmartWalletDeployVerifier.sol';
import '@rsksmart/rif-relay-contracts/contracts/verifier/DeployVerifier.sol';
import '@rsksmart/rif-relay-contracts/contracts/verifier/RelayVerifier.sol';
Expand Down
Loading

0 comments on commit 2cb5215

Please sign in to comment.