Skip to content

Commit

Permalink
feat: minswap v3 contract address + more metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Jul 10, 2024
1 parent 486d982 commit 77c522c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Blink Labs Software
// Copyright 2024 Blink Labs Software
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -247,8 +247,10 @@ func GetTransactions(oConn *ouroboros.Connection) string {
// Minswap
case "Minswap: Deposit Order",
"Minswap: Cancel Order",
"Minswap: Create Pool",
"Minswap: Launch Bowl Redemption",
"Minswap: LBE Deposit ADA",
"Minswap: Liquidity Migration",
"Minswap: MasterChef",
"Minswap: Order Executed",
"Minswap: Swap Exact In Order",
Expand Down Expand Up @@ -290,6 +292,9 @@ func GetTransactions(oConn *ouroboros.Connection) string {
"addr1wyn2aflq8ff7xaxpmqk9vz53ks28hz256tkyaj739rsvrrq3u5ft3",
"addr1w8arvq7j9qlrmt0wpdvpp7h4jr4fmfk8l653p9t907v2nsss7w7r4":
icon = "💧"
// Minswap
case "addr1z84q0denmyep98ph3tmzwsmw0j7zau9ljmsqx6a4rvaau66j2c79gy9l76sdg0xwhd7r0c0kna0tycz4y5s6mlenh8pq777e2a":
icon = "🐱"
// Optim
case "addr1zywj8y96k38kye7qz329dhp0t782ykr0ev92mtz4yhv6gph8ucsr8rpyzewcf9jyf7gmjj052dednasdeznehw7aqc7q0z7vn2":
icon = "🅾️"
Expand Down

0 comments on commit 77c522c

Please sign in to comment.