Skip to content

Commit

Permalink
Merge pull request #13 from stabilityprotocol/global-trust-network
Browse files Browse the repository at this point in the history
feat: add GTN network to EthereumNetworks enum
  • Loading branch information
isaackps committed Mar 11, 2024
2 parents 4557d19 + 6e99087 commit 8e3df82
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 @@ -26,6 +26,7 @@ export enum EthereumNetworks {
xdc = "50",
xdcapothem = "51",
stabilityTestnet = "20180427",
stability = "101010",
}

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

Expand Down

0 comments on commit 8e3df82

Please sign in to comment.