Skip to content

Commit

Permalink
Merge pull request #9 from lbunproject/master
Browse files Browse the repository at this point in the history
Added GRDX
  • Loading branch information
echel0n-HX authored Sep 29, 2023
2 parents 03506b7 + 4a9c7fd commit 60d34b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cw20/contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,12 @@ module.exports = {
token: "terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh",
icon: "https://github.com/GAMEProtocal/GAME/blob/446f1cbd56e76041d29d7651569d4b1ee6f910dd/icon/GAME_icon_128.png",
decimals: 6,
}
},
terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw: {
protocol: "Garuda Universe",
name: "GarudaX Token",
icon: "https://i.ibb.co/jkwPpnS/zz1.png",
},
},
testnet: {
terra1c02vds4uhgtrmcw7ldlg75zumdqxr8hwf7npseuf2h58jzhpgjxsgmwkvk: {
Expand Down
8 changes: 8 additions & 0 deletions cw20/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,14 @@ module.exports = {
icon: "https://raw.githubusercontent.com/LUNC-Warriors-NFT/cw20-token-assets/main/logo.png",
decimals: 6
},
terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw: {
protocol: "Garuda Universe",
symbol: "GRDX",
name: "GarudaX Token",
token: "terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw",
icon: "https://i.ibb.co/jkwPpnS/zz1.png",
decimals: 6,
},
},
testnet: {
terra1ss9zz4873vk4dd8dvua0vm83m6s8k7ctwp9efac0arytn6jthfgsy2d4a9: {
Expand Down

0 comments on commit 60d34b9

Please sign in to comment.