Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NetworkStartBlock = map[network.Network]*big.Int{ network.Arbitrum: big.NewInt(185724972), network.Arweave: big.NewInt(1374361), network.Avalanche: big.NewInt(42301570), network.Base: big.NewInt(11216527), network.BinanceSmartChain: big.NewInt(36563564), network.Crossbell: big.NewInt(58846671), network.Ethereum: big.NewInt(19334220), network.Gnosis: big.NewInt(32695982), network.Linea: big.NewInt(2591120), network.Optimism: big.NewInt(116811812), network.Polygon: big.NewInt(54103805), network.SatoshiVM: big.NewInt(60741), network.VSL: big.NewInt(14192), }
View Source
var NetworkTolerance = map[network.Network]uint64{ network.Arbitrum: 100, network.Arweave: 100, network.Avalanche: 100, network.Base: 100, network.BinanceSmartChain: 100, network.Crossbell: 100, network.Ethereum: 100, network.Farcaster: 3600000, network.Gnosis: 100, network.Linea: 100, network.Optimism: 100, network.Polygon: 100, network.SatoshiVM: 100, network.VSL: 100, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.