Skip to content

Commit 6adae53

Browse files
authored
Merge pull request #104 from rainbow-me/coins
chore: update coins
2 parents b921a80 + 0c0397a commit 6adae53

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/spf13/cobra v1.7.0
88
github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a
99
github.com/trustwallet/go-libs v0.7.3
10-
github.com/trustwallet/go-primitives v0.1.32
10+
github.com/trustwallet/go-primitives v0.1.34
1111
)
1212

1313
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a h1:td
250250
github.com/trustwallet/assets-go-libs v0.3.9-0.20240905070109-9da7e7c4847a/go.mod h1:/cgJRCuCysrcqQutXmwR82ck/26qbdmZ5jSBeoc2vIw=
251251
github.com/trustwallet/go-libs v0.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0=
252252
github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk=
253-
github.com/trustwallet/go-primitives v0.1.32 h1:x6lDk+Y/W+qH0FNiEUorh3fOaFAOQYUXWSfnWfQg93I=
254-
github.com/trustwallet/go-primitives v0.1.32/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
253+
github.com/trustwallet/go-primitives v0.1.34 h1:ke3+rxShX0AC/Lf1jB8yK2GpOLryjNuCiu04+hGcgaI=
254+
github.com/trustwallet/go-primitives v0.1.34/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
255255
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
256256
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
257257
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

internal/service/staging_assets_service.go

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ func NewStagingAssetsService(fs *file.Service, rs *report.Service, paths []strin
4545
coin.SMARTCHAIN: true,
4646
coin.BASE: true,
4747
coin.AVALANCHEC: true,
48+
coin.BLAST: true,
49+
coin.XDAI: true,
50+
coin.ZKSYNC: true,
51+
coin.LINEA: true,
52+
coin.SCROLL: true,
4853
},
4954
}
5055
}

0 commit comments

Comments
 (0)