Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Nov 21, 2023
1 parent 4b3eef4 commit bae4681
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changeLogs/09236.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Feature:
- Supported to import seed phrase with passphase
- Supported switching HDPath for seed phrase address
- Supported to connect imToken Offline
## Fix:
- Fixed the bug of incorrect estimation of of L1 fee on OP stack chain
- Fixed the bug that GridPlus cannot sign typedData
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import version09231 from './09231.md';
import version09232 from './09232.md';
import version09234 from './09234.md';
import version09235 from './09235.md';
import version09236 from './09236.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -110,6 +111,7 @@ const versionMap = {
'0.92.32': version09232,
'0.92.34': version09234,
'0.92.35': version09235,
'0.92.36': version09236,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
7 changes: 7 additions & 0 deletions changeLogs/zh_CN/09236.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Feature:
- 支持导入带 passphrase 的助记词地址
- 助记词地址支持切换 HDPath
- 支持连接 imToken Offline
## Fix:
- 修复 OP Stack 系列的链 L1 Fee 估算错误的 bug
- 修复 GridPlus 不能签名 typedData 的 bug

0 comments on commit bae4681

Please sign in to comment.