Skip to content

Commit

Permalink
chore: remove xdc (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
osslgtm authored Dec 11, 2023
1 parent 4f9a85a commit 8384507
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/records/dnsTxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export enum EthereumNetworks {
polygon = "137",
polygonMumbai = "80001",
local = "1337",
xdc = "50",
xdcapothem = "51",
}

export const EthereumNetworkIdT = Union(
Expand All @@ -29,8 +27,6 @@ export const EthereumNetworkIdT = Union(
Literal(EthereumNetworks.sepolia),
Literal(EthereumNetworks.polygon),
Literal(EthereumNetworks.polygonMumbai),
Literal(EthereumNetworks.xdc),
Literal(EthereumNetworks.xdcapothem),
Literal(EthereumNetworks.local)
);

Expand Down

0 comments on commit 8384507

Please sign in to comment.