Skip to content

Commit

Permalink
chore: added smithbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 23, 2023
1 parent 18fb19d commit 9d85560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/clients/chainbound/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ pub enum BlockBuilder {
Nfactorial,
/// RPC URL: <https://buildai.net/>
Buildai,
/// RPC URL: <https://rpc.smithbuilder.io>
Smithbuilder,

/// Custom builder name (must be supported by the Echo RPC).
/// This can be useful if a new Echo version comes out and this
Expand All @@ -66,6 +68,7 @@ impl ToString for BlockBuilder {
BlockBuilder::Blocknative => "blocknative".to_string(),
BlockBuilder::Nfactorial => "nfactorial".to_string(),
BlockBuilder::Buildai => "buildai".to_string(),
BlockBuilder::Smithbuilder => "smithbuilder".to_string(),
BlockBuilder::Other(name) => name.to_string(),
BlockBuilder::All => "all".to_string(),
}
Expand Down

0 comments on commit 9d85560

Please sign in to comment.