Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Aug 1, 2024
1 parent c595366 commit e8b459a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changeLogs/09285.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added support for managing Permit2 approval
- Added support for batch revoking of Permit2 approvals
- Supported NGRAVE ZERO hardware wallet
- Supported Safe address on Linea, Scroll and X Layer chain
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ import version09276 from './09276.md';
import version09277 from './09277.md';
import version09280 from './09280.md';
import version09284 from './09284.md';
import version09285 from './09285.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -174,6 +175,7 @@ const versionMap = {
'0.92.77': version09277,
'0.92.80': version09280,
'0.92.84': version09284,
'0.92.85': version09285,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
4 changes: 4 additions & 0 deletions changeLogs/zh-CN/09285.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 支持 Permit2 授权管理
- 支持 Permit2 批量取消授权
- 支持 NGRAVE ZERO 硬件钱包
- Safe 地址支持 Linea、Scroll、X Layer
2 changes: 1 addition & 1 deletion src/constant/default-support-chains.json

Large diffs are not rendered by default.

0 comments on commit e8b459a

Please sign in to comment.