Skip to content

Commit 4ab51f0

Browse files
Merge pull request 0xPolygon#495 from qq840767465/main
add oklink api url - katharine dealing with this one
2 parents 0ec16da + 2185216 commit 4ab51f0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/tools/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ hide:
6969
</a>
7070
</div>
7171
<div class="grid-item">
72-
<a href="https://polygonscan.com/">
72+
<a href="https://www.okx.com/web3/explorer/polygon">
7373
<div class="product-list-item-header">
7474
<div class="feature-card-heading">Block explorers</div>
7575
</div>
76-
<p class="feature-paragraph">Quick links to useful block explorers such as https://polygonscan.com/ for example.</p>
76+
<p class="feature-paragraph">Links to useful explorers like <a href="https://polygonscan.com/">Polygonscan</a> and <a href="https://www.okx.com/web3/explorer/polygon">OKX explorer</a>.</p>
7777
</a>
7878
</div>
7979
<div class="grid-item">
@@ -93,4 +93,4 @@ hide:
9393
</a>
9494
</div>
9595
</div>
96-
</div>
96+
</div>

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ nav:
391391
- Overview: tools/chain-indexer-framework/overview.md
392392
- Usage: tools/chain-indexer-framework/usage.md
393393
- Third-party tutorials:
394+
- OKLink verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
395+
- OKLink verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
394396
- Venly's NFT-API: https://docs.venly.io/docs/nft-api-getting-started
395397
- Venly's Zapier integration: https://docs.venly.io/docs/zapier-integration
396398
- Gas:
@@ -517,10 +519,11 @@ nav:
517519
- WalletKit: tools/wallets/walletkit.md
518520
- Web3Modal: tools/wallets/using-web3modal.md
519521
- Block explorers:
522+
- OKX explorer: https://www.okx.com/web3/explorer/polygon
520523
- Polygon: https://polygonscan.com/
521524
- zkEVM: https://zkevm.polygonscan.com/
522525
- zkEVM testnet: https://testnet-zkevm.polygonscan.com/
523-
- OKLink: https://www.oklink.com/polygon
526+
524527
- Learn:
525528
- Learn: learn/index.md
526529
- Welcome: learn/welcome.md

0 commit comments

Comments
 (0)