Skip to content

Commit

Permalink
fix: remove polygon mumbai from ethereum network
Browse files Browse the repository at this point in the history
fix: remove polygon mumbai from ethereum network
  • Loading branch information
MinHtet-O committed Apr 11, 2024
2 parents f2c8b96 + 2f2c1ed commit 7745063
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/records/dnsTxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export enum EthereumNetworks {
goerli = "5",
sepolia = "11155111",
polygon = "137",
polygonMumbai = "80001",
polygonAmoy = "80002",
local = "1337",
xdc = "50",
Expand All @@ -42,7 +41,6 @@ export const EthereumNetworkIdT = Union(
Literal(EthereumNetworks.goerli),
Literal(EthereumNetworks.sepolia),
Literal(EthereumNetworks.polygon),
Literal(EthereumNetworks.polygonMumbai),
Literal(EthereumNetworks.polygonAmoy),
Literal(EthereumNetworks.xdc),
Literal(EthereumNetworks.xdcapothem),
Expand Down

0 comments on commit 7745063

Please sign in to comment.