From d4aecb21ac1ba1ec00d7e9aba86f0358c9d2b81a Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 18 May 2026 17:06:53 +0800 Subject: [PATCH 1/3] replace pacviewer with pactusscan --- content/protocol/blockchain/genesis.md | 10 +++++----- content/tutorials/zero-fee-transactions.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/protocol/blockchain/genesis.md b/content/protocol/blockchain/genesis.md index bcf96f4..f33af13 100644 --- a/content/protocol/blockchain/genesis.md +++ b/content/protocol/blockchain/genesis.md @@ -20,14 +20,14 @@ the blockchain is now secured by regular validators who have staked coins to par The four bootstrap validators that initiated the Pactus blockchain are: -- **Bootstrap 1**: [pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw](https://pacviewer.com/address/pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw) -- **Bootstrap 2**: [pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7](https://pacviewer.com/address/pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7) -- **Bootstrap 3**: [pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4](https://pacviewer.com/address/pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4) -- **Bootstrap 4**: [pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j](https://pacviewer.com/address/pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j) +- **Bootstrap 1**: [pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw](https://pactusscan.com/address/pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw) +- **Bootstrap 2**: [pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7](https://pactusscan.com/address/pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7) +- **Bootstrap 3**: [pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4](https://pactusscan.com/address/pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4) +- **Bootstrap 4**: [pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j](https://pactusscan.com/address/pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j) ## Genesis Block -The [genesis block](https://pacviewer.com/block/1) is +The [genesis block](https://pactusscan.com/block/1) is the first [block](/protocol/blockchain/block/) in the Pactus blockchain, and it was created by the bootstrap validators. This block marked the beginning of the blockchain and serves as the foundation for subsequent blocks. diff --git a/content/tutorials/zero-fee-transactions.md b/content/tutorials/zero-fee-transactions.md index fde7fcb..356d81e 100644 --- a/content/tutorials/zero-fee-transactions.md +++ b/content/tutorials/zero-fee-transactions.md @@ -32,7 +32,7 @@ Each validator sets its own preferences for accepting transactions, which means: broadcasts the transaction to other validators, who may or may not accept it. This approach makes it impossible to guarantee that a transaction will be accepted by the network. -Users can monitor their transactions on the [Fee Tracker](https://pacviewer.com/fee) page in PacViewer. +Users can monitor their transactions on the [Mempool](https://pactusscan.com/mempool) page in PactusScan. This page displays unconfirmed transactions in the pool and allows users to check whether their transaction is confirmed or not. From 2474c0343de09d9be7e9575e7fe7b78277c1e0ed Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 18 May 2026 17:08:17 +0800 Subject: [PATCH 2/3] replace pacviewer with pactusscan --- content/tutorials/pactus-wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/pactus-wallet.md b/content/tutorials/pactus-wallet.md index 28f6468..2d5cf0f 100644 --- a/content/tutorials/pactus-wallet.md +++ b/content/tutorials/pactus-wallet.md @@ -417,7 +417,7 @@ By default, Pactus node starts the wallet in locked mode, which prevents externa (like pactus-wallet) from accessing the wallet. This avoids conflicts, but it can cause this error if another tool tries to connect. -To allow external access, change this [config](../get-started/configuration.md) and restart the node: +To allow external access, change this [config](../get-started/configuration) and restart the node: ```toml [wallet] From f6493e082e930174b27919055fb337de87722fe6 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 18 May 2026 17:12:01 +0800 Subject: [PATCH 3/3] replace pacviewer with pactusscan --- content/tutorials/pactus-wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/pactus-wallet.md b/content/tutorials/pactus-wallet.md index 2d5cf0f..44c3202 100644 --- a/content/tutorials/pactus-wallet.md +++ b/content/tutorials/pactus-wallet.md @@ -417,7 +417,7 @@ By default, Pactus node starts the wallet in locked mode, which prevents externa (like pactus-wallet) from accessing the wallet. This avoids conflicts, but it can cause this error if another tool tries to connect. -To allow external access, change this [config](../get-started/configuration) and restart the node: +To allow external access, change this [config](/get-started/configuration) and restart the node: ```toml [wallet]