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 340fe37 commit cb67ce9Copy full SHA for cb67ce9
utils/tx.test.ts
@@ -47,7 +47,7 @@ describe('send', () => {
47
describe('Normal cases', () => {
48
const redis = createClient()
49
const provider = new JsonRpcProvider(
50
- 'https://polygon-mumbai-bor-rpc.publicnode.com',
+ 'https://polygon-amoy-bor-rpc.publicnode.com',
51
)
52
const signer = Wallet.createRandom().connect(provider)
53
vi.spyOn(signer, 'sendTransaction').mockImplementation(
@@ -76,7 +76,7 @@ describe('send', () => {
76
method: 'transfer',
77
signer,
78
chainId: 80001,
79
- rpcUrl: 'https://polygon-mumbai-bor-rpc.publicnode.com/', // Mumbai
+ rpcUrl: 'https://polygon-amoy-bor-rpc.publicnode.com', // Amoy.
80
args: [signer.address, 0n],
81
requestId: 'id',
82
redis,
0 commit comments