Skip to content

Commit

Permalink
update base assets for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
WietzeSlagman committed Sep 28, 2023
1 parent 254063c commit ee6ca73
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions agoric/contract/src/proposal/base-inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -14776,7 +14776,7 @@ export const marketplaceListingsCommon = [
colors: ['#0000ff'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
400n,
50n,
],
[
{
Expand All @@ -14800,7 +14800,7 @@ export const marketplaceListingsCommon = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
400n,
50n,
],
[
{
Expand All @@ -14824,7 +14824,7 @@ export const marketplaceListingsCommon = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
400n,
50n,
],
];

Expand All @@ -14851,7 +14851,7 @@ export const marketplaceListingsUncommon = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
30n,
],
[
{
Expand All @@ -14875,7 +14875,7 @@ export const marketplaceListingsUncommon = [
colors: ['#008000'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
30n,
],
[
{
Expand All @@ -14899,7 +14899,7 @@ export const marketplaceListingsUncommon = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
30n,
],
[
{
Expand All @@ -14923,7 +14923,7 @@ export const marketplaceListingsUncommon = [
colors: ['#008000'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
30n,
],
];

Expand All @@ -14950,7 +14950,7 @@ export const marketplaceListingsRare = [
colors: ['#000000'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -14974,7 +14974,7 @@ export const marketplaceListingsRare = [
colors: ['#ffc0cb'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -14998,7 +14998,7 @@ export const marketplaceListingsRare = [
colors: ['#800080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15022,7 +15022,7 @@ export const marketplaceListingsRare = [
colors: ['#ffff00'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15046,7 +15046,7 @@ export const marketplaceListingsRare = [
colors: ['#ffff00'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15070,7 +15070,7 @@ export const marketplaceListingsRare = [
colors: ['#0000ff'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15094,7 +15094,7 @@ export const marketplaceListingsRare = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15118,7 +15118,7 @@ export const marketplaceListingsRare = [
colors: ['#ffffff'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15142,7 +15142,7 @@ export const marketplaceListingsRare = [
colors: ['#0000ff'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
[
{
Expand All @@ -15166,7 +15166,7 @@ export const marketplaceListingsRare = [
colors: ['#808080'],
artistMetadata: 'https://www.instagram.com/enmanueljrperez/',
},
200n,
14n,
],
];

Expand Down

0 comments on commit ee6ca73

Please sign in to comment.