Skip to content

Commit

Permalink
🚚 rename rmrk2 to ksm in libs/static/src/chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent 79f6d02 commit f5bb3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/static/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export const chainList = (): Option[] => {
return chainPrefixes.map((prefix) => ({
info: chainInfo[prefix],
text: NAMES[prefix],
value: prefix === 'ksm' ? 'rmrk2' : prefix,
value: prefix === 'ksm' ? 'ksm' : prefix,
}))
}

0 comments on commit f5bb3bd

Please sign in to comment.