Skip to content

Commit

Permalink
chore: update testnet erc20 token name
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Jan 10, 2024
1 parent 66f2e2c commit 8ebfb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const TokenNamesAndLogos = {
USDT: "./logos/usdt-logo.svg",
LUSD: "./logos/lusd-logo.svg",
MUTE: "./logos/mute-logo.svg",
MTK: "./logos/dai-logo.svg", // scroll testnet token
} as const;

export const MAINNET_TOKENS: VotingToken[] = [
Expand Down Expand Up @@ -543,7 +544,7 @@ const FUJI_TOKENS: VotingToken[] = [

const SCROLL_TESTNET_TOKENS: VotingToken[] = [
{
name: "TEST",
name: "MTK",
chainId: ChainId.SCROLL_TESTNET,
address: "0xc2332031de487f430fae3290c05465d907785eda",
decimal: 18,
Expand Down
3 changes: 2 additions & 1 deletion packages/round-manager/src/features/api/payoutTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const TokenNamesAndLogos = {
LUSD: "/logos/lusd-logo.svg",
MUTE: "/logos/mute-logo.svg",
mkUSD: "/logos/mkusd-logo.svg", // Prisma mkUSD
MTK: "logo/dai-logo.svg", // scroll testnet token
} as const;
const MAINNET_TOKENS: PayoutToken[] = [
{
Expand Down Expand Up @@ -378,7 +379,7 @@ const POLYGON_MUMBAI_TOKENS: PayoutToken[] = [

const SCROLL_TESTNET_TOKENS: PayoutToken[] = [
{
name: "TEST",
name: "MTK",
chainId: ChainId.SCROLL_TESTNET,
address: "0xc2332031de487f430fae3290c05465d907785eda",
logo: TokenNamesAndLogos["DAI"],
Expand Down

0 comments on commit 8ebfb6a

Please sign in to comment.