Skip to content

Commit

Permalink
add missing PoP in TH.16 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Aug 25, 2022
1 parent 14a7a11 commit 51cdbfb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/go/templates/cmd/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ func generateManifest(env templates.Environment) *manifest {
Label: "Node ID",
SampleValues: []cadenceValue{sampleNodeID},
},
{
Type: "String",
Name: "stakingKeyPoP",
Label: "Staking Key PoP",
SampleValues: []cadenceValue{sampleStakingKeyPoP},
},
{
Type: "UFix64",
Name: "amount",
Expand Down
11 changes: 11 additions & 0 deletions lib/go/templates/manifest.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,17 @@
}
]
},
{
"type": "String",
"name": "stakingKeyPoP",
"label": "Staking Key PoP",
"sampleValues": [
{
"type": "String",
"value": "828a68a2be392804044d85888100462702a422901da3269fb6512defabad07250aad24f232671e4ac8ae531f54e062fc"
}
]
},
{
"type": "UFix64",
"name": "amount",
Expand Down
11 changes: 11 additions & 0 deletions lib/go/templates/manifest.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,17 @@
}
]
},
{
"type": "String",
"name": "stakingKeyPoP",
"label": "Staking Key PoP",
"sampleValues": [
{
"type": "String",
"value": "828a68a2be392804044d85888100462702a422901da3269fb6512defabad07250aad24f232671e4ac8ae531f54e062fc"
}
]
},
{
"type": "UFix64",
"name": "amount",
Expand Down

0 comments on commit 51cdbfb

Please sign in to comment.