Skip to content

Commit

Permalink
Merge pull request #289 from garudawork/main
Browse files Browse the repository at this point in the history
add Force and Pilot Token
  • Loading branch information
terencelimzhengwei authored Mar 28, 2024
2 parents e69433a + 4e99fc4 commit b2cc5c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chains/classic/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,19 @@ module.exports = {
icon: 'https://luncbingo.com/icon.png',
decimals: 6,
},
{
token: "terra12nj5wddk9rr7nzrq5zxgr5wnas2alfrneau6svvcnpak4xa0n3qs2pjq7c",
symbol: "PILOT",
name: "Pilot Meme Token",
icon: "https://i.ibb.co/k8ZQgBP/pilot.png",
decimals: 6,
},
{
token: "terra1cdgta6yjmqxfq0wu784g449qvf3xfesryl38h47geklfyhr4wt0qfcz47j",
symbol: "FORCE",
name: "Force Token",
icon: "https://i.ibb.co/6BCq2Gy/force.png",
decimals: 6,
},
],
}

0 comments on commit b2cc5c9

Please sign in to comment.