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

Commit

Permalink
chore(ops): enable evm on mainnet (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Gee <[email protected]>
  • Loading branch information
lykalabrada and pierregee authored Nov 22, 2023
1 parent b71976a commit a65a5f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cypress/fixtures/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,14 @@
"stage": "public",
"version": ">2.14.0",
"description": "Enables seamless bidirectional transfer between EVM and DVM",
"networks": ["TestNet", "Playground", "Local", "DevNet", "Changi"],
"networks": [
"MainNet",
"TestNet",
"Playground",
"Local",
"DevNet",
"Changi"
],
"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 @@ -346,6 +346,7 @@ export default async function handle(
description:
"Enables seamless bidirectional transfer between EVM and DVM",
networks: [
EnvironmentNetwork.MainNet,
EnvironmentNetwork.TestNet,
EnvironmentNetwork.RemotePlayground,
EnvironmentNetwork.LocalPlayground,
Expand Down

0 comments on commit a65a5f4

Please sign in to comment.