Entity Addresses
A reference to related ERC-4337 addresses.
EntryPoint
The EntryPoint address is the same on all EVM networks.
Stackup Bundlers
These are the official bundler address run by Stackup for bundler versions v0.4 and up.
Stackup Paymasters v0.6
These are the official paymaster addresses run by Stackup that support the April 2023 audited EntryPoint. The address is the same on all networks.
Accessing the address programatically?
If you need to reference these programatically, we don't recommend hard coding the address into your application. Instead use the
pm_accounts
RPC method.These addresses may be rotated at any time. Using
pm_accounts
ensures you're always using the latest paymaster. This is useful in the ERC-20 use-case where a paymaster approval is required.
Testnet ERC20 gas tokens
These testnet tokens can be minted through the etherscan interface for values under 1 Ether. They are not worth anything and only used as a replacement for their mainnet counterparts. See the Paymaster API docs to read more about using ERC20 tokens for gas.
Token | Mainnet Replacement |
---|---|
0x3870419Ba2BBf0127060bCB37f69A1b1C090992B | USDC |
Stackup Paymasters v0.4
These are the official paymaster addresses run by Stackup that support the March 2023 audited EntryPoint.
Address | Network |
---|---|
0x6087C019C9495139AD9ED230173e8681DEe3FFF2 | Ethereum |
0x474Ea64BEdDE53aaD1084210BD60eeF2989bF80f | Polygon |
0xFE7dBcAb8AaeE4eB67943c1e6BE95B1D065985c6 | Optimism |
0x6b138aa2989E60B25b305528D7C91DD2C8cb756c | Avalanche |
0x7122EDe4e3823387a69F42193baD1409BfD97AC8 | Goerli |
0xFE7dBcAb8AaeE4eB67943c1e6BE95B1D065985c6 | Mumbai |
0x24E7Aff09519323a96e4CD9f6cd14Fbdb48aDD7C | Optimism Goerli |
0xFE7dBcAb8AaeE4eB67943c1e6BE95B1D065985c6 | Avalanche Fuji |
Updated about 1 month ago