Skip to content

Commit

Permalink
Merge pull request #32 from ayanworks/feat/contract-changes-1st-review
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
tipusinghaw authored May 9, 2024
2 parents 1261e90 + 8945f58 commit c2bd961
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.6",
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.7",
"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: '0xD73D85F203bbE43f6541eF0177251A74fF151914',
CONTRACT_ADDRESS: '0x1adeA199dCf07E17232415Cb232442BE52517Add',
},
mainnet: {
URL: 'https://polygon-rpc.com',
Expand Down

0 comments on commit c2bd961

Please sign in to comment.