Comment on page
Near
Details for working with the NEAR environment chains
Because Wormhole works with many environments, the Wormhole address format is normalized.
For NEAR based chains, because NEAR addresses are arbitrary-length strings, this means a wormhole formatted address is the sha256 hash of the address.
e.g.
contract.portalbridge.near
=> 0x148410499d3fcda4dcfd68a1ebfcdddda16ab28326448d4aae4d2f0465cdfcb7
The emitter address on NEAR chains is the sha256 digest of the program address string, normalized to wormhole address format.
- Name:
near
- Chain ID:
15
Level | Value |
---|---|
Finalized | 0 |
This field is may be ignored since the chain provides instant finality.
Type | Contract |
---|---|
Core | contract.wormhole_crypto.near |
Token Bridge | contract.portalbridge.near |
NFT Bridge | N/A |
Type | Contract |
---|---|
Core | wormhole.wormhole.testnet |
Token Bridge | token.wormhole.testnet |
NFT Bridge | N/A |
Type | Contract |
---|---|
Core | wormhole.test.near |
Token Bridge | token.test.near |
NFT Bridge | N/A |
Last modified 1mo ago