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
module.exports={path: "",// end-point path to be usedassetID: "",// coingecko asset id for getting the bonded asset valuegravedigger: {contract: "",// address for the gravedigger contract that represents this backbone assetrest: ""// rest api to use},token: {name: "",// full name of the backbone assetsymbol: "",// symbol of the assetdecimals: 6,// decimals of the assettotal_supply: 0,// this is filled later oncirculating_supply: 0,// this is filled later oncontract_address: ""// contract address or token factory address}}