Skip to content

Commit

Permalink
Fix Token Symbol Capitalization and Correct Spelling for Polygon Bloc…
Browse files Browse the repository at this point in the history
…kchain (#304)
  • Loading branch information
michaelessiet authored Mar 3, 2025
2 parents 91eaf79 + 68b0fe7 commit 182dea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/actions/mayan/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const swapAction: Action = {
amount: "0.02",
fromChain: "solana",
fromToken: "SOL",
toChain: "polygan",
toChain: "polygon",
toToken: "pol",
dstAddr: "0x0cae42c0ce52e6e64c1e384ff98e686c6ee225f0",
},
Expand All @@ -30,9 +30,9 @@ const swapAction: Action = {
input: {
amount: "0.02",
fromChain: "solana",
fromToken: "sol",
fromToken: "SOL",
toChain: "solana",
toToken: "hnt",
toToken: "HNT",
dstAddr: "4ZgCP2idpqrxuQNfsjakJEm9nFyZ2xnT4CrDPKPULJPk",
},
output: {
Expand All @@ -49,7 +49,7 @@ const swapAction: Action = {
input: {
amount: "0.02",
fromChain: "solana",
fromToken: "sol",
fromToken: "SOL",
toChain: "solana",
toToken: "HNT",
dstAddr: "4ZgCP2idpqrxuQNfsjakJEm9nFyZ2xnT4CrDPKPULJPk",
Expand Down

0 comments on commit 182dea3

Please sign in to comment.