Skip to content

Commit a2f1fa8

Browse files
committed
Change content of travis.currencies.yml
1 parent 8f11fd9 commit a2f1fa8

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

.travis.currencies.yml

+22-15
Original file line numberDiff line numberDiff line change
@@ -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-
<<: *defaults
13-
14-
production:
15-
<<: *defaults
1+
- id: 1
2+
key: renminbi
3+
code: cny
4+
coin: false
5+
assets:
6+
balance: 92343242.56
7+
accounts:
8+
-
9+
bank: '招商银行'
10+
address: '6225 0885 6022 3501'
11+
password: '111111'
12+
tel: '95555'
13+
- id: 2
14+
key: satoshi
15+
code: btc
16+
coin: true
17+
rpc: http://username:[email protected]:18332
18+
assets:
19+
balance: 333333
20+
accounts:
21+
-
22+
address: 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp

0 commit comments

Comments
 (0)