Skip to content

Commit

Permalink
Merge pull request #353 from unstoppabledomains/iurevych/ECW-3477
Browse files Browse the repository at this point in the history
[ECW-3477] Add FARMS token into resolver list
  • Loading branch information
iurevych authored Aug 12, 2024
2 parents 2576697 + 098b975 commit ab730a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.23

- Add `FARMS` MATIC token to resolver list

## v0.9.22

- Add `.raiin` TLD
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uns",
"version": "0.9.22",
"version": "0.9.23",
"description": "UNS contracts and tools",
"repository": "https://github.com/unstoppabledomains/uns.git",
"main": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions resolver-keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"deprecated": false,
"validationRegex": "^0x[a-fA-F0-9]{40}$"
},
"crypto.FARMS.version.MATIC.address": {
"deprecatedKeyName": "FARMS_MATIC",
"deprecated": false,
"validationRegex": "^0x[a-fA-F0-9]{40}$"
},
"crypto.USDC.address": {
"deprecatedKeyName": "USDC",
"deprecated": true,
Expand Down

0 comments on commit ab730a3

Please sign in to comment.