Skip to content

Commit

Permalink
respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Nov 6, 2023
1 parent 174ab3f commit 93c948a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<API_KEY>',
// Please go to https://dashboard.biconomy.io and generate bundler url
chainId: ChainId.POLYGON_MUMBAI,
entryPointAddress: DEFAULT_ENTRYPOINT_ADDRESS,
})
Expand Down

0 comments on commit 93c948a

Please sign in to comment.