Skip to content

Commit

Permalink
Merge pull request #285 from fragwuerdig/patch-1
Browse files Browse the repository at this point in the history
add LWM and FOOD tokens
  • Loading branch information
terencelimzhengwei authored Mar 28, 2024
2 parents b2cc5c9 + 51c4ebe commit bc0ddfe
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 @@ -256,5 +256,19 @@ module.exports = {
icon: "https://i.ibb.co/6BCq2Gy/force.png",
decimals: 6,
},
{
token: "terra15gjgmln8xj72rf69tx2zlrtcjzzvkcrdvrvfnmxja6kacz07pg0ssflecz",
symbol: "FOOD",
name: "Food Token",
icon: "https://raw.githubusercontent.com/TerraFarming/cw20-assets/main/food_logo.png",
decimals: 6,
},
{
token: "terra1uc87rulm4j32jk7575c8rhwqfr838jx4a22azvknmfhwzzealkzsg4yw6t",
symbol: "LWM",
name: "Lunc Warriors Meme Token",
icon: "https://raw.githubusercontent.com/LUNC-Warriors-NFT/cw20-token-assets/main/lwm_small.png",
decimals: 6,
},
],
}

0 comments on commit bc0ddfe

Please sign in to comment.