Skip to content

Commit

Permalink
fix: change A8_SUPPORTED_NETWORKS to file only
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech committed Jul 18, 2024
1 parent 07d9e65 commit c52e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/core/src/assertion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub enum Assertion {
Dynamic(DynamicParams)
}

pub const A8_SUPPORTED_NETWORKS: [Web3Network; 6] = [
const A8_SUPPORTED_NETWORKS: [Web3Network; 6] = [
Web3Network::Polkadot,
Web3Network::Kusama,
Web3Network::Litentry,
Expand Down

0 comments on commit c52e851

Please sign in to comment.