Skip to content

Commit

Permalink
added b3 and apechain (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLawton authored Oct 16, 2024
1 parent ae9250a commit 280d9b3
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/pages/solutions/chainlist/Integrated/apechain-testnet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Apechain Blockchain Network
description: Explore Apechain and go bananas!
---

# Apechain Testnet

Apechain is a blockchain network with chain ID 33111 - home of the apes.

## Apechain Chain ID & Network Details

- **Chain ID**: 33139
- **Chain Name**: Apechain
- **Short Name**: apechain
- **Network ID**: 33139
- **Currency**:
- **Name**: APE
- **Symbol**: APE
- **Decimals**: 18

## Apechain RPC URLs

B3 can be accessed through the following RPC endpoints:

- https://nodes.sequence.app/apechain-mainnet

## B3 Block Explorers

- [Blockscout](https://explorer.curtis.apechain.com/)

## Additional Information

- **Official Website**: https://apechain.com/

## Sequence Integration Status

All Sequence services including our smart account infrastructure are available on this network.
37 changes: 37 additions & 0 deletions docs/pages/solutions/chainlist/Integrated/apechain.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Apechain Blockchain Network
description: Explore Apechain and go bananas!
---

# Apechain

Apechain is a blockchain network with chain ID 33139 - home of the apes.

## Apechain Chain ID & Network Details

- **Chain ID**: 33139
- **Chain Name**: Apechain
- **Short Name**: apechain
- **Network ID**: 33139
- **Currency**:
- **Name**: APE
- **Symbol**: APE
- **Decimals**: 18

## Apechain RPC URLs

Apechain can be accessed through the following RPC endpoints:

- https://nodes.sequence.app/apechain-mainnet

## Apechain Block Explorers

- [Blockscout](https://explorer.curtis.apechain.com/)

## Additional Information

- **Official Website**: https://apechain.com/

## Sequence Integration Status

All Sequence services including our smart account infrastructure are available on this network.
32 changes: 32 additions & 0 deletions docs/pages/solutions/technical-references/chain-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ Sequence Relayer and all Sequence SDKs, however if you have a chain not in this
rpcURL: 'https://nodes.sequence.app/polygon',
chainPage: <a href="/solutions/chainlist/Integrated/polygon">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/33111.webp',
network: 'Apechain',
chainHandle: 'apechain',
indexerEndpoint: 'https://apechain-mainnet-indexer.sequence.app',
rpcURL: 'https://nodes.sequence.app/apechain-mainnet',
chainPage: <a href="/solutions/chainlist/Integrated/apechain">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/1993.webp',
network: 'B3',
chainHandle: 'b3',
indexerEndpoint: 'https://b3-indexer.sequence.app/status',
rpcURL: 'https://nodes.sequence.app/b3',
chainPage: <a href="/solutions/chainlist/Integrated/b3">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/1101.webp',
network: 'Polygon zkEVM',
Expand Down Expand Up @@ -193,6 +209,22 @@ Sequence Relayer and all Sequence SDKs, however if you have a chain not in this
rpcURL: "https://nodes.sequence.app/avalanche-testnet",
chainPage: <a href="/solutions/chainlist/Integrated/avalanche-fuji">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/33111.webp',
network: 'Apechain Testnet',
chainHandle: 'apechain-testnet',
indexerEndpoint: 'https://apechain-testnet-indexer.sequence.app',
rpcURL: 'https://nodes.sequence.app/apechain-testnet',
chainPage: <a href="/solutions/chainlist/Integrated/apechain-testnet">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/1993.webp',
network: 'B3-Sepolia',
chainHandle: 'b3-sepolia',
indexerEndpoint: 'https://b3-sepolia-indexer.sequence.app',
rpcURL: 'https://nodes.sequence.app/b3-sepolia',
chainPage: <a href="/solutions/chainlist/Integrated/b3">Link</a>
},
{
networkImage: 'https://assets.sequence.info/images/networks/medium/168587773.webp',
network: 'Blast Testnet',
Expand Down

0 comments on commit 280d9b3

Please sign in to comment.