@@ -108,7 +108,7 @@ the [Coinbase Developer Platform documentation](https://docs.cdp.coinbase.com/pa
108108
109109 const sdk = createBaseAccountSDK ({
110110 appName: ' Paymaster Demo' ,
111- appLogoUrl: ' https://base.org/logo.png ' ,
111+ appLogoUrl: ' https://avatars.githubusercontent.com/u/108554348?s=200 ' ,
112112 appChainIds: [base .constants .CHAIN_IDS .baseSepolia ], // or base.constants.CHAIN_IDS.base for mainnet
113113 });
114114
@@ -148,7 +148,7 @@ the [Coinbase Developer Platform documentation](https://docs.cdp.coinbase.com/pa
148148 async function sendSponsoredTransaction() {
149149 const sdk = createBaseAccountSDK ({
150150 appName: ' Paymaster Demo' ,
151- appLogoUrl: ' https://base.org/logo.png ' ,
151+ appLogoUrl: ' https://avatars.githubusercontent.com/u/108554348?s=200 ' ,
152152 appChainIds: [base .constants .CHAIN_IDS .baseSepolia ],
153153 });
154154
@@ -213,7 +213,7 @@ the [Coinbase Developer Platform documentation](https://docs.cdp.coinbase.com/pa
213213 async function sendMultipleSponsoredTransactions() {
214214 const sdk = createBaseAccountSDK ({
215215 appName: ' Paymaster Demo' ,
216- appLogoUrl: ' https://base.org/logo.png ' ,
216+ appLogoUrl: ' https://avatars.githubusercontent.com/u/108554348?s=200 ' ,
217217 appChainIds: [base .constants .CHAIN_IDS .baseSepolia ],
218218 });
219219
@@ -264,7 +264,7 @@ the [Coinbase Developer Platform documentation](https://docs.cdp.coinbase.com/pa
264264 async function checkPaymasterSupport() {
265265 const sdk = createBaseAccountSDK ({
266266 appName: ' Paymaster Demo' ,
267- appLogoUrl: ' https://base.org/logo.png ' ,
267+ appLogoUrl: ' https://avatars.githubusercontent.com/u/108554348?s=200 ' ,
268268 appChainIds: [base .constants .CHAIN_IDS .baseSepolia ],
269269 });
270270
0 commit comments