@safe-global/safe-gateway-typescript-sdk
Preparing search index...
ChainInfo
Type Alias ChainInfo
type
ChainInfo
=
{
balancesProvider
:
{
chainName
:
string
|
null
;
enabled
:
boolean
}
;
blockExplorerUriTemplate
:
BlockExplorerUriTemplate
;
chainId
:
string
;
chainLogoUri
:
string
|
null
;
chainName
:
string
;
contractAddresses
:
{
createCallAddress
:
`
0x
${
string
}
`
|
null
;
fallbackHandlerAddress
:
`
0x
${
string
}
`
|
null
;
multiSendAddress
:
`
0x
${
string
}
`
|
null
;
multiSendCallOnlyAddress
:
`
0x
${
string
}
`
|
null
;
safeProxyFactoryAddress
:
`
0x
${
string
}
`
|
null
;
safeSingletonAddress
:
`
0x
${
string
}
`
|
null
;
safeWebAuthnSignerFactoryAddress
:
`
0x
${
string
}
`
|
null
;
signMessageLibAddress
:
`
0x
${
string
}
`
|
null
;
simulateTxAccessorAddress
:
`
0x
${
string
}
`
|
null
;
}
;
description
:
string
;
disabledWallets
:
string
[]
;
ensRegistryAddress
?:
string
|
null
;
features
:
FEATURES
[]
;
gasPrice
:
GasPrice
;
isTestnet
:
boolean
;
l2
:
boolean
;
nativeCurrency
:
NativeCurrency
;
publicRpcUri
:
RpcUri
;
recommendedMasterCopyVersion
:
string
|
null
;
rpcUri
:
RpcUri
;
safeAppsRpcUri
:
RpcUri
;
shortName
:
string
;
theme
:
Theme
;
transactionService
:
string
;
}
Index
Properties
balances
Provider
block
Explorer
Uri
Template
chain
Id
chain
Logo
Uri
chain
Name
contract
Addresses
description
disabled
Wallets
ens
Registry
Address?
features
gas
Price
is
Testnet
l2
native
Currency
public
Rpc
Uri
recommended
Master
Copy
Version
rpc
Uri
safe
Apps
Rpc
Uri
short
Name
theme
transaction
Service
Properties
balances
Provider
balancesProvider
:
{
chainName
:
string
|
null
;
enabled
:
boolean
}
block
Explorer
Uri
Template
blockExplorerUriTemplate
:
BlockExplorerUriTemplate
chain
Id
chainId
:
string
chain
Logo
Uri
chainLogoUri
:
string
|
null
chain
Name
chainName
:
string
contract
Addresses
contractAddresses
:
{
createCallAddress
:
`
0x
${
string
}
`
|
null
;
fallbackHandlerAddress
:
`
0x
${
string
}
`
|
null
;
multiSendAddress
:
`
0x
${
string
}
`
|
null
;
multiSendCallOnlyAddress
:
`
0x
${
string
}
`
|
null
;
safeProxyFactoryAddress
:
`
0x
${
string
}
`
|
null
;
safeSingletonAddress
:
`
0x
${
string
}
`
|
null
;
safeWebAuthnSignerFactoryAddress
:
`
0x
${
string
}
`
|
null
;
signMessageLibAddress
:
`
0x
${
string
}
`
|
null
;
simulateTxAccessorAddress
:
`
0x
${
string
}
`
|
null
;
}
description
description
:
string
disabled
Wallets
disabledWallets
:
string
[]
Optional
ens
Registry
Address
ensRegistryAddress
?:
string
|
null
features
features
:
FEATURES
[]
gas
Price
gasPrice
:
GasPrice
is
Testnet
isTestnet
:
boolean
l2
l2
:
boolean
native
Currency
nativeCurrency
:
NativeCurrency
public
Rpc
Uri
publicRpcUri
:
RpcUri
recommended
Master
Copy
Version
recommendedMasterCopyVersion
:
string
|
null
rpc
Uri
rpcUri
:
RpcUri
safe
Apps
Rpc
Uri
safeAppsRpcUri
:
RpcUri
short
Name
shortName
:
string
theme
theme
:
Theme
transaction
Service
transactionService
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balances
Provider
block
Explorer
Uri
Template
chain
Id
chain
Logo
Uri
chain
Name
contract
Addresses
description
disabled
Wallets
ens
Registry
Address
features
gas
Price
is
Testnet
l2
native
Currency
public
Rpc
Uri
recommended
Master
Copy
Version
rpc
Uri
safe
Apps
Rpc
Uri
short
Name
theme
transaction
Service
@safe-global/safe-gateway-typescript-sdk
Loading...