Skip to content

Commit

Permalink
Merge pull request #1310 from fijter/develop
Browse files Browse the repository at this point in the history
docs update
  • Loading branch information
fijter authored Sep 15, 2022
2 parents a4b1a5a + 23baa07 commit da43d70
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions documentation/docs/guide/chains_and_nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can access the testnet via the following endpoints:
- Information about the Wasp access node
- https://api.wasp.sc.iota.org/doc
- API reference for the Wasp API
- https://evm.sc.testnet.shimmer.network
- https://api.sc.testnet.shimmer.network/chain/rms1pzmg4h3tj8n7mg46slgnsttf9pr4tsta73r5mvhq9gr02e6kj0dhkalc670/evm/jsonrpc
- The URL to interact with the Ethereum Virtual Machine on our testnet
- https://api.testnet.shimmer.network
- The public API exposed by Hornet for the Shimmer Beta network (testnet)
Expand Down Expand Up @@ -78,20 +78,19 @@ wasp-cli request-funds
We have deployed an experimental EVM chain that you can interact with. To begin, add a custom network to Metamask with
the following configuration:

| Key | Value |
|--------------------|------------------------------------------|
| RPC URL | https://evm..sc.testnet.shimmer.network |
| Chain ID | 1076 |
| Key | Value |
|--------------------|---------------------------------------------------------------------------------------------------------------------------|
| RPC URL | https://api.sc.testnet.shimmer.network/chain/rms1pzmg4h3tj8n7mg46slgnsttf9pr4tsta73r5mvhq9gr02e6kj0dhkalc670/evm/jsonrpc |
| Chain ID | 1076 |


We have a faucet for you to use directly with your EVM address which can be found on ...
We also have a withdrawal interface to get any native assets deposited to a EVM chain back into your L1 address: ....

:::note

The other values (network name and currency symbol) can be whatever value you like.

:::

We have a faucet for you to use directly with your EVM address which can be found on https://deposit.sc.testnet.shimmer.network/
We also have a withdrawal interface to get any native assets deposited to a EVM chain back into your L1 address: https://withdraw.sc.testnet.shimmer.network/


0 comments on commit da43d70

Please sign in to comment.