Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/_deploy-owen-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,18 @@ jobs:
with:
submodules: recursive

- name: "Compile conracts"
- name: "Compile Protocol's conracts"
working-directory: contracts
run: |
npm i
npx hardhat compile

- name: "Compile Account Abstraction conracts"
working-directory: submodules/account-abstraction/contracts
run: |
npm i
npx hardhat compile

- name: "Build blobs_batch_sender"
working-directory: aws/blobs_batch_sender
run: |
Expand Down
1 change: 0 additions & 1 deletion owen/src/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use alloy::{
},
sol,
};

use log_macros::{format_error, log_info, log_warn};
use serde_json::json;
use DdexEmitter::getSupportedBlobImageIdsReturn;
Expand Down