Skip to content

Commit e21c623

Browse files
committed
Add Zcash support
1 parent 03a3942 commit e21c623

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

agixt/extensions/wallet.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,12 @@ async def get_connected_wallet_tokens(self) -> Dict[str, Any]:
10901090
"decimals": 8,
10911091
"logoURI": "https://dd.dexscreener.com/ds-data/tokens/solana/F9TgEJLLRUKDRF16HgjUCdJfJ5BK6ucyiW8uJxVPpump.png",
10921092
},
1093+
"A7bdiYdS5GjqGFtxf17ppRHtDKPkkRqbKtR27dxvQXaS": {
1094+
"symbol": "ZEC",
1095+
"name": "Zcash",
1096+
"decimals": 8,
1097+
"logoURI": "https://cdn.dexscreener.com/cms/images/babe89a52518f8dc23436646b390e623f4d93a0c2e0a9bc9eefa86d3047dffa8?width=64&height=64&fit=crop&quality=95&format=auto",
1098+
},
10931099
}
10941100

10951101
try:

agixt/payments/pricing.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"mint": "F9TgEJLLRUKDRF16HgjUCdJfJ5BK6ucyiW8uJxVPpump",
3030
"dexscreener_token": "F9TgEJLLRUKDRF16HgjUCdJfJ5BK6ucyiW8uJxVPpump",
3131
},
32+
"ZEC": {
33+
"network": "solana",
34+
"decimals": 8,
35+
"mint": "A7bdiYdS5GjqGFtxf17ppRHtDKPkkRqbKtR27dxvQXaS",
36+
"dexscreener_token": "A7bdiYdS5GjqGFtxf17ppRHtDKPkkRqbKtR27dxvQXaS",
37+
},
3238
}
3339

3440

0 commit comments

Comments
 (0)