diff --git a/examples/viem/README.md b/examples/viem/README.md index 14b6e81..8f27b2b 100644 --- a/examples/viem/README.md +++ b/examples/viem/README.md @@ -2,7 +2,7 @@ This example uses viem and viem's Account Abstraction extension [viem-aa](https://viem.sh/account-abstraction) to create a [ERC-4337](https://www.erc4337.io/) smart contract account and send a sponsored transaction. -We'll be minting a NFT on Base Sepolia using Coinbase Developer Platform's Paymaster & Bundler. +We'll be minting an NFT on Base Sepolia using Coinbase Developer Platform's Paymaster & Bundler. ### 1. Setup @@ -25,7 +25,7 @@ yarn dev You should receive an Etherscan link with your sponsored transaction in the terminal output. [Example](https://sepolia.basescan.org/tx/0xe51e9bf6fea0dfecfcbf7168bcc7da2c833ad0dcac5651940953a89857674885) ``` - ✅ Transaction successfully sponsored!" + ✅ Transaction successfully sponsored! ⛽ Successfully sponsored gas for mintTo transaction with Coinbase Developer Platform! 🔍 View on Etherscan: https://sepolia.basescan.org/tx/0xe51e9bf6fea0dfecfcbf7168bcc7da2c833ad0dcac5651940953a89857674885 ✨ Done in 5.66s. diff --git a/examples/zerodev/README.md b/examples/zerodev/README.md index 9d9656e..b40f14c 100644 --- a/examples/zerodev/README.md +++ b/examples/zerodev/README.md @@ -1,8 +1,8 @@ ## Getting Started -This example uses [the ZeroDev SDK](https://docs.zerodev.app/) to create a [ERC-4337](https://www.erc4337.io/) smart contract account and send a sponsored transaction. +This example uses [the ZeroDev SDK](https://docs.zerodev.app/) to create an [ERC-4337](https://www.erc4337.io/) smart contract account and send a sponsored transaction. -We'll be minting a NFT on Base Sepolia using Coinbase Developer Platform's Paymaster & Bundler. +We'll be minting an NFT on Base Sepolia using Coinbase Developer Platform's Paymaster & Bundler. ### 1. Setup