Skip to content

Commit

Permalink
Merge pull request #7 from stabilityprotocol/stability-testnet
Browse files Browse the repository at this point in the history
feat(network): add stability testnet
  • Loading branch information
isaackps committed Feb 16, 2024
2 parents b14e3eb + 98fd482 commit dc793e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/records/dnsTxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export enum EthereumNetworks {
local = "1337",
xdc = "50",
xdcapothem = "51",
stabilityTestnet = "20180427",
}

export enum HederaNetworks {
Expand All @@ -42,6 +43,7 @@ export const EthereumNetworkIdT = Union(
Literal(EthereumNetworks.polygonMumbai),
Literal(EthereumNetworks.xdc),
Literal(EthereumNetworks.xdcapothem),
Literal(EthereumNetworks.stabilityTestnet),
Literal(EthereumNetworks.local)
);

Expand Down

0 comments on commit dc793e2

Please sign in to comment.