Skip to main content

Interface: IpfsConfig

IPFS configuration.

For production use, consider using Pinata: https://www.pinata.cloud/

Properties

pinataApiKey

Optional pinataApiKey: string

The API key to use for Pinata.

Defined in

external/cow-sdk/src/common/configs.ts:19


pinataApiSecret

Optional pinataApiSecret: string

The API secret to use for Pinata.

Defined in

external/cow-sdk/src/common/configs.ts:20


readUri

Optional readUri: string

The URI of the IPFS node to use for reading.

Defined in

external/cow-sdk/src/common/configs.ts:18


uri

Optional uri: string

The URI of the IPFS node to use.

Defined in

external/cow-sdk/src/common/configs.ts:16


writeUri

Optional writeUri: string

The URI of the IPFS node to use for writing.

Defined in

external/cow-sdk/src/common/configs.ts:17