Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
updated connecting-metamask page and explorer URLs (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayo-klaytn authored Apr 23, 2024
1 parent 4f511dc commit 9df0f74
Show file tree
Hide file tree
Showing 20 changed files with 385 additions and 357 deletions.
2 changes: 1 addition & 1 deletion docs/build/get-started/before-you-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

**Klaytn Toolkits**

* [Klaytnscope](https://scope.klaytn.com/) - A block and transaction explorer.
* [Klaytnscope](https://klaytnscope.com/) - A block and transaction explorer.
* [Klaytn Wallet](https://wallet.klaytn.com/) - A browser-based account management tool.
* [Klaytn Contracts Wizard](https://wizard.klaytn.foundation/) - An interactive generator to bootstrap your smart contract and learn about Klaytn Contracts.
6 changes: 3 additions & 3 deletions docs/build/get-started/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async function main() {
await sbtContract.waitForDeployment();

console.log(`Congratulations! You have just successfully deployed your soul bound tokens.`);
console.log(`SBT contract address is ${sbtContract.target}. You can verify on https://baobab.scope.klaytn.com/account/${sbtContract.target}`);
console.log(`SBT contract address is ${sbtContract.target}. You can verify on https://baobab.klaytnscope.com/account/${sbtContract.target}`);
}

// We recommend this pattern to be able to use async/await everywhere
Expand All @@ -344,7 +344,7 @@ npx hardhat run scripts/sbtDeploy.js --network baobab

![](/img/build/get-started/sbtDeploy.png)

**Step 4**: Open [Klaytnscope](https://baobab.scope.klaytn.com/) to check if the SBT token has been deployed successfully.
**Step 4**: Open [Klaytnscope](https://baobab.klaytnscope.com/) to check if the SBT token has been deployed successfully.

**Step 5**: Copy and paste the deployed contract address in the search field and press Enter. You should see the recently deployed contract.

Expand Down Expand Up @@ -395,7 +395,7 @@ curl --data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}' -H

![](/img/build/get-started/hardhat-fork-bn.png)

The output is an hexadecimal as seen above. To get the block number from the hex, convert the hex to a decimal using this [tool](https://www.rapidtables.com/convert/number/hex-to-decimal.html). You should get the latest block number from the time you forked the network. You can confirm the block number on [klaytnscope](https://scope.klaytn.com/).
The output is an hexadecimal as seen above. To get the block number from the hex, convert the hex to a decimal using this [tool](https://www.rapidtables.com/convert/number/hex-to-decimal.html). You should get the latest block number from the time you forked the network. You can confirm the block number on [klaytnscope](https://klaytnscope.com/).

### Forking at a Block

Expand Down
2 changes: 1 addition & 1 deletion docs/build/smart-contracts/deploy/foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ forge create --rpc-url https://klaytn-baobab-rpc.allthatnode.com:8551/qtKkeUE8ZE

![](/img/build/get-started/foundry-create.png)

**Step 2**: Open [Klaytnscope](https://baobab.scope.klaytn.com/tx/0x669e39c9661fdab59aa34989b58b3f89376a93f846a0c71d2858918f58a307e2?tabId=internalTx) to check if the counter contract deployed successfully.
**Step 2**: Open [Klaytnscope](https://baobab.klaytnscope.com/tx/0x669e39c9661fdab59aa34989b58b3f89376a93f846a0c71d2858918f58a307e2?tabId=internalTx) to check if the counter contract deployed successfully.

**Step 3**: Copy and paste the transaction hash in the search field and press Enter. You should see the recently deployed contract.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/smart-contracts/deploy/ken.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Welcome to the Klaytn JavaScript console
>
```

**NOTE**: You must wait until it downloads all the blocks. Enter `klay.blockNumber` in a console and check whether it matches the current block number [here](https://baobab.scope.klaytn.com/)
**NOTE**: You must wait until it downloads all the blocks. Enter `klay.blockNumber` in a console and check whether it matches the current block number [here](https://baobab.klaytnscope.com/)

**NOTE**: Type `klay` or `personal` to get the list of available functions.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/smart-contracts/verify/block-explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ To verify a single contract and multi-part contracts on Klaytnscope, follow the

#### 1.1 Verifying a single contract

1. Goto the search bar of [Klaytnscope](https://baobab.scope.klaytn.com/) and paste the deployed contract address.
1. Goto the search bar of [Klaytnscope](https://baobab.klaytnscope.com) and paste the deployed contract address.
2. Navigate to the **contract tab** on that page.
3. Click on the **Match Contract Source Code** link to submit contract code for verification.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/smart-contracts/verify/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ In your terminal you should see the source code for your contract was successful
## Useful links

* [Configuration for Hardhat Verify Plugin](https://docs.klaytnscope.com/contract/configuration-for-hardhat-verify-plugin)
* [Verifying contracts using Hardhat on Klaytnscope](#)
* [Verifying contracts using Hardhat on Klaytnscope](https://klaytn.foundation/verifying-contracts-using-hardhat-on-klaytnscope)
2 changes: 1 addition & 1 deletion docs/build/tools/block-explorers/block-explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This blockchain tool enables users and enthusiasts to search for real-time and h

The list of explorers supported by Klaytn is provided below:

* [Klaytnscope](https://scope.klaytn.com/)
* [Klaytnscope](https://klaytnscope.com/)
* [Klaytnfinder](https://www.klaytnfinder.io/)
4 changes: 2 additions & 2 deletions docs/build/tools/block-explorers/klaytnscope.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Klaytnscope is the block explorer for the Klaytn Network. Klaytnscope gives you an insight about the Klaytn network by monitoring the network health and providing various statistics of Klaytn network. You can also explore the block and transaction data and the list of smart contracts on the Klaytn network.

* For the Baobab network, visit [https://baobab.scope.klaytn.com](https://baobab.scope.klaytn.com)
* For the Mainnet, visit [https://scope.klaytn.com](https://scope.klaytn.com)
* For the Baobab network, visit [https://baobab.klaytnscope.com](https://baobab.klaytnscope.com)
* For the Mainnet, visit [https://klaytnscope.com/](https://klaytnscope.com/)

![](/img/build/tools/scope_01_main.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/build/tools/wallets/wallet-libraries/particle.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Similar to `signer.signMessage`, you can use the same provider mechanism to send
return (
<div className="App">
<button onClick={sendKlay}>Send Klay</button>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.scope.klaytn.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.klaytnscope.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
</div>
);

Expand Down
6 changes: 3 additions & 3 deletions docs/build/tools/wallets/wallet-libraries/web3Auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ useEffect(() => {
chainId: "0x3e9", // hex of 1001, Klaytn Baobab testnet.
rpcTarget: "https://public-en-baobab.klaytn.net", // modify if mainnet
displayName: "Klaytn Testnet", // modify if mainnet
blockExplorer: "https://baobab.scope.klaytn.com/", // modify if mainnet
blockExplorer: "https://baobab.klaytnscope.com", // modify if mainnet
ticker: "KLAY",
tickerName: "KLAY",
},
Expand Down Expand Up @@ -214,7 +214,7 @@ const switchChain = async () => {
ticker: "KLAY",
decimals: 18,
rpcTarget: "https://public-en-cypress.klaytn.net",
blockExplorer: "https://scope.klaytn.com",
blockExplorer: "https://klaytnscope.com",
});
// switch chain
await web3auth.switchChain({chainId: "0x2019"});
Expand Down Expand Up @@ -331,7 +331,7 @@ You can perform native transactions, like sending KLAY from one user to another.
return (
<div className="App">
<button onClick={sendKlay}>Send Klay</button>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.scope.klaytn.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.klaytnscope.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
</div>
);

Expand Down
2 changes: 1 addition & 1 deletion docs/build/tools/wallets/wallet-libraries/web3Modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ You can perform native transactions, like sending KLAY from one user to another.
return (
<div className="App">
<button onClick={sendKlay}>Send Klay</button>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.scope.klaytn.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.klaytnscope.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
</div>
);
```
Expand Down
2 changes: 1 addition & 1 deletion docs/build/tools/wallets/wallet-libraries/web3Onboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ After successfully connecting to a wallet, you can store the provider object ret
return (
<div className="App">
<button onClick={sendKlay}>Send Klay</button>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.scope.klaytn.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
<div>Send-Klay Tx Hash : {txHash ? <a href={`https://baobab.klaytnscope.com/tx/${txHash}`} target="_blank">Klaytnscope</a> : ' ' } </div>
</div>
);

Expand Down
33 changes: 21 additions & 12 deletions docs/build/tutorials/connecting-metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@
* Click on the upper Networks tab, which is on Ethereum Mainnet as default, and select \[Add network].
* Enter the Endpoint Node (EN) data of the Klaytn chain.
* Cypress
* Network Name: Klaytn Cypress
* New RPC URL: (Default: [https://public-en-cypress.klaytn.net](https://public-en-cypress.klaytn.net))
* Block Explorer URL: [https://scope.klaytn.com/](https://scope.klaytn.com/)
* Chain ID: 8217
* Currency Symbol: KLAY

### Cypress Network Configuration

| Network Config Item | Value |
| ---------------------------------------------------------------- | ------------------------------------------------------- |
| Network Name | Klaytn Cypress |
| New RPC URL | ```https://public-en-cypress.klaytn.net``` |
| Block Explorer URL | ```https://klaytnscope.com``` |
| Chain ID | 8217 |
| Currency Symbol | KLAY |

* Click \[Save] to add Klaytn Cypress Network.

![Network Setup and Custom RPC](/img/build/tutorials/metamask-add-cypress-1.png) ![Network Setup and Custom RPC](/img/build/tutorials/metamask-add-cypress-2.png)
Expand Down Expand Up @@ -65,12 +70,16 @@
> Here's a simple way. [Connect your wallet to the Klaytn Baobab Network (Testnet)](https://chainlist.org/chain/1001).
* Baobab
* Network Name: Klaytn Baobab
* New RPC URL: [https://public-en-baobab.klaytn.net](https://public-en-baobab.klaytn.net)
* Block Explorer URL: [https://baobab.scope.klaytn.com/](https://baobab.scope.klaytn.com/)
* Chain ID: 1001
* Currency Symbol: KLAY
### Baobab Network Configuration

| Network Config Item | Value |
| ---------------------------------------------------------------- | ------------------------------------------------------- |
| Network Name | Klaytn Baobab |
| New RPC URL | ```https://public-en-baobab.klaytn.net``` |
| Block Explorer URL | ```https://baobab.klaytnscope.com ``` |
| Chain ID | 1001 |
| Currency Symbol | KLAY |

* Click \[Save] to add Klaytn Baobab Network.

![Network Setup](/img/build/tutorials/connect-testnet-1.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ try{
![check-transaction](/img/build/tutorials/tutorial-check-your-transaction.gif)

After sending a transaction, you can check your transaction detail using Klaytnscope.\
Check it in `https://baobab.scope.klaytn.com/tx/${txHash}`.
Check it in `https://baobab.klaytnscope.com/tx/${txHash}`.
2 changes: 1 addition & 1 deletion docs/build/tutorials/fee-delegation-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ receipt { blockHash:

### 4.4 Klaytn scope <a href="#4-4-klaytn-scope" id="4-4-klaytn-scope"></a>

You can also find the above transaction on the [Klaytn scope](https://baobab.scope.klaytn.com).
You can also find the above transaction on the [Klaytnscope](https://baobab.klaytnscope.com).

It shows that the transaction is `TxTypeFeeDelegatedValueTransfer` and `Fee payer` is `0x2645ba5be42ffee907ca8e9d88f6ee6dad8c1410` or `feepayerAddress` that you entered, while `From` is a different address which should be the `senderAddress` in above example.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/tutorials/migrating-ethereum-app-to-klaytn.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class Count extends Component {
</p>
<a
target="_blank"
href={`https://scope.klaytn.com/transaction/${txHash}`}
href={`https://klaytnscope.com/tx/${txHash}`}
className="Count__lastTransactionLink"
>
{txHash}
Expand Down
2 changes: 1 addition & 1 deletion docs/build/tutorials/verifying-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ To verify a single contract and multi-part contracts on Klaytnscope, follow the

#### 1.1 Verifying a single contract

1. Goto the search bar of [Klaytnscope](https://baobab.scope.klaytn.com/) and paste the deployed contract address.
1. Goto the search bar of [Klaytnscope](https://baobab.klaytnscope.com) and paste the deployed contract address.
2. Navigate to the **contract tab** on that page.
3. Click on the **Match Contract Source Code** link to submit contract code for verification.

Expand Down
4 changes: 2 additions & 2 deletions docs/learn/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Key design goals are;
- Lower the barriers to entry for end-users.
- Ease the technology adoption process for industry.

Klaytn launched its mainnet, [Cypress](https://scope.klaytn.com/), on Jun/27/2019 with the following specifications.
Klaytn launched its mainnet, [Cypress](https://klaytnscope.com), on Jun/27/2019 with the following specifications.

- 1-second block generation and confirmation time.
- 4,000 transactions per second.
- Low gas price that is almost 1/10 of Ethereum.
- Runs EVM (Ethereum Virtual Machine) and supports the execution of Solidity contracts.
- 19 reputable corporations worldwide initially formed <LinkWithTooltip to="./glossary#klaytn-governance-council-kgc" tooltip="A consortium governing Klaytn blockchain development and operations.">Klaytn Governance Council</LinkWithTooltip> to operate <LinkWithTooltip to="./glossary#consensus-node-cn" tooltip="Consensus node (CN) validates transactions, builds blocks,<br /> and achieves network agreement.">consensus nodes</LinkWithTooltip>. The current number of consensus nodes is shown in the [Klaytnscope](https://scope.klaytn.com/).
- 19 reputable corporations worldwide initially formed <LinkWithTooltip to="./glossary#klaytn-governance-council-kgc" tooltip="A consortium governing Klaytn blockchain development and operations.">Klaytn Governance Council</LinkWithTooltip> to operate <LinkWithTooltip to="./glossary#consensus-node-cn" tooltip="Consensus node (CN) validates transactions, builds blocks,<br /> and achieves network agreement.">consensus nodes</LinkWithTooltip>. The current number of consensus nodes is shown in the [Klaytnscope](https://klaytnscope.com).
- More than 50 initial service partners have committed to launch Blockchain Applications on Klaytn.

## Klaytn: The Big Picture <a id="klaytn-the-big-picture"></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/misc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ Below is information relating to each network.

Cypress mainnet:
- EN download : Choose the Cypress package from the [download page](../nodes/downloads/downloads.md).
- Klaytnscope : https://scope.klaytn.com
- Klaytnscope : https://klaytnscope.com
- Klaytn Wallet : https://wallet.klaytn.com

Baobab testnet:
- EN download : Choose the Baobab package from the [download page](../nodes/downloads/downloads.md).
- Klaytnscope : https://baobab.scope.klaytn.com
- Klaytnscope : https://baobab.klaytnscope.com
- Klaytn Wallet : https://baobab.wallet.klaytn.foundation
- Baobab Faucet : https://baobab.wallet.klaytn.foundation/faucet

Expand Down
Loading

0 comments on commit 9df0f74

Please sign in to comment.