dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

use default provider for fetch #520

Closed thelostone-mc closed 2 years ago

thelostone-mc commented 2 years ago

Description

DEFAULT_PROVIDER from chains.ts is now used for fetch operations instead of relying on the provider configured in the user's wallet. Any contract interaction would continue use the rpc url configured in the wallet.

Refs: https://github.com/dcgtc/dgrants/issues/509

mds1 commented 2 years ago

Just making sure @thelostone-mc has nothing else left to do on this PR before merging, so will let him handle it