Update config and assets-go-libs (#16499)

This commit is contained in:
Daniel 2021-12-09 22:23:22 +03:00 committed by GitHub
parent 13d5b6b83f
commit 58b22a2e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,9 @@ client_urls:
explorer: https://explorer.binance.org
dex: https://dex-atlantic.binance.org/api
urls:
tw_assets_app: https://assets.trustwalletapp.com
validators_settings:
root_folder:
allowed_files:
@ -99,4 +102,4 @@ validators_settings:
description: Tokens that are deflationary or use mechanism to burn a token on transfer/swap.
- id: memes
name: Memes
description: A cryptocurrency that is associated with some theme, often as a joke rather than a serious product.
description: A cryptocurrency that is associated with some theme, often as a joke rather than a serious product.

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.17
require (
github.com/sirupsen/logrus v1.8.1
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209184253-ba34649a8816
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209191823-41a485d34f94
)
require (

2
go.sum
View File

@ -294,6 +294,8 @@ github.com/trustwallet/assets-go-libs v0.0.11-0.20211209150306-4e27adeaa175 h1:Z
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209150306-4e27adeaa175/go.mod h1:1TRY/wFNy7fV+avwpMpvA20rn5F8elip4UBE5HkQmgI=
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209184253-ba34649a8816 h1:DjbGqBvE8HQNMbk9IzoGDFggoXjDu9W5WfvBVwc0kZQ=
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209184253-ba34649a8816/go.mod h1:1TRY/wFNy7fV+avwpMpvA20rn5F8elip4UBE5HkQmgI=
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209191823-41a485d34f94 h1:MkQenzY62ATKjPEON/N9HuDIqKMSxFzXJeJ2wUEaZ90=
github.com/trustwallet/assets-go-libs v0.0.11-0.20211209191823-41a485d34f94/go.mod h1:1TRY/wFNy7fV+avwpMpvA20rn5F8elip4UBE5HkQmgI=
github.com/trustwallet/go-libs v0.2.19 h1:GTdMWYGJpTiWy7XOitveeviQIUYazU4PVxnjUBruT3g=
github.com/trustwallet/go-libs v0.2.19/go.mod h1:7QdAp1lcteKKI0DYqGoaO8KO4eTNYjGmg8vHy0YXkKc=
github.com/trustwallet/go-primitives v0.0.16 h1:RoivfOFmMx8C4felrwWHuIWtWLm7Gd9Fj0mLIBZ8qEY=