github.com/MetalBlockchain/metalgo@v1.11.9/utils/constants/application.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package constants 5 6 // Const variables to be exported 7 const ( 8 // PlatformName exports the name of the platform 9 PlatformName = "metal" 10 11 // AppName exports the name of the avalanche application 12 AppName = "metalgo" 13 )