Skip to content

fix(docs): correct truncated Bridge precompile address#175

Merged
poszu merged 1 commit intopodnetwork:mainfrom
giwaov:fix/precompile-bridge-address
Mar 3, 2026
Merged

fix(docs): correct truncated Bridge precompile address#175
poszu merged 1 commit intopodnetwork:mainfrom
giwaov:fix/precompile-bridge-address

Conversation

@giwaov
Copy link
Contributor

@giwaov giwaov commented Mar 2, 2026

Summary

The Bridge precompile address in the Precompiles reference table was listed as:

0x000000000000000000000000000000000000C10

This is a truncated address (only 41 hex characters after 0x, not 40 — and the value itself is wrong). The correct address, used consistently in bridge.md, native-bridge.md, and all bridge guides, is:

0x0000000000000000000000000000000000B41D9E

Impact

Any developer copying the address from this table would send transactions to a non-existent or unintended contract, silently wasting gas or losing funds.

Test plan

  • Confirm address matches doc/api-reference/applications-precompiles/bridge.md
  • Confirm address matches doc/protocol/native-bridge.md
  • Confirm address matches all bridge guide examples

The Bridge precompile address in the Precompiles table was listed as
`0x000000000000000000000000000000000000C10` (truncated, 41 hex chars).
The correct address is `0x0000000000000000000000000000000000B41D9E`,
consistent with the address used in the bridge.md interface doc, the
native-bridge.md protocol doc, and all guide examples.

Sending transactions to the truncated address would silently fail or
hit an unrelated contract.
@poszu poszu merged commit f5cd69f into podnetwork:main Mar 3, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants