Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

An Array of objects, in which each object contains the chain name to be connected for the chain. Primarily used for bridging purposes.
FieldDescription
chain: stringChain name

Example

[
  {
    chain: "EVM",
  },
  {
    chain: "STARK",
  },
];