Skip to content
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions packages/chain-list-assets/public/patch/0.2.112/preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"patchVersion": "0.2.113-beta.5",
"appliedVersion": "0.2.112",
"timestamp": 1758169584259,
"ChainInfo": {
"redstone": {
"slug": "redstone",
"name": "Redstone",
"isTestnet": false,
"chainStatus": "ACTIVE",
"icon": null,
"providers": {
"Blockfrost": "https://rpc.redstonechain.com/"
},
"evmInfo": {
"evmChainId": 690,
"blockExplorer": "https://explorer.redstone.xyz/",
"existentialDeposit": "0",
"symbol": "ETH",
"decimals": 18,
"supportSmartContract": [
"ERC20",
"ERC721"
],
"abiExplorer": null
},
"substrateInfo": null,
"extraInfo": null,
"bitcoinInfo": null,
"tonInfo": null,
"cardanoInfo": null
}
},
"ChainInfoHashMap": {
"redstone": "a21413ff431f875deb348d211478c27a"
},
"ChainAsset": {
"redstone-NATIVE-ETH": {
"originChain": "redstone",
"slug": "redstone-NATIVE-ETH",
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18,
"priceId": "ethereum",
"minAmount": "0",
"assetType": "NATIVE",
"metadata": null,
"multiChainAsset": null,
"hasValue": true,
"icon": null
}
},
"ChainAssetHashMap": {
"redstone-NATIVE-ETH": "b5f3fcb90e6dcf282b63292183307c37"
},
"MultiChainAsset": {},
"MultiChainAssetHashMap": {},
"AssetLogoMap": {
"redstone-native-eth": null
},
"ChainLogoMap": {
"redstone": null
},
"mAssetLogoMap": {}
}
30 changes: 30 additions & 0 deletions packages/chain-list/src/data/ChainAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -18666,6 +18666,22 @@
"hasValue": false,
"icon": "/assets/chain-assets/hydradx_hollarnet-local-hollar.png"
},
"ethereum-ERC20-SAAVE-0x4da27a545c0c5B758a6BA100e3a049001de870f5": {
"originChain": "ethereum",
"slug": "ethereum-ERC20-SAAVE-0x4da27a545c0c5B758a6BA100e3a049001de870f5",
"name": " Staked Aave",
"symbol": "stkAAVE",
"decimals": 18,
"priceId": null,
"minAmount": "0",
"assetType": "ERC20",
"metadata": {
"contractAddress": "0x4da27a545c0c5B758a6BA100e3a049001de870f5"
},
"multiChainAsset": null,
"hasValue": true,
"icon": null
},
"paseo_assethub-NATIVE-PAS": {
"originChain": "paseo_assethub",
"slug": "paseo_assethub-NATIVE-PAS",
Expand All @@ -18679,5 +18695,19 @@
"multiChainAsset": "PAS-Paseo",
"hasValue": true,
"icon": "/assets/chain-assets/paseo_assethub-native-pas.png"
},
"redstone-NATIVE-ETH": {
"originChain": "redstone",
"slug": "redstone-NATIVE-ETH",
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18,
"priceId": "ethereum",
"minAmount": "0",
"assetType": "NATIVE",
"metadata": null,
"multiChainAsset": null,
"hasValue": true,
"icon": null
}
}
29 changes: 28 additions & 1 deletion packages/chain-list/src/data/ChainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12834,5 +12834,32 @@
"bitcoinInfo": null,
"tonInfo": null,
"cardanoInfo": null
},
"redstone": {
"slug": "redstone",
"name": "Redstone",
"isTestnet": false,
"chainStatus": "ACTIVE",
"icon": null,
"providers": {
"Blockfrost": "https://rpc.redstonechain.com/"
},
"evmInfo": {
"evmChainId": 690,
"blockExplorer": "https://explorer.redstone.xyz/",
"existentialDeposit": "0",
"symbol": "ETH",
"decimals": 18,
"supportSmartContract": [
"ERC20",
"ERC721"
],
"abiExplorer": null
},
"substrateInfo": null,
"extraInfo": null,
"bitcoinInfo": null,
"tonInfo": null,
"cardanoInfo": null
}
}
}
3 changes: 2 additions & 1 deletion packages/chain-list/src/data/ChainLogoMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
"stable_testnet": "/assets/chains/stable_testnet.png",
"abstract": "/assets/chains/abstract.png",
"hydradx_hollarnet": "/assets/chains/hydradx_hollarnet.png",
"redstone": "/assets/default.png",
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
}
}
4 changes: 2 additions & 2 deletions scripts/patch/patch-api.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.113';
export const PATCH_VERSION = '0.2.114-beta.1';
export const STABLE_VERSION = '0.2.112';
export const PATCH_VERSION = '0.2.113-beta.5';
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