You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.query(`SELECT * FROM fusionAssetLink.assets limit ?,?`,[
Apart from the hard coded database name, the table definition is missing from readAllBlocksToDatabase.js. This breaks the verified assets endpoint https://api.fusionnetwork.io/assets/verified when you're running the API on your own.
The text was updated successfully, but these errors were encountered:
web3-fusion-extend/examples/blockexplorerapi/routes/asset.js
Line 32 in fd2a743
Apart from the hard coded database name, the table definition is missing from readAllBlocksToDatabase.js. This breaks the verified assets endpoint https://api.fusionnetwork.io/assets/verified when you're running the API on your own.
The text was updated successfully, but these errors were encountered: