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 ¶
Click to show internal directories.
Click to hide internal directories.