Skip to content

Commit

Permalink
Fix creating new token with coingeckoId
Browse files Browse the repository at this point in the history
related to #1564
  • Loading branch information
mohammadranjbarz committed May 26, 2024
1 parent 28cf3eb commit 38ac33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/adminJs/tabs/tokenTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export const createToken = async (
isGivbackEligible,
mainnetAddress,
name,
coingeckoId,
networkId,
symbol,
organizations,
Expand All @@ -133,6 +134,7 @@ export const createToken = async (
address: address?.toLowerCase(),
mainnetAddress: mainnetAddress?.toLowerCase(),
isGivbackEligible,
coingeckoId,
decimals: Number(decimals),
networkId: Number(networkId),
});
Expand Down

0 comments on commit 38ac33f

Please sign in to comment.