Skip to content

Commit

Permalink
added Base Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinkoniukov committed Dec 17, 2024
1 parent db7cab3 commit 74c8d2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
33 changes: 1 addition & 32 deletions docs/docs/origins-and-destinations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,4 @@ Not all origin chains are compatible as destination chains. Please refer to the










[//]: # (| Chain | Origin | Destination | Chain ID | Callback Proxy Address | RPC URL |)

[//]: # (|----------------------------------------------------------|--------|-------------|------------|----------------------------------------------|----------------------------------------| )

[//]: # (| [Ethereum Sepolia](https://sepolia.etherscan.io/) | ✅ | ✅ | `11155111` | `0x33Bbb7D0a2F1029550B0e91f653c4055DC9F4Dd8` | https://rpc.sepolia.org |)

[//]: # (| [Ethereum Mainnet](https://etherscan.io/) | ✅ | ➖ | `1` | ➖ | https://ethereum-rpc.publicnode.com |)

[//]: # (| [Avalanche C-Chain](https://avascan.info/) | ✅ | ⌛ | `43114` | `0x76DdEc79A96e5bf05565dA4016C6B027a87Dd8F0` | https://api.avax.network/ext/bc/C/rpc |)

[//]: # (| [Arbitrum One](https://arbiscan.io/) | ✅ | ⌛ | `42161` | ⌛ | https://arb1.arbitrum.io/rpc |)

[//]: # (| [Manta Pacific](https://pacific-explorer.manta.network/) | ✅ | ⌛ | `169` | `0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4` | https://pacific-rpc.manta.network/http |)

[//]: # (| [Binance Smart Chain](https://bscscan.com/) | ✅ | ➖ | `56` | ➖ | https://bsc.drpc.org |)

[//]: # (| [Polygon PoS ](https://polygonscan.com/) | ✅ | ➖ | `137` | ➖ | https://polygon-mainnet.infura.io |)

[//]: # (| [Polygon zkEVM](https://zkevm.polygonscan.com/) | ➖ | ➖ | `1101` | ➖ | https://zkevm-rpc.com |)

[//]: # (| [opBNB Mainnet](https://opbnbscan.com/) | ➖ | ➖ | `204` | ➖ | https://opbnb-rpc.publicnode.com |)

[//]: # (| [Kopli Testnet](https://kopli.reactscan.net) | ✅ | ✅ | `5318008` | `0x0000000000000000000000000000000000FFFFFF` | https://kopli-rpc.rkt.ink |)

[//]: # ()
[//]: # (emojis for status ✅ ➖ ⌛)
8 changes: 8 additions & 0 deletions src/components/origins-destinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ const ChainTable = () => {
<td>0x9299472A6399Fd1027ebF067571Eb3e3D7837FC4</td>
<td><a href="https://chainlist.org/chain/169">Find on Chainlist</a></td>
</tr>
<tr>
<td><a href="https://basescan.org/">Base Chain</a></td>
<td></td>
<td></td>
<td>8453</td>
<td>0x4730c58FDA9d78f60c987039aEaB7d261aAd942E</td>
<td><a href="https://chainlist.org/chain/8453">Find on Chainlist</a></td>
</tr>
<tr>
<td><a href="https://bscscan.com/">Binance Smart Chain</a></td>
<td></td>
Expand Down

0 comments on commit 74c8d2f

Please sign in to comment.