Skip to content

Commit dcc4cc3

Browse files
committed
fix: instrumentId for LDCFA and LDCFB
1 parent c41e2f3 commit dcc4cc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/libre-capital/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ const RECEIPT_TOKENS = {
119119
address: '0xC1Cd4CCd9E74be61EDdd5C06f962657Bd5D57aF3',
120120
decimals: 18,
121121
underlying: 'security-token',
122-
instrumentId: "0x3636313431343936306633613839373337393633303932640000000000000000",
122+
instrumentId: "0x3637313739666237366165623037313161373136386634300000000000000000",
123123
fundName:'Libre SAF VCC - Laser Digital Carry Fund A'
124124
},
125125
LDCFB: {
126126
address: '0xbee4274F1c5EE0B30fC5AAa7842A434C35BF6f7b',
127127
decimals: 18,
128128
underlying: 'security-token',
129-
instrumentId: "0x3636313431343936306633613839373337393633303932640000000000000000",
129+
instrumentId: "0x3637313761303239366165623037313161373136386634310000000000000000",
130130
fundName:'Libre SAF VCC - Laser Digital Carry Fund B'
131131
},
132132
},
@@ -343,7 +343,7 @@ const RECEIPT_TOKENS = {
343343
address: '0xC1Cd4CCd9E74be61EDdd5C06f962657Bd5D57aF3',
344344
decimals: 18,
345345
underlying: 'security-token',
346-
instrumentId: "0x3636313431343936306633613839373337393633303932640000000000000000",
346+
instrumentId: "0x3637313739666237366165623037313161373136386634300000000000000000",
347347
fundName: 'Libre SAF VCC - Laser Digital Carry Fund A'
348348
},
349349
},
@@ -424,14 +424,14 @@ const RECEIPT_TOKENS = {
424424
address: '0xC1Cd4CCd9E74be61EDdd5C06f962657Bd5D57aF3',
425425
decimals: 18,
426426
underlying: 'security-token',
427-
instrumentId: "0x3636313431343936306633613839373337393633303932640000000000000000",
427+
instrumentId: "0x3637313739666237366165623037313161373136386634300000000000000000",
428428
fundName:'Libre SAF VCC - Laser Digital Carry Fund A'
429429
},
430430
LDCFB: {
431431
address: '0xbee4274F1c5EE0B30fC5AAa7842A434C35BF6f7b',
432432
decimals: 18,
433433
underlying: 'security-token',
434-
instrumentId: "0x3636313431343936306633613839373337393633303932640000000000000000",
434+
instrumentId: "0x3637313761303239366165623037313161373136386634310000000000000000",
435435
fundName:'Libre SAF VCC - Laser Digital Carry Fund B'
436436
},
437437
},

0 commit comments

Comments
 (0)