Skip to content

Commit

Permalink
merge A7/A14 networks (#2606)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
  • Loading branch information
zhouhuitian and Kailai-Wang committed Mar 21, 2024
1 parent 6e45b49 commit a0fc31a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions primitives/core/src/assertion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,14 @@ impl Assertion {
match self {
// LIT holder, not including `LitentryRococo` as it's not supported by any data provider
Self::A4(..) => vec![Web3Network::Litentry, Web3Network::Litmus, Web3Network::Ethereum],
// DOT holder
Self::A7(..) => vec![Web3Network::Polkadot],
Self::A7(..) | Self::A14 => vec![Web3Network::Polkadot],
// WBTC/ETH holder
Self::A10(..) |
Self::A11(..) |
Self::VIP3MembershipCard(..) |
Self::WeirdoGhostGangHolder => vec![Web3Network::Ethereum],
// total tx over `networks`
Self::A8(network) => network.to_vec(),
// polkadot paticipation
Self::A14 => vec![Web3Network::Polkadot],
// Achainable Assertions
Self::Achainable(arg) => arg.chains(),
// OneBlock Assertion
Expand Down

0 comments on commit a0fc31a

Please sign in to comment.