Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Sep 22, 2023
1 parent e26bbf9 commit 0d2962d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changeLogs/09224.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Supported users to send requests for unsupported chains and signature type
- Supported Safe address to cancel transaction
- Supported Manta Pacific Chain
- Supported 5 testnets, including DFK Testnet, WEMIX Testnet, Step Testnet, Ethereum Classic Mordor Testnet, Fusion Testnet
- Supported new language - Russian
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import version09220 from './09220.md';
import version09221 from './09221.md';
import version09222 from './09222.md';
import version09223 from './09223.md';
import version09224 from './09224.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -90,6 +91,7 @@ const versionMap = {
'0.92.21': version09221,
'0.92.22': version09222,
'0.92.23': version09223,
'0.92.24': version09224,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
5 changes: 5 additions & 0 deletions changeLogs/zh_CN/09224.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 支持用户针对未支持的链和签名类型发送请求
- Safe地址支持取消交易
- 支持 Manta Pacific 链
- 支持5条测试网,包括DFK Testnet、WEMIX Testnet、Step Testnet、Ethereum Classic Mordor Testnet、Fusion Testnet
- 支持俄语

0 comments on commit 0d2962d

Please sign in to comment.