Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/build/clarinet/integrations/sbtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ clarinet deployments apply --testnet

Clarinet handles sBTC contract address mapping across networks:

| Network | sBTC Contract Address |
| ------------- | ------------------------------------------------------ |
| Simnet/Devnet | `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token` |
| Testnet | `ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token` |
| Mainnet | Contract address remains unchanged |
| Network | sBTC Contract Address |
| --------------- | ------------------------------------------------------ |
| Simnet/Devnet | `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token` |
| DevnetM/Testnet | `SN3VMHXEN64ZZF71JQ5VESXDWTR301XTTXGF4J8F1.sbtc-token` |
| Mainnet | Contract address remains unchanged |

Your contract code always references the simnet address. Clarinet automatically remaps during deployment.

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/network-fundamentals/mainnet-and-testnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Stacks has both a mainnet and a testnet for different purposes. Mainnet and test

### Tech Specs for Mainnet and Testnet

<table><thead><tr><th width="215.19140625"></th><th width="244.26953125">Mainnet</th><th>Testnet</th></tr></thead><tbody><tr><td>Chain ID</td><td><code>1</code></td><td><code>2147483648</code></td></tr><tr><td>Transaction Version</td><td><code>0</code></td><td><code>128</code></td></tr><tr><td>Magic Bytes</td><td><code>X2</code></td><td><code>T2</code></td></tr><tr><td>Explorer</td><td><a href="https://explorer.hiro.so/">https://explorer.hiro.so/</a></td><td><a href="https://explorer.hiro.so/?chain=testnet">https://explorer.hiro.so/?chain=testnet</a></td></tr><tr><td>Stacks API Base URL</td><td><a href="https://api.hiro.so">https://api.hiro.so</a></td><td><a href="https://api.hiro.so">https://api.testnet.hiro.so</a></td></tr><tr><td>Address Format / Version</td><td><strong>SP</strong>3B108...2DNJA0 / <code>22</code></td><td><strong>ST</strong>3B108P...EQEZY5 / <code>26</code></td></tr><tr><td>Multisig Format / Version</td><td><strong>SM</strong>3RWH...5X9DXM / <code>20</code></td><td><strong>SN</strong>8NKFP...2NAQJA / <code>21</code></td></tr><tr><td>Genesis Block</td><td><a href="https://explorer.hiro.so/block/0x6b2c809627f2fd19991d8eb6ae034cb4cce1e1fc714aa77351506b5af1f8248e?chain=mainnet">Block #1</a></td><td><a href="https://explorer.hiro.so/block/0xc9938007fe5f8cc312d782349a6cfbaee7598e08acc4f4da31c876a4b16d4153?chain=testnet">Block #1</a></td></tr><tr><td>sBTC contract</td><td><a href="https://explorer.hiro.so/token/SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token?chain=mainnet">SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token</a></td><td><a href="https://explorer.hiro.so/txid/ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token?chain=testnet">ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token</a></td></tr></tbody></table>
<table><thead><tr><th width="215.19140625"></th><th width="244.26953125">Mainnet</th><th>Testnet</th></tr></thead><tbody><tr><td>Chain ID</td><td><code>1</code></td><td><code>2147483648</code></td></tr><tr><td>Transaction Version</td><td><code>0</code></td><td><code>128</code></td></tr><tr><td>Magic Bytes</td><td><code>X2</code></td><td><code>T2</code></td></tr><tr><td>Explorer</td><td><a href="https://explorer.hiro.so/">https://explorer.hiro.so/</a></td><td><a href="https://explorer.hiro.so/?chain=testnet">https://explorer.hiro.so/?chain=testnet</a></td></tr><tr><td>Stacks API Base URL</td><td><a href="https://api.hiro.so">https://api.hiro.so</a></td><td><a href="https://api.hiro.so">https://api.testnet.hiro.so</a></td></tr><tr><td>Address Format / Version</td><td><strong>SP</strong>3B108...2DNJA0 / <code>22</code></td><td><strong>ST</strong>3B108P...EQEZY5 / <code>26</code></td></tr><tr><td>Multisig Format / Version</td><td><strong>SM</strong>3RWH...5X9DXM / <code>20</code></td><td><strong>SN</strong>8NKFP...2NAQJA / <code>21</code></td></tr><tr><td>Genesis Block</td><td><a href="https://explorer.hiro.so/block/0x6b2c809627f2fd19991d8eb6ae034cb4cce1e1fc714aa77351506b5af1f8248e?chain=mainnet">Block #1</a></td><td><a href="https://explorer.hiro.so/block/0xc9938007fe5f8cc312d782349a6cfbaee7598e08acc4f4da31c876a4b16d4153?chain=testnet">Block #1</a></td></tr><tr><td>sBTC contract</td><td><a href="https://explorer.hiro.so/token/SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token?chain=mainnet">SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token</a></td><td><a href="https://explorer.hiro.so/txid/SN3VMHXEN64ZZF71JQ5VESXDWTR301XTTXGF4J8F1.sbtc-token?chain=testnet">SN3VMHXEN64ZZF71JQ5VESXDWTR301XTTXGF4J8F1.sbtc-token</a></td></tr></tbody></table>

### Mainnet

Expand Down
Loading