cemeheeb

Results 3 comments of cemeheeb

@kamranblueeast for me, next steps solved issue: 1. Define network in docker-compose: `networks: backend: driver: bridge ipam: driver: default config: - subnet: 172.172.0.0/24` 2. Setup IP address for consul and...

i guess i found solution 1. force cast TonClient | TonClient4 to TonClient4 2. get seqno of latest block const seqno = (await api.getLastBlock()).last.seqno; 3. use TonClient4 instance to obtain...