Skip to content

Commit

Permalink
Merge pull request #8 from lbunproject/master
Browse files Browse the repository at this point in the history
Added Token
  • Loading branch information
echel0n-HX authored Sep 6, 2023
2 parents 1b65a6a + c3bef68 commit a663a53
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cw20/contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,14 @@ module.exports = {
token: "terra18jrgexnn35dxa8nrpmuatkxknmjs330gp6txavrp3fxzz6muztqqec60hf",
icon: "https://hccfactory.com/assets/img/gems/DGEM.png",
decimals: 6,
},
terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh: {
protocol: "GAME Protocol",
symbol: "GAME",
name: "GAME",
token: "terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh",
icon: "https://github.com/GAMEProtocal/GAME/blob/446f1cbd56e76041d29d7651569d4b1ee6f910dd/icon/GAME_icon_128.png",
decimals: 6,
}
},
testnet: {
Expand Down
15 changes: 15 additions & 0 deletions cw20/pairs.dex.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,21 @@ module.exports = {
type: "xyk",
assets: ["uusd", "terra1kn85pdmrhhk2upjj8hf97lx3w3jg6gyzasyksp"],
},
terra19rxlt53x6j7jxfl3vedr9esylalduyvqtrc2cyqrxg59qy2ep8fskrm0pe: {
dex: "terraswap",
type: "xyk",
assets: ["uusd", "terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh"],
},
terra1lzxz6arwkq6vlt0z2af0fdvz93ftrygq28lad2w778r5p0sgt2mql04e92: {
dex: "terraswap",
type: "xyk",
assets: ["terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh", "terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m"],
},
terra1kaphd3s9kl72cht3qmn0elkcqezcz60zarapah677adg8dhtvlequ6gezy: {
dex: "terraswap",
type: "xyk",
assets: ["uusd", "terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m"],
},
terra17yjncjupvk0kmpmhe6gnwny70z4zjkrn4600lpsaz7v0menddggscsvwxm: {
dex: "terraswap",
type: "xyk",
Expand Down
7 changes: 7 additions & 0 deletions cw20/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,13 @@ module.exports = {
icon: "https://raw.githubusercontent.com/reglisosa/public/main/data/dokwon.png",
decimals: 2,
},
terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh: {
protocol: "GAME Protocol",
symbol: "GAME",
name: "GAME",
token: "terra1duwst8wnp6tv9m97mc66afqm7yqfmcdrqjdkzyqyjejxry4hkp8qq225yh",
icon: "https://github.com/GAMEProtocal/GAME/blob/446f1cbd56e76041d29d7651569d4b1ee6f910dd/icon/GAME_icon_128.png",
decimals: 6,
terra1j9q30fspe7tn0nrxpjfnzzdha4xfkyznluwnqrgxshtyv2tfe5kswnrj6c: {
protocol: "LUNC Warriors NFT",
symbol: "LUNW",
Expand Down

0 comments on commit a663a53

Please sign in to comment.