From 3d3a0441b8954dc89866d2375145ca9ec994dcf5 Mon Sep 17 00:00:00 2001 From: Denis Subbotin Date: Sun, 1 Dec 2024 23:07:22 +0300 Subject: [PATCH] add precompiles for v5 --- abi/interfaces.go | 1 + 1 file changed, 1 insertion(+) diff --git a/abi/interfaces.go b/abi/interfaces.go index a6ed9b15..44cdeb7c 100644 --- a/abi/interfaces.go +++ b/abi/interfaces.go @@ -1095,6 +1095,7 @@ var knownContracts = map[ton.Bits256]knownContractDescription{ contractInterfaces: []ContractInterface{WalletV5R1}, getMethods: []InvokeFn{ GetPublicKey, + GetSubwalletId, Seqno, }, },