mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Update config and assets-go-libs (#16499)
This commit is contained in:
parent
13d5b6b83f
commit
58b22a2e85
5
.github/assets.config.yaml
vendored
5
.github/assets.config.yaml
vendored
|
@ -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
2
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 (
|
||||
|
|
2
go.sum
2
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=
|
||||
|
|
Loading…
Reference in New Issue
Block a user