We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2bfab commit 9ec50d3Copy full SHA for 9ec50d3
packages/extension/src/providers/common/libs/new-features.ts
@@ -1,6 +1,6 @@
1
import { NetworkNames } from '@enkryptcom/types';
2
3
-const newNetworks = [NetworkNames.Solana];
+const newNetworks = [NetworkNames.Bitrock, NetworkNames.Fraxtal];
4
const newSwaps: NetworkNames[] = [];
5
6
export { newNetworks, newSwaps };
0 commit comments