pfc-steak 3.0.15

Liquid steaking protocol for the cosmos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pfc-steak"
version = "3.0.15"
authors = ["larry <gm@larry.engineer>", "PFC <pfc-validator@protonmail.com>"]
edition = "2018"
description = "Liquid steaking protocol for the cosmos"
license = "GPL-3.0-or-later"
homepage = "https://liquidsteaking.app"
repository = "https://github.com/PFC-developer/steak-contracts"

[dependencies]
cosmwasm-std = { version = "1.5.4", features = ["ibc3"] }
cosmwasm-schema = "1.5.4"
cw20 = "1.1.2"
cw20-base = { version = "1.1.2", features = ["library"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }