Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: updating icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Apr 17, 2024
1 parent 9a40e6a commit 67b11cc
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX1001S',
symbol: 'INDEX100S1NEW',
instrument: 'Volatility 100 (1s) Index',
},
contract_size: 1,
Expand All @@ -999,7 +999,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX100',
symbol: 'INDEX100NEW',
instrument: 'Volatility 100 Index',
},
contract_size: 1,
Expand All @@ -1016,7 +1016,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX501S',
symbol: 'INDEX50S1NEW',
instrument: 'Volatility 50 (1s) Index',
},
contract_size: 1,
Expand All @@ -1033,7 +1033,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX50',
symbol: 'INDEX50NEW',
instrument: 'Volatility 50 Index',
},
contract_size: 1,
Expand All @@ -1050,7 +1050,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX751S',
symbol: 'INDEX75S1NEW',
instrument: 'Volatility 75 (1s) Index',
},
contract_size: 1,
Expand All @@ -1067,7 +1067,7 @@ const derived_specification: TSpecification = {
},
{
instrument: {
symbol: 'VINDEX75',
symbol: 'INDEX75NEW',
instrument: 'Volatility 75 Index',
},
contract_size: 1,
Expand Down

0 comments on commit 67b11cc

Please sign in to comment.