From 93c948a47766923cb4ad52b33c7ffc17daa90bb5 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:28:31 +0530 Subject: [PATCH] respond to PR comments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b606d98ea..096b1e7f2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ import { IBundler, Bundler } from '@biconomy/bundler' const bundler: IBundler = new Bundler({ - bundlerUrl: 'https://bundler.biconomy.io/api/v2/80001/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44', + bundlerUrl: 'https://bundler.biconomy.io/api/v2/80001/', + // Please go to https://dashboard.biconomy.io and generate bundler url chainId: ChainId.POLYGON_MUMBAI, entryPointAddress: DEFAULT_ENTRYPOINT_ADDRESS, })