Skip to content

Commit 2071c18

Browse files
authored
Martinh/read only contracts (#247)
* new read-only deployments table * read-only deployments table * llm check * add explorer link to table * llm check * removed explorer links * llm check
1 parent 9495b86 commit 2071c18

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=== "Mainnet"
2+
3+
<table data-full-width="true" markdown><thead><th>Chain Name</th><th>Contract Address</th></thead><tbody><tr><td>Corn</td><td><code>0xa683c66045ad16abb1bCE5ad46A64d95f9A25785</code></td></tr><tr><td>Gnosis</td><td><code>0xa321448d90d4e5b0A732867c18eA198e75CAC48E</code></td></tr><tr><td>Rootstock</td><td><code>0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6</code></td></tr><tr><td>Sonic</td><td><code>0x352A86168e6988A1aDF9A15Cb00017AAd3B67155</code></td></tr><tr><td>Telos</td><td><code>0x352A86168e6988A1aDF9A15Cb00017AAd3B67155</code></td></tr></tbody></table>

build/reference/contract-addresses.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ description: This page documents the deployed contract addresses of the Wormhole
2020
## CCTP
2121

2222
--8<-- 'text/build/reference/contract-addresses/cctp.md'
23+
24+
## Read-Only Deployments
25+
26+
--8<-- 'text/build/reference/contract-addresses/read-only.md'
27+
28+
!!!note
29+
Read-only deployments allow Wormhole messages to be received on chains not fully integrated with Wormhole Guardians. These deployments support cross-chain data verification but cannot originate messages. For example, a governance message can be sent from a fully integrated chain and processed on a read-only chain, but the read-only chain cannot send messages back.
30+

llms.txt

+9
Original file line numberDiff line numberDiff line change
@@ -10917,6 +10917,15 @@ description: This page documents the deployed contract addresses of the Wormhole
1091710917
N/A
1091810918

1091910919
<!--CCTP_ADDRESS-->
10920+
10921+
## Read-Only Deployments
10922+
10923+
=== "Mainnet"
10924+
10925+
<table data-full-width="true" markdown><thead><th>Chain Name</th><th>Contract Address</th></thead><tbody><tr><td>Corn</td><td><code>0xa683c66045ad16abb1bCE5ad46A64d95f9A25785</code></td></tr><tr><td>Gnosis</td><td><code>0xa321448d90d4e5b0A732867c18eA198e75CAC48E</code></td></tr><tr><td>Rootstock</td><td><code>0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6</code></td></tr><tr><td>Sonic</td><td><code>0x352A86168e6988A1aDF9A15Cb00017AAd3B67155</code></td></tr><tr><td>Telos</td><td><code>0x352A86168e6988A1aDF9A15Cb00017AAd3B67155</code></td></tr></tbody></table>
10926+
10927+
!!!note
10928+
Read-only deployments allow Wormhole messages to be received on chains not fully integrated with Wormhole Guardians. These deployments support cross-chain data verification but cannot originate messages. For example, a governance message can be sent from a fully integrated chain and processed on a read-only chain, but the read-only chain cannot send messages back.
1092010929
--- END CONTENT ---
1092110930

1092210931
Doc-Content: https://wormhole.com/docs/build/reference/index

0 commit comments

Comments
 (0)