From 3b8ff8226bf7899c9330f307cdee78fbbc0f9e6f Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:36:34 +0100 Subject: [PATCH 1/5] Update minimal-token-sbs.md (#1463) --- .../base-learn/docs/minimal-tokens/minimal-token-sbs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/base-learn/docs/minimal-tokens/minimal-token-sbs.md b/apps/base-docs/base-learn/docs/minimal-tokens/minimal-token-sbs.md index b1145639cd..6d0208d065 100644 --- a/apps/base-docs/base-learn/docs/minimal-tokens/minimal-token-sbs.md +++ b/apps/base-docs/base-learn/docs/minimal-tokens/minimal-token-sbs.md @@ -165,7 +165,7 @@ transact to MinimalToken.transfer errored: Error encoding arguments: Error: bad A more guaranteed way to destroy, or _burn_ a token, is to transfer it to the default address `0x0000000000000000000000000000000000000000`. This address is unowned and unownable, making it mathematically impossible to retrieve any tokens that are sent to it. Redeploy and try it out by sending 1000 tokens to the zero address. -The `totalSupply` remains unchanged, and the balance of the zero address are visible, but those tokens are stuck there forever. +The `totalSupply` remains unchanged, and the balance of the zero address is visible, but those tokens are stuck there forever. :::info From ec23394e3a4c96026587ce3cfc091ce491f6ccca Mon Sep 17 00:00:00 2001 From: GobkaBOB Date: Tue, 24 Dec 2024 12:37:54 +0100 Subject: [PATCH 2/5] Remove duplicate import statements (#1462) * Update basenames-onchainkit-tutorial.md * Update basenames-tutorial.md --- apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md | 2 -- apps/base-docs/docs/tools/basenames-tutorial.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md index 3bf6592781..675e7eb67d 100644 --- a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md +++ b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md @@ -102,8 +102,6 @@ Ensure Chain is Set to Base Be sure to set the `chain={base}` parameter; otherwi ```typescript title="src/components/basename.tsx" 'use client'; import React from 'react'; -'use client'; -import React from 'react'; import { Avatar, Identity, Name, Address } from '@coinbase/onchainkit/identity'; import { base } from 'viem/chains'; diff --git a/apps/base-docs/docs/tools/basenames-tutorial.md b/apps/base-docs/docs/tools/basenames-tutorial.md index 83ac061960..f2cead5e8a 100644 --- a/apps/base-docs/docs/tools/basenames-tutorial.md +++ b/apps/base-docs/docs/tools/basenames-tutorial.md @@ -58,7 +58,7 @@ To interact with the Base blockchain, you will need to update the wagmi configur Update your wagmi.ts file as follows: -```typescript tile="wagmi.ts" +```typescript title="wagmi.ts" 'use client'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; From 4ce433d2db61c5849b7915d007bf10e449c82387 Mon Sep 17 00:00:00 2001 From: lizvvn15 <154840162+lizvvn15@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:39:38 +0100 Subject: [PATCH 3/5] Update ecosystem.json (#1461) --- apps/web/src/data/ecosystem.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index aaec47a725..88be2281e9 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -1258,7 +1258,7 @@ { "name": "Openfort", "url": "https://www.openfort.xyz", - "description": "Openfort is a headless wallet service for developers that want to offer a seemless experience to their players. It allows you to create and manage smart wallets powered by account abstraction.", + "description": "Openfort is a headless wallet service for developers that want to offer a seamless experience to their players. It allows you to create and manage smart wallets powered by account abstraction.", "category": "wallet", "subcategory": "account abstraction", "imageUrl": "/images/partners/openfort.webp" @@ -2074,7 +2074,7 @@ { "name": "Manifold", "url": "https://studio.manifold.xyz/", - "description": "Manifold Studio allows you to build your own personalized web3 creative platform and sell digital goods(NFTs). The tools allow for the highest level of provenance and complete control of your work.", + "description": "Manifold Studio allows you to build your own personalized web3 creative platform and sell digital goods (NFTs). The tools allow for the highest level of provenance and complete control of your work.", "imageUrl": "/images/partners/manifold.webp", "category": "consumer", "subcategory": "creator" @@ -2568,7 +2568,7 @@ "subcategory": "security" }, { - "name": "Everyworld ", + "name": "Everyworld", "description": "Everyworld is a rewarded ads protocol that rewards people for consuming and engaging with promoted content. ", "url": "https://www.everyworld.com/", "imageUrl": "/images/partners/everyworld.png", From 88cb21923d84be81a78bd374ff1950459f002338 Mon Sep 17 00:00:00 2001 From: XxAlex74xX <30472093+XxAlex74xX@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:40:56 +0100 Subject: [PATCH 4/5] Update etherscan-sbs.md (#1460) --- apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md b/apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md index b366c5bce2..ab476d0adb 100644 --- a/apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md +++ b/apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md @@ -13,7 +13,7 @@ In this article, you'll learn about Etherscan, a blockchain explorer to inspect By the end of this lesson, you should be able to: - List some of the features of Etherscan -- Read data from the Bored Apes Yacht Club contract on Etherscan +- Read data from the Bored Ape Yacht Club contract on Etherscan - Write data to a contract using Etherscan. --- From 97c256a6cea961dbc1bd5f1dc597015d1d952b44 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 24 Dec 2024 19:50:27 +0800 Subject: [PATCH 5/5] Add Anzen to ecosystem page (#1191) * Update ecosystem.json * Add files via upload * Update ecosystem.json --- apps/web/public/images/partners/anzen.png | Bin 0 -> 4137 bytes apps/web/src/data/ecosystem.json | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 apps/web/public/images/partners/anzen.png diff --git a/apps/web/public/images/partners/anzen.png b/apps/web/public/images/partners/anzen.png new file mode 100644 index 0000000000000000000000000000000000000000..fa494f61c7e13d024147fe610fc67ee17df97441 GIT binary patch literal 4137 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 I9jEC30<#@DN&o-= literal 0 HcmV?d00001 diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 88be2281e9..d1aefcffe9 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -47,6 +47,14 @@ "category": "wallet", "subcategory": "centralized exchange" }, + { + "name": "Anzen", + "url": "https://anzen.finance", + "description": "Anzen is the creator of USDz, a stablecoin backed by a diversified RWA portfolio, allowing holders to mitigate volatility and earn rewards through all market cycles", + "category": "defi", + "subcategory": "stablecoin", + "imageUrl": "/images/partners/anzen.png" + }, { "name": "Connext", "description": "Connext is an intent-based modular interoperability protocol for securely passing funds and data between chains with the best possible speed, pricing, and security.",