tornado-initiation-ui/store/provider/state.js
Danil Kovtonyuk 953bced312
xDai
2021-08-21 12:42:17 +10:00

13 lines
157 B
JavaScript

export default () => ({
account: null,
network: {
name: 'xdai',
id: 100,
},
provider: {
name: '',
version: '',
},
balance: 0,
})