Skip to content

Commit

Permalink
Add ethereum ChainStake
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Jun 13, 2024
1 parent 7ef7f32 commit 722d8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gem/Stake/Services/StakeService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct StakeService {
return id
case .smartChain:
return StakeHub.address
case .none:
case .ethereum, .none:
fatalError()
}
}
Expand Down
1 change: 1 addition & 0 deletions Packages/Primitives/Sources/ChainStake.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ public enum StakeChain: String, Codable, CaseIterable, Equatable {
case solana
case sui
case smartChain = "smartchain"
case ethereum
}

0 comments on commit 722d8db

Please sign in to comment.