Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: Enable StatelessNet network
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets committed Feb 19, 2024
1 parent 23113ff commit 6bb6bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type NetworkName =
| "testnet"
| "shardnet"
| "guildnet"
| "statelessnet"
| "localnet";

// Workaround of Omit breaking discriminated unions
Expand Down
1 change: 1 addition & 0 deletions frontend/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const defaultBackendConfig: BackendConfig = {
shardnet: "localhost",
guildnet: "localhost",
localnet: "localhost",
statelessnet: "localhost",
},
port: 10000,
secure: false,
Expand Down

0 comments on commit 6bb6bc3

Please sign in to comment.