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. --- 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 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'; diff --git a/apps/web/public/images/partners/anzen.png b/apps/web/public/images/partners/anzen.png new file mode 100644 index 0000000000..fa494f61c7 Binary files /dev/null and b/apps/web/public/images/partners/anzen.png differ diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index aaec47a725..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.", @@ -1258,7 +1266,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 +2082,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 +2576,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",