Skip to content

Commit

Permalink
feat:updated test network to ethereum for testing purpose
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Patidar <[email protected]>
  • Loading branch information
ankita-p17 committed Nov 6, 2024
1 parent ab37f0f commit 2c6162b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayanworks/polygon-did-resolver",
"version": "1.0.0",
"version": "2.0.0",
"description": "The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library.",
"license": "MIT",
"main": "build/index.js",
Expand Down
6 changes: 4 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export const networkConfig = {
testnet: {
URL: 'https://rpc-amoy.polygon.technology',
CONTRACT_ADDRESS: '0xcB80F37eDD2bE3570c6C9D5B0888614E04E1e49E',
// URL: 'https://rpc-amoy.polygon.technology',
// CONTRACT_ADDRESS: '0xcB80F37eDD2bE3570c6C9D5B0888614E04E1e49E',
URL: 'https://ethereum-sepolia.blockpi.network/v1/rpc/public',
CONTRACT_ADDRESS: '0x7423254347AbE61F7606d0b850CAa1233Fb660bC',
},
mainnet: {
URL: 'https://polygon-rpc.com',
Expand Down

0 comments on commit 2c6162b

Please sign in to comment.