We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359ce9c commit b669096Copy full SHA for b669096
lib/common/utils/execute.spec.ts
@@ -478,11 +478,11 @@ describe('execute.ts', () => {
478
describe('execute', () => {
479
describe('contract method detection', () => {
480
const wallet = HDNodeWallet.createRandom().connect(
481
- new JsonRpcProvider('https://rpc-mumbai.maticvigil.com'),
+ new JsonRpcProvider('https://polygon-rpc.com'),
482
)
483
const genContract = () =>
484
new Contract(
485
- '0x04cED060768b252b6b5F0C1757497f8ea6BB8061', // <== Deployed on mumbai
+ '0x10ce91CDC6dbE80BA4c6CbF6F287c7B957FC07a0', // <== Deployed on Polygon
486
abi,
487
wallet,
488
0 commit comments