Skip to content

ezstaking/website-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

EZ Staking ∞ Website Registry πŸ“š

EZ Staking ∞ Website Registry πŸ“š

Properties

Name Type Description Required
$schema string Enum: "../protocol.schema.json"
yes
name string yes
slug string yes
appSlug string yes
status string Enum: "active", "inactive", "upcoming"
yes
symbol string yes
stage number [0: testnet, 1: mainnet]
Enum: 0, 1
yes
validatorAddress string yes
validateSince string yes
links object yes
info object yes
logo object yes
colors object yes

Additional Properties: not allowed

links: object

Properties

Name Type Description Required
website string yes
telegram string yes
discord string yes
twitter string yes
github string yes
medium string yes
reddit string yes
youtube string yes
email string yes
linkedin string yes
instagram string yes
facebook string yes
docs string yes
commonwealth string yes

Additional Properties: not allowed

info: object

Properties

Name Type Description Required
rewards number Distributed automatically every block
Enum: 0
yes
slashing number[] No slashing penalties | {d[0]}% Slash Fraction Doublesign - {d[1]} Slash Fraction Downtime
yes
inflation number Deflationary based on staking participation
Enum: 0
yes
unbonding number no unbonding period | {d} day unbonding period | {d} days unbonding period
yes
compounding number New delegation required
Enum: 0
yes

Additional Properties: not allowed

info.slashing[]: array

No slashing penalties | {d[0]}% Slash Fraction Doublesign - {d[1]} Slash Fraction Downtime

Items

Item Type: number
Minimum Items: 0
Maximum Items: 2

logo: object

Properties

Name Type Description Required
png object yes
svg object yes

Additional Properties: not allowed

logo.png: object

Properties

Name Type Description Required
url string yes
size object yes

logo.png.size: object

Properties

Name Type Description Required
width string yes
height string yes

logo.svg: object

Properties

Name Type Description Required
url string yes
size object yes

logo.svg.size: object

Properties

Name Type Description Required
width string yes
height string yes

colors: object

Properties

Name Type Description Required
background string[] yes
filter string yes
color string yes

colors.background[]: array

Items

Item Type: string