Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Dec 26, 2024
1 parent 9e8be5e commit 0f585b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changeLogs/0937.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added support for Sonic chain in Rabby Swap
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ import version0931 from './0931.md';
import version0933 from './0933.md';
import version0935 from './0935.md';
import version0936 from './0936.md';
import version0937 from './0937.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -202,6 +203,7 @@ const versionMap = {
'0.93.3': version0933,
'0.93.5': version0935,
'0.93.6': version0936,
'0.93.7': version0937,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
1 change: 1 addition & 0 deletions changeLogs/zh-CN/0937.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Swap 支持 Sonic 链

0 comments on commit 0f585b6

Please sign in to comment.