/ src / common / data / withdraw.js
withdraw.js
1  const withdraw = {
2    visible: false,
3    dapp: null,
4    sntValue: '0',
5    withdrawMax: Number.MAX_SAFE_INTEGER,
6  }
7  
8  export default withdraw