From 58b22a2e854939097a024217728a3caed92e8340 Mon Sep 17 00:00:00 2001 From: Daniel <24758309+leedaniil@users.noreply.github.com> Date: Thu, 9 Dec 2021 22:23:22 +0300 Subject: [PATCH] Update config and assets-go-libs (#16499) --- .github/assets.config.yaml | 5 ++++- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/assets.config.yaml b/.github/assets.config.yaml index 90a49c613..02ce87f26 100644 --- a/.github/assets.config.yaml +++ b/.github/assets.config.yaml @@ -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. \ No newline at end of file diff --git a/go.mod b/go.mod index 6e47261a4..caf4f19d2 100644 --- a/go.mod +++ b/go.mod @@ -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 ( diff --git a/go.sum b/go.sum index 1ff30a989..5b598cc07 100644 --- a/go.sum +++ b/go.sum @@ -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=