Skip to content

Commit

Permalink
feat: added contract details for mainnet (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tipusinghaw authored May 29, 2024
1 parent 8c214db commit b8138ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"release": "release-it"
},
"dependencies": {
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.7",
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.8",
"did-resolver": "^4.1.0",
"ethers": "^5.1.0"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const networkConfig = {
},
mainnet: {
URL: 'https://polygon-rpc.com',
CONTRACT_ADDRESS: '0x98bF771e1E93Db917A89986bcdaBa3b43643F367',
CONTRACT_ADDRESS: '0xdEBc41520F2d8203b282c4dc6c5973e61a14c727',
},
}

0 comments on commit b8138ff

Please sign in to comment.