Skip to content

Commit

Permalink
Added okb erc20 and deprecate okc erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu Nguyen committed Jan 22, 2024
1 parent d0d8a71 commit b8981c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.8.45

- Deprecated `OKC` ERC20 and added `OKB` ERC20

## v0.8.44

- Fix missing config variables
Expand Down
9 changes: 7 additions & 2 deletions resolver-keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,15 @@
"validationRegex": "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$",
"deprecated": false
},
"crypto.USDT.version.OKB.address": {
"deprecatedKeyName": "USDT_OKB",
"validationRegex": "^0x[a-fA-F0-9]{40}$",
"deprecated": false
},
"crypto.USDT.version.OKC.address": {
"deprecatedKeyName": "USDT_OKC",
"validationRegex": "^0x[a-fA-F0-9]{40}$|^ex[a-zA-HJ-NP-Z0-9]{6,90}$",
"deprecated": false
"deprecated": true
},
"crypto.FTM.version.ERC20.address": {
"deprecatedKeyName": "FTM_ERC20",
Expand Down Expand Up @@ -2652,4 +2657,4 @@
"deprecated": false
}
}
}
}

0 comments on commit b8981c1

Please sign in to comment.