Skip to content

Commit

Permalink
Add FROG and TADF to assetlist (#863)
Browse files Browse the repository at this point in the history
* Add files via upload

* added FROG to tokens.js

* Add files via upload

* Added tadf to tokens.js
  • Loading branch information
Fidel2001 authored May 16, 2024
1 parent 2a9c265 commit ea28922
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion cw20/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ module.exports = {
name: "Y-Foundry DAO",
token: "terra1293l9rgqk5vxndaeqmengssg3pdch57qpepgslh7p2sg3lqd87rss8du4s",
icon: "https://raw.githubusercontent.com/Y-Foundry-Dao/brand-assets/main/contract/pisco-1/cw20-yfd.svg",
decimals: 6
decimals: 6,
},
terra1xgvp6p0qml53reqdyxgcl8ttl0pkh0n2mtx2n7tzfahn6e0vca7s0g7sg6: {
protocol: "ERIS Protocol",
Expand All @@ -2194,6 +2194,22 @@ module.exports = {
token: "terra1xgvp6p0qml53reqdyxgcl8ttl0pkh0n2mtx2n7tzfahn6e0vca7s0g7sg6",
icon: "https://www.erisprotocol.com/assets/ampLuna100.png",
decimals: 6,
},
terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9: {
protocol: "FROGZTRIK ECOSYSTEM",
symbol: "FROG",
name: "Frogztrik NFT Token",
token: "terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
icon: "https:assets.terra.dev/icon/svg/FROG.png",
decimals: 6,
},
terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c: {
protocol: "FROGZTRIK ECOSYSTEM",
symbol: "TADF",
name: "Tadpole Frogztrik Token",
token: "terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
icon: "https:assets.terra.dev/icon/svg/tadf.png",
decimals: 6,
}
},
};
Binary file added icon/svg/FROG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/svg/tadf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea28922

Please sign in to comment.