Skip to content

Commit ed6f9f2

Browse files
authored
Merge pull request bitshares#252 from gades/master
Fix issue - missing blockchain_instance for Account
2 parents 759b8bb + ad2c82c commit ed6f9f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bitsharesbase/chains.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"core_symbol": "BTS",
66
"prefix": "BTS",
77
},
8+
"CTS": {
9+
"chain_id": "53952fc10d52a3af6d572a298e8f99a0a2e7afd0f7dbad354d8d65e8c36c962d",
10+
"core_symbol": "CTS",
11+
"prefix": "CTS",
12+
},
813
"TEST": {
914
"chain_id": "39f5e2ede1f8bc1a3a54a7914414e3779e33193f1f5693510e73cb7a87617447",
1015
"core_symbol": "TEST",

0 commit comments

Comments
 (0)