Skip to content

Commit

Permalink
Merge pull request #282 from MoralisWeb3/update-gnosis
Browse files Browse the repository at this point in the history
Add gnosis to endpoints
  • Loading branch information
salisbury88 authored Oct 16, 2023
2 parents 00a0368 + 10941e2 commit 51ff258
Show file tree
Hide file tree
Showing 10 changed files with 187 additions and 63 deletions.
8 changes: 4 additions & 4 deletions docs/01-web3-data-api/evm/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Our advanced feature set of Web3 Data APIs are best for those that are building

## Supported Chains

Moralis Web3 Data APIs are continuously adding new chains and integrations. Our current supported EVM chains include:
Moralis Web3 Data APIs are continuously adding new chains and integrations.

import { EVMChainData } from '@site/src/components/SupportedChains';

<EVMChainData/>
:::tip
Please, check the [full list of supported chains](/supported-chains).
:::
8 changes: 4 additions & 4 deletions docs/01-web3-data-api/evm/blockchain-api/blockchain-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The Blockchain API is extremely flexible, meaning it can support a wide range of

## Supported chains

The Blockchain API supports multiple EVM chains:
Moralis Blockchain APIs are continuously adding new chains and integrations.

import { EVMChainData } from '@site/src/components/SupportedChains';

<EVMChainData/>
:::tip
Please, check the [full list of supported chains](/supported-chains).
:::
6 changes: 4 additions & 2 deletions docs/01-web3-data-api/evm/nft-api/nft-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The use cases for our NFT API are truly endless! Some popular use cases include:

## Supported chains

import { EVMChainData } from '@site/src/components/SupportedChains';
Moralis NFT APIs are continuously adding new chains and integrations.

<EVMChainData/>
:::tip
Please, check the [full list of supported chains](/supported-chains).
:::
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The Token API is extremely flexible, meaning it can support a wide range of use

## Supported chains

import { EVMChainData } from '@site/src/components/SupportedChains';
Moralis Token APIs are continuously adding new chains and integrations.

<EVMChainData/>
:::tip
Please, check the [full list of supported chains](/supported-chains).
:::
10 changes: 5 additions & 5 deletions docs/01-web3-data-api/evm/wallet-api/wallet-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ The use cases for our Wallet API API are truly endless! Some popular use cases i
- Fetch owned collections
- ReDisplay NFT images and Metadata
- NFT transfers, swaps and purchase

As well as Web3 Analytics tools, DAOs, Web3 gaming plus many more!

## Supported chains

The Wallet API supports multiple EVM chains:

import { EVMChainData } from '@site/src/components/SupportedChains';
Moralis Wallet APIs are continuously adding new chains and integrations.

<EVMChainData/>
:::tip
Please, check the [full list of supported chains](/supported-chains).
:::
Loading

1 comment on commit 51ff258

@vercel
Copy link

@vercel vercel bot commented on 51ff258 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.