v4m1p0rc0

package
v4.1.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const StableAddress = "noble1t340xkqg8709lkhw4t0ltrq4m8cypz5375660w"

StableAddress is the address used by Stable initially.

View Source
const TestnetChainID = "grand-1"

TestnetChainID is the Chain ID of the Noble testnet (Grand).

View Source
const UpgradeName = "v4.1.0-rc.0"

UpgradeName is the name of this specific software upgrade used on-chain.

Variables

View Source
var USDLRMetadata = banktypes.Metadata{
	Description: "USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.",
	DenomUnits: []*banktypes.DenomUnit{
		{
			Denom:    "uusdlr",
			Exponent: 0,
			Aliases:  []string{"microusdlr"},
		},
		{
			Denom:    "usdlr",
			Exponent: 6,
		},
	},
	Base:    "uusdlr",
	Display: "usdlr",
	Name:    "USDLR by Stable",
	Symbol:  "USDLR",
}

USDLRMetadata is the metadata stored in the x/bank module for $USDLR.

Functions

func CreateStoreLoader

func CreateStoreLoader(upgradeHeight int64) baseapp.StoreLoader

func CreateUpgradeHandler

func CreateUpgradeHandler(
	mm *module.Manager,
	cfg module.Configurator,
	cdc *codec.LegacyAmino,
	accountKeeper authkeeper.AccountKeeper,
	bankKeeper bankkeeper.Keeper,
	fiatTokenFactoryKeeper *fiattokenfactorykeeper.Keeper,
	stableTokenFactoryKeeper *stabletokenfactorykeeper.Keeper,
	tariffSubspace paramstypes.Subspace,
) upgradetypes.UpgradeHandler

Types

This section is empty.

Jump to

Keyboard shortcuts

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