Skip to content

Commit cb67ce9

Browse files
author
Yash Agrawal
committed
fix: replace mumbai testnet with amoy testnet
1 parent 340fe37 commit cb67ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/tx.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('send', () => {
4747
describe('Normal cases', () => {
4848
const redis = createClient()
4949
const provider = new JsonRpcProvider(
50-
'https://polygon-mumbai-bor-rpc.publicnode.com',
50+
'https://polygon-amoy-bor-rpc.publicnode.com',
5151
)
5252
const signer = Wallet.createRandom().connect(provider)
5353
vi.spyOn(signer, 'sendTransaction').mockImplementation(
@@ -76,7 +76,7 @@ describe('send', () => {
7676
method: 'transfer',
7777
signer,
7878
chainId: 80001,
79-
rpcUrl: 'https://polygon-mumbai-bor-rpc.publicnode.com/', // Mumbai
79+
rpcUrl: 'https://polygon-amoy-bor-rpc.publicnode.com', // Amoy.
8080
args: [signer.address, 0n],
8181
requestId: 'id',
8282
redis,

0 commit comments

Comments
 (0)