Skip to content

Commit

Permalink
Merge pull request #331 from unstoppabledomains/nickshatilo/REG-1248/…
Browse files Browse the repository at this point in the history
…fix-uns-config

[REG-1248] fixed deployment block for predicate on sepolia
  • Loading branch information
nickshatilo authored Apr 12, 2024
2 parents 5a667c8 + e2692a9 commit 9e7cad6
Show file tree
Hide file tree
Showing 3 changed files with 7 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.9.8

- Fixed MintableERC721Predicate deployment block for sepolia

## v0.9.7

- Deployed smart contracts to Sepolia, Amoy
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.7",
"version": "0.9.8",
"description": "UNS contracts and tools",
"repository": "https://github.com/unstoppabledomains/uns.git",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions uns-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"networks": {
"1": {
"contracts": {
Expand Down Expand Up @@ -522,7 +522,7 @@
"MintableERC721Predicate": {
"address": "0xf8D2ecCA43F50F04922A13c417aEd05C34F1EF52",
"legacyAddresses": [],
"deploymentBlock": "0x0"
"deploymentBlock": "0x486873"
},
"RootChainManager": {
"address": "0x34F5A25B627f50Bb3f5cAb72807c4D4F405a9232",
Expand Down

0 comments on commit 9e7cad6

Please sign in to comment.