Skip to content

Commit

Permalink
bugfix/lockdownUSDTRepay
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Mar 22, 2023
1 parent 6fc7946 commit 195dab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-v2",
"version": "2.5.13",
"version": "2.5.14",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.6.8",
Expand Down
2 changes: 2 additions & 0 deletions src/config/series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ SERIES.set(
ts: '16701201316',
g1: '16602069666338596454',
g2: '20496382304121724017',
allowActions: [ActionCodes.REPAY],
},
],
[
Expand All @@ -767,6 +768,7 @@ SERIES.set(
ts: '16701201316',
g1: '16602069666338596454',
g2: '20496382304121724017',
allowActions: [ActionCodes.REPAY],
},
],
// [
Expand Down

0 comments on commit 195dab7

Please sign in to comment.