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

Commit

Permalink
chore(ops): disable dusd loops on testnet (#113)
Browse files Browse the repository at this point in the history
* chore(ops): disable evm on testnet

* chore(ops): disable evm on testnet
  • Loading branch information
pierregee authored Nov 2, 2023
1 parent a0105c4 commit 606187d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"stage": "public",
"version": ">=2.27.0",
"description": "Allow borrowing of DUSD for vault with only DUSD as collateral",
"networks": ["TestNet", "Playground", "Local", "DevNet", "Changi"],
"networks": ["Playground", "Local", "DevNet", "Changi"],
"platforms": ["ios", "android", "web"],
"app": ["MOBILE_LW"]
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/api/v0/settings/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ export default async function handle(
description:
"Allow borrowing of DUSD for vault with only DUSD as collateral",
networks: [
EnvironmentNetwork.TestNet,
EnvironmentNetwork.RemotePlayground,
EnvironmentNetwork.LocalPlayground,
EnvironmentNetwork.DevNet,
Expand Down

0 comments on commit 606187d

Please sign in to comment.