Skip to content

Commit

Permalink
fix: scroll icon ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 1, 2024
1 parent f12b20f commit fe4ca28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ export const BaseLogo =
"https://ipfs.io/ipfs/QmQaAsfJpUuKmpX3eJEzgdZjqqFWmWHXnDy3MpPVJyDzcj";
export const FantomFTMLogo =
"https://ipfs.io/ipfs/QmRJgxRqXUpHeskg48qeehUK97FzCAY7espZhTAVdrh9B9";

export const ScrollIcon =
"https://ipfs.io/ipfs/QmQaAsfJpUuKmpX3eJEzgdZjqqFWmWHXnDy3MpPVJyDzcj"; // fixme: need to be updated
"https://ipfs.io/ipfs/QmYRA5tXMmGxhw7HUNdr9DYN2GRX3MnLoJVweeWKgfxBZX";

const config = getConfig();

Expand Down

0 comments on commit fe4ca28

Please sign in to comment.