philschmid HF staff wassemgtk commited on
Commit
cf0f558
1 Parent(s): 6179d64

Update src/lib/data.ts (#11)

Browse files

- Update src/lib/data.ts (f41afc699ccc9b2c18e51e87b2f773aeb2eec4bb)


Co-authored-by: Waseem AlShikh <wassemgtk@users.noreply.huggingface.co>

Files changed (1) hide show
  1. src/lib/data.ts +3 -1
src/lib/data.ts CHANGED
@@ -129,7 +129,9 @@ export const mockData: Provider[] = [
129
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
130
  { name: 'Palmyra X 32k', inputPrice: 1.0, outputPrice: 2.0 },
131
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
132
- { name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 }
 
 
133
  ],
134
  },
135
  {
 
129
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
130
  { name: 'Palmyra X 32k', inputPrice: 1.0, outputPrice: 2.0 },
131
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
132
+ { name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 },
133
+ { name: 'Palmyra Med 32k', inputPrice: 5.0, outputPrice: 12.0 },
134
+ { name: 'Palmyra Fin 32k', inputPrice: 5.0, outputPrice: 12.0 }
135
  ],
136
  },
137
  {