Skip to content

Commit

Permalink
Merge pull request #50 from blinklabs-io/feat/jpg
Browse files Browse the repository at this point in the history
feat: jpg.store πŸ¦›
  • Loading branch information
wolf31o2 authored Dec 27, 2023
2 parents 9a8d71e + b95d8b4 commit b4cfe9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ func GetTransactions(oConn *ouroboros.Connection) string {
"addr1w8q673nyx6vtcules4aqess7e9yuu6geja95xhg90hzy3wqpsjzzz",
"addr1wxj88juwkzmpcqacd9hua2cur2yl50kgx3tjs588c2470qc2ftfae":
icon = "πŸ‘οΈ " // space because it's only 1 char wide
// JPG
case "addr1zxgx3far7qygq0k6epa0zcvcvrevmn0ypsnfsue94nsn3tvpw288a4x0xf8pxgcntelxmyclq83s0ykeehchz2wtspks905plm":
icon = "πŸ¦›"
// Liqwid
case "addr1wx6htk5hfmr4dw32lhxdcp7t6xpe4jhs5fxylq90mqwnldsvr87c6",
"addr1wyn2aflq8ff7xaxpmqk9vz53ks28hz256tkyaj739rsvrrq3u5ft3",
Expand Down Expand Up @@ -351,15 +354,16 @@ func main() {
)
legendText.SetText(
fmt.Sprintf(" Legend: [white]%s\n %s",
fmt.Sprintf("%13s %13s %13s %13s %13s",
fmt.Sprintf("%12s %12s %12s %12s %12s %12s",
"🏹 Dexhunter",
"🚰 DripDropz",
"πŸ‘οΈ Indigo",
"πŸ¦› JPGstore",
"πŸ’§ Liqwid",
"🐱 Minswap",
),
// Text formatting the wrong way for the win
fmt.Sprintf("%18s %16s %13s %13s %16s",
fmt.Sprintf("%17s %15s %12s %10s %18s",
"πŸ…ΎοΈ Optim",
"🌈 Spectrum",
"🍨 Sundae",
Expand Down

0 comments on commit b4cfe9e

Please sign in to comment.