Skip to content

Commit

Permalink
feat/migration to amoy
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw committed Apr 18, 2024
1 parent cbe3d42 commit 728e195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const networkConfig = {
testnet: {
URL: 'https://rpc-mumbai.maticvigil.com/',
CONTRACT_ADDRESS: '0x12513116875BB3E4F098Ce74624739Ee51bAf023',
URL: 'https://rpc-amoy.polygon.technology',
CONTRACT_ADDRESS: '0xc087766218b885C6283072BA316a2Bc31B5c17db',
},
mainnet: {
URL: 'https://polygon-rpc.com',
Expand Down

0 comments on commit 728e195

Please sign in to comment.