Skip to content

Commit

Permalink
devop: set correct features
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 15, 2024
1 parent 938cf0e commit 04aab9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension/src/providers/common/libs/new-features.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NetworkNames } from "@enkryptcom/types";

const newNetworks = [NetworkNames.Kadena, NetworkNames.Amplitude];
const newSwaps = [NetworkNames.MaticZK, NetworkNames.Arbitrum];
const newNetworks = [NetworkNames.Kadena];
const newSwaps = [NetworkNames.MaticZK, NetworkNames.Base];

export { newNetworks, newSwaps };

2 comments on commit 04aab9a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.