zetamarkets / sdk

SDK for accessing the Zeta program
Other
84 stars 29 forks source link

Add handy function Exchange.zetaGroupPubkeyToAsset() #219

Closed filipzeta closed 1 year ago

filipzeta commented 1 year ago

Store a map to grab zetagroup asset by pubkey without an RPC fetch or having to manually filter all zetaGroups

filipzeta commented 1 year ago

Tested locally with the following code:

image

This gives the right assets SOL/BTC/ETH/APT/ARB. In reality we wouldn't use getZetaGroupAddress(), we'd have the pubkey from elsewhere.