Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 0014dfa

Browse files
XDC Network info added in DNSProve (#37)
Merging XDC network as endorsed by IMDA for TradeTrust
1 parent c5aaf74 commit 0014dfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/records/dnsTxt.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export enum EthereumNetworks {
1717
polygon = "137",
1818
polygonMumbai = "80001",
1919
local = "1337",
20+
xdc = "50",
21+
xdcapothem = "51",
2022
}
2123

2224
export const EthereumNetworkIdT = Union(
@@ -27,6 +29,8 @@ export const EthereumNetworkIdT = Union(
2729
Literal(EthereumNetworks.sepolia),
2830
Literal(EthereumNetworks.polygon),
2931
Literal(EthereumNetworks.polygonMumbai),
32+
Literal(EthereumNetworks.xdc),
33+
Literal(EthereumNetworks.xdcapothem),
3034
Literal(EthereumNetworks.local)
3135
);
3236

0 commit comments

Comments
 (0)