Skip to content

Commit b669096

Browse files
committed
use polygon instead of mumbai
1 parent 359ce9c commit b669096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/common/utils/execute.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,11 @@ describe('execute.ts', () => {
478478
describe('execute', () => {
479479
describe('contract method detection', () => {
480480
const wallet = HDNodeWallet.createRandom().connect(
481-
new JsonRpcProvider('https://rpc-mumbai.maticvigil.com'),
481+
new JsonRpcProvider('https://polygon-rpc.com'),
482482
)
483483
const genContract = () =>
484484
new Contract(
485-
'0x04cED060768b252b6b5F0C1757497f8ea6BB8061', // <== Deployed on mumbai
485+
'0x10ce91CDC6dbE80BA4c6CbF6F287c7B957FC07a0', // <== Deployed on Polygon
486486
abi,
487487
wallet,
488488
)

0 commit comments

Comments
 (0)