Skip to content

Commit

Permalink
update the testCases
Browse files Browse the repository at this point in the history
  • Loading branch information
danishtroon committed Mar 3, 2022
1 parent dbd517d commit e6502b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/mint_2000_burn_1300_tokens/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ func main() {
//Register Token for a new account
flow.TransactionFromFile("register_token").SignProposeAndPayAs("account").StringArgument("TestSymbol").UFix64Argument("10000000.00").AccountArgument("first").RunPrintEventsFull()

//add setfeeSplitterDetail for given Token
flow.TransactionFromFile("setfeeSplitterDetail").SignProposeAndPayAs("account").StringArgument("TestSymbol_0x1cf0e2f2f715450").AccountArgument("first").RunPrintEventsFull()

//--------------------------------------------------//
//-- SETUP Admin and Add Capability of Controller --//
//--------------------------------------------------//
Expand Down
3 changes: 3 additions & 0 deletions tasks/mint_5000_burn_3500_tokens/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ func main() {
//Register Token for a new account
flow.TransactionFromFile("register_token").SignProposeAndPayAs("account").StringArgument("TestSymbol").UFix64Argument("10000000.00").AccountArgument("first").RunPrintEventsFull()

//add setfeeSplitterDetail for given Token
flow.TransactionFromFile("setfeeSplitterDetail").SignProposeAndPayAs("account").StringArgument("TestSymbol_0x1cf0e2f2f715450").AccountArgument("first").RunPrintEventsFull()

//--------------------------------------------------//
//-- SETUP Admin and Add Capability of Controller --//
//--------------------------------------------------//
Expand Down
3 changes: 3 additions & 0 deletions tasks/mint_burn_100_tokens/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ func main() {
//Register Token for a new account
flow.TransactionFromFile("register_token").SignProposeAndPayAs("account").StringArgument("TestSymbol").UFix64Argument("1000.00").AccountArgument("first").RunPrintEventsFull()

//add setfeeSplitterDetail for given Token
flow.TransactionFromFile("setfeeSplitterDetail").SignProposeAndPayAs("account").StringArgument("TestSymbol_0x1cf0e2f2f715450").AccountArgument("first").RunPrintEventsFull()

//--------------------------------------------------//
//-- SETUP Admin and Add Capability of Controller --//
//--------------------------------------------------//
Expand Down

0 comments on commit e6502b0

Please sign in to comment.