Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Apr 30, 2024
1 parent 15b3bff commit dffabf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changeLogs/09269.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Supported Free Gas - sign transactions smoothly with Rabby Wallet, even if your gas is not enough
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ import version09259 from './09259.md';
import version09264 from './09264.md';
import version09266 from './09266.md';
import version09268 from './09268.md';
import version09269 from './09269.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -154,6 +155,7 @@ const versionMap = {
'0.92.64': version09264,
'0.92.66': version09266,
'0.92.68': version09268,
'0.92.69': version09269,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
1 change: 1 addition & 0 deletions changeLogs/zh_CN/09269.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 支持免费 Gas - 即使你的 Gas 不足,也可以使用 Rabby 流畅的签名交易

0 comments on commit dffabf7

Please sign in to comment.