dcgtc / dgrants

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

Invalid BigNumber error when fetching GrantRound Logo #527

Closed apbendi closed 2 years ago

apbendi commented 2 years ago
alerts.ts:72 Error: invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.4.2)
    at Logger.makeError (index.ts:225)
    at Logger.throwError (index.ts:237)
    at Logger.throwArgumentError (index.ts:241)
    at Function.from (bignumber.ts:291)
    at assertIPFSPointer (ipfs.ts:13)
    at Array.forEach (<anonymous>)
    at fetchMetaPtrs (ipfs.ts:75)
    at rawInit (data.ts:135)
    at async init (data.ts:286)
    at async startPolling (data.ts:334)
thelostone-mc commented 2 years ago

Fixed via https://github.com/dcgtc/dgrants/pull/529