Skip to content

Commit

Permalink
added upstream equivalence
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Mar 5, 2024
1 parent 182b7a8 commit cb5bd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub enum ChainId {
BASE = 8453,
ZORA = 7777777,
ZORASEPOLIA = 999999999,
ROOTSTOCK = 30
ROOTSTOCK = 30,
}

pub const SUPPORTED_CHAINS: [ChainId; 20] = [
Expand All @@ -44,7 +44,7 @@ pub const SUPPORTED_CHAINS: [ChainId; 20] = [
ChainId::BASEGOERLI,
ChainId::ZORA,
ChainId::ZORASEPOLIA,
ChainId::ROOTSTOCK
ChainId::ROOTSTOCK,
];

pub enum NativeCurrencyName {
Expand Down

0 comments on commit cb5bd69

Please sign in to comment.