Skip to content

Commit

Permalink
Enable tokens support for TON (#177)
Browse files Browse the repository at this point in the history
* enable tokens support for TON

* fix lint action
  • Loading branch information
iCell authored Oct 24, 2024
1 parent ee6082f commit 6abd52f
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 127 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.1
version: v1.56
only-new-issues: true
args: --timeout=5m
245 changes: 122 additions & 123 deletions coin/coins.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coin/coins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
name: TON
decimals: 9
blockchain: The Open Network
isTokenSupported: false
isTokenSupported: true

- id: 10001101
symbol: ZKEVM
Expand Down

0 comments on commit 6abd52f

Please sign in to comment.