Skip to content

Commit

Permalink
[Patch] [0.2.95] [Beta] Patch data
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Nov 26, 2024
1 parent 25c0594 commit d8d5aa9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/chain-list-assets/public/patch/0.2.95/preview.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"patchVersion": "0.2.96-beta.1",
"patchVersion": "0.2.96-beta.2",
"appliedVersion": "0.2.95",
"timestamp": 1732594419799,
"timestamp": 1732609242337,
"ChainInfo": {
"bitcountry": {
"slug": "bitcountry",
Expand Down Expand Up @@ -86,7 +86,7 @@
"name": "AIWeb3",
"symbol": "LOVA",
"decimals": 12,
"priceId": null,
"priceId": "bitcoin",
"minAmount": "1000000000000",
"assetType": "LOCAL",
"metadata": {
Expand Down Expand Up @@ -115,7 +115,7 @@
},
"ChainAssetHashMap": {
"mordor_testnet-NATIVE-METC": "0dde933fc08ed2e4ea608fae2a7b7035",
"statemint-LOCAL-LOVA": "3df76e19a271c583dc495204fb22865a",
"statemint-LOCAL-LOVA": "4d3970d25043aa804cc44cd8fbcfcf4a",
"hydradx_main-LOCAL-LOVA": "1834bf2ae796c2254dcf9fd970dfba4d"
},
"MultiChainAsset": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-list/src/data/ChainAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -12912,7 +12912,7 @@
"name": "AIWeb3",
"symbol": "LOVA",
"decimals": 12,
"priceId": null,
"priceId": "bitcoin",
"minAmount": "1000000000000",
"assetType": "LOCAL",
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/patch/patch-api.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Md5} from "ts-md5";
export const DEV_LOGO_PREFIX = "https://dev.sw-chain-list-assets.pages.dev";
export const PRODUCT_LOGO_PREFIX = "https://chain-list-assets.subwallet.app";
export const STABLE_VERSION = '0.2.95';
export const PATCH_VERSION = '0.2.96-beta.1';
export const PATCH_VERSION = '0.2.96-beta.2';
export const PATCH_SAVE_DIR = `./packages/chain-list-assets/public/patch/${STABLE_VERSION}`;
export const PATCH_SAVE_DEV = `${PATCH_SAVE_DIR}/preview.json`;
export const PATCH_SAVE_STABLE = `${PATCH_SAVE_DIR}/list.json`;
Expand Down

0 comments on commit d8d5aa9

Please sign in to comment.