Skip to content

Commit

Permalink
Merge pull request #1597 from sushiswap/LufyCZ-patch-1
Browse files Browse the repository at this point in the history
add filecoin to syncCDN
  • Loading branch information
LufyCZ authored Jan 8, 2024
2 parents f0aa24f + e638abb commit ef3d30a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions logos/token-logos/internal/syncCDN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as cloudinary from "cloudinary";

const BASE_DIR = "https://cdn.sushi.com/image/upload";

const NETWORK_TO_CHAIN_ID: Record<string, ChainId | 8453 | 1116 | 11235 | 59144 | 324 | 534352> = {
const NETWORK_TO_CHAIN_ID: Record<string, ChainId | 8453 | 1116 | 11235 | 59144 | 324 | 534352 | 314> = {
arbitrum: ChainId.ARBITRUM,
"arbitrum-nova": ChainId.ARBITRUM_NOVA,
avalanche: ChainId.AVALANCHE,
Expand Down Expand Up @@ -40,7 +40,8 @@ const NETWORK_TO_CHAIN_ID: Record<string, ChainId | 8453 | 1116 | 11235 | 59144
thundercore: ChainId.THUNDERCORE,
xdai: ChainId.GNOSIS,
"zksync-era": 324,
scroll: 534352
scroll: 534352,
filecoin: 314 // ChainId.FILECOIN
};

syncCDN();
Expand Down

0 comments on commit ef3d30a

Please sign in to comment.