Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f0c1c02

Browse files
committed
Fix default wasp version
1 parent d5aad1f commit f0c1c02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/versionedConfig.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ exports.buildPluginsConfig = [
2828
versions: [
2929
{
3030
label: 'v1.5',
31-
badges: ['Testnet'],
31+
badges: ['IOTA', 'Shimmer', 'Testnet'],
3232
},
3333
{
3434
label: 'v1.6',
35-
badges: ['IOTA', 'Shimmer'],
3635
},
3736
],
3837
},
@@ -146,11 +145,10 @@ exports.maintainPluginsConfig = [
146145
versions: [
147146
{
148147
label: 'v1.5',
149-
badges: ['Testnet'],
148+
badges: ['IOTA', 'Shimmer', 'Testnet'],
150149
},
151150
{
152151
label: 'v1.6',
153-
badges: ['IOTA', 'Shimmer'],
154152
},
155153
],
156154
},

0 commit comments

Comments
 (0)