Skip to content

Commit

Permalink
fix(data): Tests passing again (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel authored Mar 8, 2024
1 parent c8c41c9 commit b9623df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/data/src/api/storeNfts/storeNfts.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const storeNftsMock = {
minted_timestamp: '2022-10-25T16:15:52.028816',
price: 1e+24,
media: 'https://arweave.net/Gd9xlT0EN13cDRJTPRYoihkh08KGFEx55jJoVsb7plA',
reference: 'https://arweave.net/Gd9xlT0EN13cDRJTPRYoihkh08KGFEx55jJoVsb7plA',
reference: 'F-dGqEEHbFxV6OQwNV35MqoCG9KpP0qEWp0ECprvglI',
nft_contract_id: 'teammintbase.mintbase1.near',
metadata_id: 'teammintbase.mintbase1.near:0fd038b1fc7d86de6f8c816d5669accc',
title: 'Ben Ipsen',
Expand All @@ -14,7 +14,7 @@ export const storeNftsMock = {
minted_timestamp: '2022-04-27T09:59:45.971984',
price: null,
media: 'https://arweave.net/WpIncEWkASjDH5z2qQ8lf2-LZv226uz2E8JKcGkh3Fw',
reference: 'https://arweave.net/WpIncEWkASjDH5z2qQ8lf2-LZv226uz2E8JKcGkh3Fw',
reference: 'cLImVyOw7R2xB_2smJIb4hMB3xdFbe4cOzadL0mrcPs',
nft_contract_id: 'teammintbase.mintbase1.near',
metadata_id: 'teammintbase.mintbase1.near:bab92e47bb729b958590fa2c7516fddb',
title: 'Microchipgnu',
Expand All @@ -34,6 +34,7 @@ export const storeListedNftsMock = {
minted_timestamp: '2022-10-25T16:15:52.028816',
price: 1e+24,
media: 'https://arweave.net/Gd9xlT0EN13cDRJTPRYoihkh08KGFEx55jJoVsb7plA',
reference: 'F-dGqEEHbFxV6OQwNV35MqoCG9KpP0qEWp0ECprvglI',
nft_contract_id: 'teammintbase.mintbase1.near',
metadata_id: 'teammintbase.mintbase1.near:0fd038b1fc7d86de6f8c816d5669accc',
title: 'Ben Ipsen',
Expand Down

0 comments on commit b9623df

Please sign in to comment.