Skip to content

Commit

Permalink
refactor: updated contract address (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tipusinghaw authored May 8, 2024
1 parent 8ab526f commit 003796c
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.4",
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.6",
"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
@@ -1,7 +1,7 @@
export const networkConfig = {
testnet: {
URL: 'https://rpc-amoy.polygon.technology',
CONTRACT_ADDRESS: '0xC1c392DC1073a86821B4ae37f1F0faCDcFFf45bF',
CONTRACT_ADDRESS: '0xD73D85F203bbE43f6541eF0177251A74fF151914',
},
mainnet: {
URL: 'https://polygon-rpc.com',
Expand Down

0 comments on commit 003796c

Please sign in to comment.