Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufusemmanuel authored Dec 25, 2024
2 parents 7200b5f + 97c256a commit 125c910
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/base-docs/base-learn/docs/etherscan/etherscan-sbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/basenames-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Binary file added apps/web/public/images/partners/anzen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions apps/web/src/data/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 125c910

Please sign in to comment.