diff --git a/docs/pages/solutions/chainlist/Integrated/apechain-testnet.mdx b/docs/pages/solutions/chainlist/Integrated/apechain-testnet.mdx new file mode 100644 index 0000000000..f18b82e763 --- /dev/null +++ b/docs/pages/solutions/chainlist/Integrated/apechain-testnet.mdx @@ -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. diff --git a/docs/pages/solutions/chainlist/Integrated/apechain.mdx b/docs/pages/solutions/chainlist/Integrated/apechain.mdx new file mode 100644 index 0000000000..a1208acfc5 --- /dev/null +++ b/docs/pages/solutions/chainlist/Integrated/apechain.mdx @@ -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. diff --git a/docs/pages/solutions/technical-references/chain-support.mdx b/docs/pages/solutions/technical-references/chain-support.mdx index 2178c3b6f4..4520a6a908 100644 --- a/docs/pages/solutions/technical-references/chain-support.mdx +++ b/docs/pages/solutions/technical-references/chain-support.mdx @@ -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: Link }, + { + 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: Link + }, + { + 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: Link + }, { networkImage: 'https://assets.sequence.info/images/networks/medium/1101.webp', network: 'Polygon zkEVM', @@ -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: Link }, + { + 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: Link + }, + { + 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: Link + }, { networkImage: 'https://assets.sequence.info/images/networks/medium/168587773.webp', network: 'Blast Testnet',