We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7950524 commit cefd9e4Copy full SHA for cefd9e4
1 file changed
packages/extension/src/providers/common/libs/new-features.ts
@@ -1,6 +1,6 @@
1
import { NetworkNames } from '@enkryptcom/types';
2
3
-const newNetworks: NetworkNames[] = [NetworkNames.TAC];
+const newNetworks: NetworkNames[] = [NetworkNames.Massa];
4
const newSwaps: NetworkNames[] = [];
5
6
export { newNetworks, newSwaps };
0 commit comments