Skip to content

Commit dff0728

Browse files
committed
feat: share types between programs and send proof to aligned
1 parent 4f2aa2f commit dff0728

20 files changed

Lines changed: 9448 additions & 2225 deletions

File tree

batcher/aligned-sdk/src/core/types.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ use std::fmt::Display;
33
use std::fmt::Formatter;
44
use std::str::FromStr;
55

6-
use ethers::core::k256::ecdsa::SigningKey;
7-
use ethers::signers::Signer;
8-
use ethers::signers::Wallet;
6+
pub use ethers::core::k256::ecdsa::SigningKey;
7+
pub use ethers::signers::{Signer, Wallet};
98
use ethers::types::transaction::eip712::EIP712Domain;
109
use ethers::types::transaction::eip712::Eip712;
1110
use ethers::types::transaction::eip712::Eip712Error;

0 commit comments

Comments
 (0)