Version: 0.17.1

Interface: TLNetworkConfig

"typings".TLNetworkConfig

Configuration object for a TLNetwork instance

Hierarchy#

  • TLNetworkConfig

Properties#

chainId#

• Optional chainId: number

Defined in src/typings.ts:35

Chain id used in the signature of meta-tx


gnosisSafeL2Address#

• Optional gnosisSafeL2Address: string

Defined in src/typings.ts:43

Safe address L2


gnosisSafeProxyFactoryAddress#

• Optional gnosisSafeProxyFactoryAddress: string

Defined in src/typings.ts:47

Safe address proxy factory


identityFactoryAddress#

• Optional identityFactoryAddress: string

Defined in src/typings.ts:27

Address of the identity factory


identityImplementationAddress#

• Optional identityImplementationAddress: string

Defined in src/typings.ts:31

Address of the implementation of the identity contract


messagingUrl#

• Optional messagingUrl: string | ProviderUrl

Defined in src/typings.ts:15

ProviderUrl object or full url for the messaging api


nonceMechanism#

• Optional nonceMechanism: NonceMechanism

Defined in src/typings.ts:39

Mechanism how to generate nonces for identity meta-tx


relayUrl#

• Optional relayUrl: string | ProviderUrl

Defined in src/typings.ts:11

ProviderUrl object or full url for the relay api


safeRelayUrl#

• Optional safeRelayUrl: string | ProviderUrl

Defined in src/typings.ts:51

Safe relay url


walletType#

• Optional walletType: string

Defined in src/typings.ts:23

Full URL for trustline rest api


web3Provider#

• Optional web3Provider: any

Defined in src/typings.ts:19

Web3 provider