Skip to content

Commit

Permalink
update issuer path
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Aug 22, 2024
1 parent bfc6354 commit fa6b826
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/offeringData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const offeringDataGHSToUSDC: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -134,7 +134,7 @@ export const offeringDataNGNToKES: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -305,7 +305,7 @@ export const offeringDataUSDToKES: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -383,7 +383,7 @@ export const offeringDataKESToUSD2: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -455,7 +455,7 @@ export const offeringDataKESToUSDC: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -527,7 +527,7 @@ export const offeringDataNGNToGHS: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -614,7 +614,7 @@ export const offeringDataBTCToNGN: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -713,7 +713,7 @@ export const offeringDataUSDToEUR: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -812,7 +812,7 @@ export const offeringDataEURToUSD: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -911,7 +911,7 @@ export const offeringDataUSDToGBP: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1004,7 +1004,7 @@ export const offeringDataUSDToBTC: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1102,7 +1102,7 @@ export const offeringDataEURToUSD2: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1195,7 +1195,7 @@ export const offeringDataEURToUSDC: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1294,7 +1294,7 @@ export const offeringDataUSDToEUR2: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1393,7 +1393,7 @@ export const offeringDataEURToGBP: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1491,7 +1491,7 @@ export const offeringDataUSDToAUD: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1590,7 +1590,7 @@ export const offeringDataUSDToGBP2: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1683,7 +1683,7 @@ export const offeringDataUSDToKES2: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down Expand Up @@ -1782,7 +1782,7 @@ export const offeringDataUSDToMXN: OfferingData = {
}
},
{
path: ['$.issuer'],
path: ['$.vc.issuer'],
filter: {
type: 'string',
const: issuer,
Expand Down

0 comments on commit fa6b826

Please sign in to comment.