Skip to content

Commit

Permalink
Merge pull request #385 from SocketDotTech/chore/updateChainIcons
Browse files Browse the repository at this point in the history
Chore/update chain icons
  • Loading branch information
arthcp authored Jun 25, 2024
2 parents b1d0fd7 + eab78e4 commit eb452b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions scripts/rpcConfig/constants/explorers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export const explorers = {
[ChainSlug.SIPHER_FUNKI_TESTNET]: "https://sepolia-sandbox.funkichain.com",
[ChainSlug.WINR]: "https://explorerl2new-winr-mainnet-0.t.conduit.xyz",
[ChainSlug.BLAST]: "https://blastscan.io",
[ChainSlug.BSC_TESTNET]:
"https://testnet.bscscan.com/assets/bsc/images/svg/logos/logo-light.svg?v=24.5.5.0",
[ChainSlug.BSC_TESTNET]: "https://testnet.bscscan.com/",
[ChainSlug.POLYNOMIAL]: "https://explorer.polynomial.fi",
[ChainSlug.SYNDR]: "https://explorer.syndr.com/",
};
13 changes: 7 additions & 6 deletions scripts/rpcConfig/constants/icons.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { ChainSlug } from "../../../src";

export const icons = {
[ChainSlug.AEVO]: "",
[ChainSlug.LYRA]: "",
[ChainSlug.HOOK]: "",
[ChainSlug.MANTLE]: "",
[ChainSlug.REYA]: "",
[ChainSlug.BSC_TESTNET]: "https://testnet.bscscan.com/",
[ChainSlug.AEVO]: "https://media.socket.tech/aevo.png",
[ChainSlug.LYRA]: "https://media.socket.tech/lyra.png",
[ChainSlug.HOOK]: "https://media.socket.tech/hook.jpg",
[ChainSlug.MANTLE]: "https://media.socket.tech/mantle.png",
[ChainSlug.REYA]: "https://media.socket.tech/reya.png",
[ChainSlug.BSC_TESTNET]:
"https://testnet.bscscan.com/assets/bsc/images/svg/logos/logo-light.svg?v=24.5.5.0",
[ChainSlug.POLYNOMIAL]: "",
[ChainSlug.SYNDR]: "",
};
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";

export const version = {
[DeploymentMode.DEV]: "1.0.2",
[DeploymentMode.PROD]: "1.0.24",
[DeploymentMode.PROD]: "1.0.25",
};

0 comments on commit eb452b8

Please sign in to comment.