mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-25 02:50:38 +01:00
13 lines
159 B
JavaScript
13 lines
159 B
JavaScript
export default () => ({
|
|
account: null,
|
|
network: {
|
|
name: 'binance',
|
|
id: 56,
|
|
},
|
|
provider: {
|
|
name: '',
|
|
version: '',
|
|
},
|
|
balance: 0,
|
|
})
|