Giveth / impact-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save networkId for Solana donations and addresses

aminlatifi opened this issue · comments

As the frontend is accustomed to using value zero as network ID for Solana Addresses and Donations, let's update our mutations endpoint logic to save networkId to a configured value based on the environment. e.g. on production 101 (Mainnet) and on staging 103 (Devnet)

@mohammadranjbarz @aminlatifi is this issue complete? I see the PR is merged.