1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

Change project name to "thalos" (working name).

This commit is contained in:
Henrik Hautakoski 2023-03-29 15:28:40 +02:00
parent f174863a17
commit a23661e088
14 changed files with 26 additions and 25 deletions

View file

@ -4,11 +4,12 @@ import (
"encoding/hex"
"encoding/json"
"thalos/abi"
"thalos/transport"
"thalos/transport/message"
log "github.com/sirupsen/logrus"
"eosio-ship-trace-reader/abi"
"eosio-ship-trace-reader/transport"
"eosio-ship-trace-reader/transport/message"
"github.com/eoscanada/eos-go/ship"
shipclient "github.com/eosswedenorg-go/antelope-ship-client"
)