File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ go 1.12
5
5
require (
6
6
github.com/assetsadapterstore/tivalue-adapter v1.0.3
7
7
github.com/astaxie/beego v1.11.1
8
+ github.com/blocktree/arkecosystem-adapter v1.0.0
8
9
github.com/blocktree/bitshares-adapter v1.0.5
9
10
github.com/blocktree/ddmchain-adapter v1.0.5
10
11
github.com/blocktree/eosio-adapter v1.0.0
11
12
github.com/blocktree/ethereum-adapter v1.1.10
12
- github.com/blocktree/futurepia-adapter v1.0.9
13
+ github.com/blocktree/futurepia-adapter v1.0.12
13
14
github.com/blocktree/go-owcrypt v1.0.3
14
15
github.com/blocktree/moacchain-adapter v1.0.3
15
16
github.com/blocktree/nulsio-adapter v1.1.5
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
19
19
"github.com/blocktree/ripple-adapter/ripple_txsigner"
20
20
"github.com/blocktree/virtualeconomy-adapter/virtualeconomy_txsigner"
21
21
"github.com/blocktree/waykichain-adapter/waykichain_txsigner"
22
+ "github.com/blocktree/arkecosystem-adapter/arkecosystem_txsigner"
22
23
)
23
24
24
25
func init () {
@@ -38,6 +39,8 @@ func init() {
38
39
RegTxSigner ("VCC" , ethereum_txsigner .Default )
39
40
RegTxSigner ("BTS" , bts_txsigner .Default )
40
41
RegTxSigner ("BAR" , bts_txsigner .Default )
42
+ RegTxSigner ("ARK" , arkecosystem_txsigner .Default )
43
+
41
44
}
42
45
43
46
// 交易签名注册组
You can’t perform that action at this time.
0 commit comments