Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Geninsus committed Nov 7, 2024
1 parent f09cd9a commit f1ca206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/plugins/cyberfrogs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Platform } from '@sonarwatch/portfolio-core';
export const platformId = 'cyberfrogs';
export const platform: Platform = {
id: platformId,
name: 'CyberFrogs Thor',
name: 'CyberFrogs',
image: 'https://sonar.watch/img/platforms/cyberfrogs.webp',
website: 'https://legacy.cyberfrogs.io/faction-contracts-v3',
twitter: 'https://twitter.com/CyberFrogsNFT',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const executor: FetcherExecutor = async (owner: string, cache: Cache) => {
const elementRegistry = new ElementRegistry(NetworkId.solana, platformId);
const element = elementRegistry.addElementMultiple({
label: 'Deposit',
name: 'Thor V3',
});

accounts.forEach((deposit) => {
Expand Down

0 comments on commit f1ca206

Please sign in to comment.