Skip to content

Commit

Permalink
add Force and Pilot Token
Browse files Browse the repository at this point in the history
  • Loading branch information
garudawork committed Mar 21, 2024
1 parent 1fe2549 commit 4e99fc4
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 @@ -214,5 +214,19 @@ module.exports = {
icon: process.env.CF_PAGES_URL + "/img/coins/lcg.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 4e99fc4

Please sign in to comment.