litentry / litentry-graph

A GraphQL Server providing aggregated blockchain identity data
Apache License 2.0
7 stars 0 forks source link

Convert uniswap to evm-chain and add pancakeswap to it #214

Closed bdmason closed 2 years ago

bdmason commented 2 years ago

Closes #213

We had a uniswap (ethereum) subschema that was for returning liquidity pool % contributions, however the logic is the same for pancakeswap (BSC), so I renamed the schema to evm-chain, added a bsc web3 provider to context, then changed the query to accept a platform of uniswap or pancakeswap

bdmason commented 2 years ago

Forgot to mention - the BSC provider URL is not private. It's public/free