Skip to content

Commit

Permalink
update atomic asset src
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Sep 18, 2024
1 parent 50082e8 commit bf8b890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const productionAddresses = {
PROFILE_SRC: '_R2XYWDPUXVvQrQKFaQRvDTDcDwnQNbqlTd_qvCRSpQ',
COLLECTIONS_REGISTRY: 'TFWDmf8a3_nw43GCm_CuYlYoylHAjCcFGbgHfDaGcsg',
COLLECTION_SRC: '2ZDuM2VUCN8WHoAKOOjiH4_7Apq0ZHKnTWdLppxCdGY',
ASSET_SRC: '1FgHdEYzFGmpNp2htuwERpFC0Nlr-vYCvaOLptPofnA',
ASSET_SRC: 'meNSj8psG3uQrV0Xcgo0NxeNqTmqg_Kthne8UuPhmSs',
};

const nonProductionAddresses = {
Expand All @@ -30,7 +30,7 @@ const nonProductionAddresses = {
PROFILE_SRC: '9Tpz5_ZT4RRkF-6JUTdaaTMg0ARfkNuuM5zahXyCqZ4',
COLLECTIONS_REGISTRY: 'q0QVp2rPXOuqIj6mbRObaC-HMweexSv1Y_Nm9_t1brc',
COLLECTION_SRC: '2ZDuM2VUCN8WHoAKOOjiH4_7Apq0ZHKnTWdLppxCdGY',
ASSET_SRC: '1FgHdEYzFGmpNp2htuwERpFC0Nlr-vYCvaOLptPofnA',
ASSET_SRC: 'meNSj8psG3uQrV0Xcgo0NxeNqTmqg_Kthne8UuPhmSs',
};

const env = process.env.NODE_ENV || 'development';
Expand Down

0 comments on commit bf8b890

Please sign in to comment.