Skip to content

Commit

Permalink
update manta pacific mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
samzkback committed Sep 11, 2023
1 parent bb3d297 commit 8accf2a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
17 changes: 9 additions & 8 deletions docs/manta-pacific/Quickstart.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
Get started with exploring the Manta Pacific ecosystem and developing/deploying applications on testnet. Go through these resources to onboard quickly.
Get started with exploring the Manta Pacific ecosystem and developing/deploying applications. Go through these resources to onboard quickly.

# Key Tools

## Adding Manta Testnet to MetaMask
| Category | Information |
| ---------------- | ------------------------------------------- |
| Network Name | Manta Testnet L2 Rollup |
| Network Name | Manta Pacific L2 Rollup |
| Network URL | https://manta-testnet.calderachain.xyz/http |
| Chain ID |3441005 |
| Chain ID | 169 |
| Currency Symbol | ETH |

## Other Key Information
| Category | Information |
| ------------- | ------------------------------------------- |
| RPC URL | https://manta-testnet.calderachain.xyz/http |
| Websocket URL | wss://manta-testnet.calderachain.xyz/ws |
| RPC URL | https://pacific-rpc.manta.network/http |
| Websocket URL | wss://pacific-rpc.manta.network/ws |

### Obtaining Testnet Assets
Manta Pacific uses ETH as the underlying asset for transaction fees. Request faucet funds for both [Manta and Goerli here](https://pacific-info.manta.network/).
### Bridge Assets

You can also [bridge your assets from Goerli to Manta Pacific](https://pacific-bridge.manta.network/).
You can also [bridge your assets from Ethereum to Manta Pacific](https://pacific-bridge.manta.network/).

[More Network Information](https://pacific.manta.network/)
25 changes: 21 additions & 4 deletions docs/manta-pacific/Testnet Info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
You can deploy your application onto a Manta Pacific Chain via the same means as any Ethereum-compatible blockchain.

- RPC URL : https://manta-testnet.calderachain.xyz/http
- Websocket URL : wss://manta-testnet.calderachain.xyz/ws
- Chain ID : 3441005
Get started with exploring the Manta Pacific ecosystem and developing/deploying applications on testnet. Go through these resources to onboard quickly.

[More Testnet Information](https://pacific.manta.network/)
# Key Tools

## Adding Manta Testnet to MetaMask
| Category | Information |
| ---------------- | ------------------------------------------- |
| Network Name | Manta Testnet L2 Rollup |
| Network URL | https://manta-testnet.calderachain.xyz/http |
| Chain ID |3441005 |
| Currency Symbol | ETH |

## Other Key Information
| Category | Information |
| ------------- | ------------------------------------------- |
| RPC URL | https://manta-testnet.calderachain.xyz/http |
| Websocket URL | wss://manta-testnet.calderachain.xyz/ws |

### Obtaining Testnet Assets
Manta Pacific uses ETH as the underlying asset for transaction fees. Request faucet funds for both [Manta and Goerli here](https://pacific-info.manta.network/).

You can also [bridge your assets from Goerli to Manta Pacific](https://pacific-bridge.manta.network/).
14 changes: 7 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@
},
{
type: "category",
label: "Manta Pacific Testnet",
label: "Manta Pacific Network",
collapsible: false,
items: [
{
type: "category",
label: "Testnet",
label: "Network Info",
items: [
{
type: "doc",
Expand All @@ -194,11 +194,6 @@
label: "EVM Compatibility",
id: "manta-pacific/EVM Compatible",
},
{
type: "doc",
label: "Testnet Info",
id: "manta-pacific/Testnet Info",
},
{
type: "doc",
label: "Block Explorer",
Expand All @@ -214,6 +209,11 @@
label: "JSON-RPC Nodes",
id: "manta-pacific/JSON-RPC Nodes",
},
{
type: "doc",
label: "Testnet Info",
id: "manta-pacific/Testnet Info",
},
],
},
{
Expand Down

0 comments on commit 8accf2a

Please sign in to comment.