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

Commit

Permalink
chore(core): enable evm on testnet (#111)
Browse files Browse the repository at this point in the history
* chore(core): enable evm on testnet

* chore(core): enable evm on testnet
  • Loading branch information
pierregee authored Oct 18, 2023
1 parent 128ff7c commit 2ce8a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/fixtures/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"stage": "public",
"version": ">2.14.0",
"description": "Enables seamless bidirectional transfer between EVM and DVM",
"networks": ["Playground", "Local", "DevNet", "Changi"],
"networks": ["Playground", "Local", "DevNet", "Changi", "TestNet"],
"platforms": ["ios", "android", "web"],
"app": ["MOBILE_LW"]
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/api/v0/settings/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export default async function handle(
EnvironmentNetwork.LocalPlayground,
EnvironmentNetwork.DevNet,
EnvironmentNetwork.Changi,
EnvironmentNetwork.TestNet,
],
platforms: ["ios", "android", "web"],
app: ["MOBILE_LW"],
Expand Down

0 comments on commit 2ce8a90

Please sign in to comment.