mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-29 07:26:17 +01:00
13 lines
157 B
JavaScript
13 lines
157 B
JavaScript
export default () => ({
|
|
account: null,
|
|
network: {
|
|
name: 'xdai',
|
|
id: 100,
|
|
},
|
|
provider: {
|
|
name: '',
|
|
version: '',
|
|
},
|
|
balance: 0,
|
|
})
|