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 5b6383e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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
11 changes: 8 additions & 3 deletions resolver-keys.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.30",
"version": "2.1.31",
"information": {
"description": "This file describes all resolver keys with a defined meaning and related metadata used by Unstoppable Domains UNS Registry",
"documentation": "https://docs.unstoppabledomains.com/developer-toolkit/records-reference/",
Expand Down 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 5b6383e

Please sign in to comment.