Skip to content

Commit

Permalink
feat: identify axo addresses (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Jun 5, 2024
1 parent 2bb4306 commit 0895933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ func GetTransactions(oConn *ouroboros.Connection) string {
// Check if output includes known script addresses
for _, output := range tx.Outputs() {
switch output.Address().String() {
// Axo
case "addr1w8ytzffgwpf94dy20kgw72gn9ujjhqu3md34vhggenkakeszhjpl3",
"addr1z8ytzffgwpf94dy20kgw72gn9ujjhqu3md34vhggenkakejv7ncp3yppt0gcr50u60y43x32fgadhnl35u9hfqyql2pqr3p0j4":
icon = "❌"
// Dripdropz
case "addr1v8pr9mwnqarw808gtllvmlxvk70hnszrukjeqfstr9t9g5crud8c4":
icon = "🚰"
Expand Down

0 comments on commit 0895933

Please sign in to comment.