We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11fd9 commit a2f1fa8Copy full SHA for a2f1fa8
.travis.currencies.yml
@@ -1,15 +1,22 @@
1
-defaults: &defaults
2
- currencies:
3
- cny: 1
4
- btc: 2
5
- coins:
6
- btc: http://username:[email protected]:18332
7
-
8
-development:
9
- <<: *defaults
10
11
-test:
12
13
14
-production:
15
+- id: 1
+ key: renminbi
+ code: cny
+ coin: false
+ assets:
+ balance: 92343242.56
+ accounts:
+ -
+ bank: '招商银行'
+ address: '6225 0885 6022 3501'
+ password: '111111'
+ tel: '95555'
+- id: 2
+ key: satoshi
+ code: btc
16
+ coin: true
17
+ rpc: http://username:[email protected]:18332
18
19
+ balance: 333333
20
21
22
+ address: 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp
0 commit comments