Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions deployment/testadapter/test_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"fmt"
"math/big"
"math/rand/v2"
"os"
"strconv"
"testing"
"time"
Expand Down Expand Up @@ -446,10 +445,6 @@ func (a *TONAdapter) GetTokenBalance(ctx context.Context, tokenAddress string, o
}

func (a *TONAdapter) GetTokenExpansionConfig() (*tokensapi.TokenExpansionInputPerChain, error) {
if os.Getenv("TON_TOKEN_TRANSFERS_ENABLED") == "" {
return nil, errors.ErrUnsupported
}

suffix := strconv.FormatUint(a.Selector, 10) + "-" + chain_selectors.FamilyTon
registryAddr, err := a.GetRegistryAddress()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion scripts/.chainlink-ton_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed75f79184ea043f582b024f95c88bc5780eb034

2 changes: 1 addition & 1 deletion scripts/.core_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd72140300ab8d7bd09c32b3d11ad1725952ed91
b7467523ad4ccac009ac8117ea7eddecb518fa4a
Loading