constants

package
v0.0.0-...-198cc34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AvmFujiConfig = AvmConfig{
	Blockchain:  "avalanche",
	NetworkName: "fuji",
	NetworkID:   5,
	ChainName:   "X",
	ChainID:     fujiChainID,
	AssetName:   "avax",
	AssetID:     fujiAssetID,
	RPCHostURL:  "https://api.avax-test.network:443",
	ExplorerURL: "https://explorer.avax-test.network/tx/%s",
}
View Source
var AvmMainnetConfig = AvmConfig{
	Blockchain:  "avalanche",
	NetworkName: "mainnet",
	NetworkID:   1,
	ChainName:   "X",
	ChainID:     mainnetChainID,
	AssetName:   "avax",
	AssetID:     mainnetAssetID,
	RPCHostURL:  "https://api.avax.network:443",
	ExplorerURL: "https://explorer.avax.network/tx/%s",
}

Functions

This section is empty.

Types

type AvmConfig

type AvmConfig struct {
	Blockchain  string
	NetworkName string
	NetworkID   uint32
	ChainName   string
	ChainID     ids.ID
	AssetName   string
	AssetID     ids.ID
	RPCHostURL  string
	ExplorerURL string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL