Skip to content

Commit

Permalink
fix: derive standard traits
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 31, 2024
1 parent 685200f commit 2dcdec9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const SUPPORTED_CHAINS: [&str; 26] = [
"eip155:999",
];

#[derive(Debug, Clone)]
pub struct BlockchainApiProvider {
project_id: ProjectId,
}
Expand Down

0 comments on commit 2dcdec9

Please sign in to comment.