Skip to content

Commit

Permalink
fixed Polygon chain name to correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
InnMaluntsev authored and salickco committed Dec 19, 2022
1 parent 9b2b4af commit 4a4e680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export enum Chain {
GOERLI = "goerli",
BSC = "bsc",
BSC_TEST = "bsc_test",
POLYGON = "polygon",
POLYGON = "matic",
MUMBAI = "polygon_test",
RINKEBY = "rinkeby",
ARBITRUM = "arbitrum",
AVALANCHE = "avalanche",
FANTOM = "fantom",
}
}

0 comments on commit 4a4e680

Please sign in to comment.