From 67c8349ae07ad6447cbdce73df8d9e29eccb91b0 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:46:34 +1100 Subject: [PATCH 1/3] improve documentation formatting and grammar - Fix article usage: "a NFT" -> "an NFT" - Remove leading spaces before emoji in console output --- examples/viem/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/viem/README.md b/examples/viem/README.md index 14b6e81..007e2a9 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,8 +25,8 @@ 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!" - ⛽ Successfully sponsored gas for mintTo transaction with Coinbase Developer Platform! - 🔍 View on Etherscan: https://sepolia.basescan.org/tx/0xe51e9bf6fea0dfecfcbf7168bcc7da2c833ad0dcac5651940953a89857674885 +✅ 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. ``` From 27da6d0bce16b8dde775be6319566571fbfd81e8 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:00:51 +1100 Subject: [PATCH 2/3] Update README.md --- examples/zerodev/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From bf10d66358be809e11a89c5d15a3b498f38eb943 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:01:59 +1100 Subject: [PATCH 3/3] Update README.md --- examples/viem/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/viem/README.md b/examples/viem/README.md index 007e2a9..8f27b2b 100644 --- a/examples/viem/README.md +++ b/examples/viem/README.md @@ -25,8 +25,8 @@ 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! -⛽ Successfully sponsored gas for mintTo transaction with Coinbase Developer Platform! -🔍 View on Etherscan: https://sepolia.basescan.org/tx/0xe51e9bf6fea0dfecfcbf7168bcc7da2c833ad0dcac5651940953a89857674885 + ✅ 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. ```