Network
[# Masa SDK
- v3.1.2](/docs/developers/sdk/) / Exports / Network
Interface: Network
Table of contents
Properties
- addresses
- blockExplorerUrls
- chainId
- chainName
- chainNameShort
- gasSlippagePercentage
- nativeCurrency
- networkName
- rpcUrls
Properties
addresses
• addresses: Addresses
Masa Curated known Addresses of Contracts like Business logic and tokens
blockExplorerUrls
• Optional
blockExplorerUrls: string
[]
set of block explorer urls
chainId
• chainId: number
The networks chain id used to add the network to the wallet
chainName
• chainName: string
The long chain name that metamask displays or that we use to offer the user to switch networks
chainNameShort
• chainNameShort: string
A short version of the Chain Name to be displayed in Buttons or locations with less space
gasSlippagePercentage
• Optional
gasSlippagePercentage: number
the default gas slippage percentage used on some testnets
nativeCurrency
• Optional
nativeCurrency: Object
Information about the native currency
Type declaration
Name | Type |
---|---|
decimals | number |
name | string |
symbol | string |
networkName
• networkName: NetworkName
the technical network name that the SDK knows
rpcUrls
• rpcUrls: string
[]
The list of available rpc urls, required for adding the network to the wallet