Skip to content

Commit 6722c2c

Browse files
committed
Fix files for token standard cli tests
[ci] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent d58851c commit 6722c2c

File tree

3 files changed

+156
-112
lines changed

3 files changed

+156
-112
lines changed

token-standard/cli/__tests__/expected/holdings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"meta": {
1919
"values": {
20-
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "1",
20+
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "0",
2121
"amulet.splice.lfdecentralizedtrust.org/rate-per-round": "0.00380518"
2222
}
2323
},
@@ -35,7 +35,7 @@
3535
"lock": null,
3636
"meta": {
3737
"values": {
38-
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "1",
38+
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "0",
3939
"amulet.splice.lfdecentralizedtrust.org/rate-per-round": "0.00380518"
4040
}
4141
},
@@ -53,7 +53,7 @@
5353
"lock": null,
5454
"meta": {
5555
"values": {
56-
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "1",
56+
"amulet.splice.lfdecentralizedtrust.org/created-in-round": "0",
5757
"amulet.splice.lfdecentralizedtrust.org/rate-per-round": "0.00380518"
5858
}
5959
},

token-standard/cli/__tests__/expected/transfer-instructions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"contractId": "38",
3+
"contractId": "39",
44
"payload": {
55
"meta": {
66
"values": {}
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
{
33-
"contractId": "50",
33+
"contractId": "51",
3434
"payload": {
3535
"meta": {
3636
"values": {}
@@ -44,7 +44,7 @@
4444
"amount": "200.0000000000",
4545
"executeBefore": "2025-06-18T00:00:00.000000Z",
4646
"inputHoldingCids": [
47-
"51"
47+
"52"
4848
],
4949
"instrumentId": {
5050
"admin": "dso::normalized",

0 commit comments

Comments
 (0)