Skip to content

Commit

Permalink
feat (solana): support spl token.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangguiguang committed Oct 12, 2023
1 parent a0efdc2 commit 4c9e456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/coming-chat/go-defi-sdk v0.1.8-0.20221129031529-76d0fadb9c2c
github.com/coming-chat/go-dmens-sdk v0.0.0-20230530070140-f55af127d75d
github.com/coming-chat/go-red-packet v0.0.5-0.20230530070307-c05ad37efbc4
github.com/coming-chat/wallet-SDK v0.2.7-0.20230829100748-9d3be6f23c86
github.com/coming-chat/wallet-SDK v0.2.7-0.20231012100444-95b644fda8f7
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/coming-chat/go-sui/v2 v2.0.1-0.20230518103936-ac853f583e8f h1:KPOGMdQ
github.com/coming-chat/go-sui/v2 v2.0.1-0.20230518103936-ac853f583e8f/go.mod h1:0/cgsi6HcHEfPFC05mY/ovzWuxxpmKxiY0NIEFgMP4g=
github.com/coming-chat/lcs v0.0.0-20220829063658-0fa8432d2bdf h1:HrK16SFZnoxATieE+UHFSHZ6D2+XApv9g752MgvW7es=
github.com/coming-chat/lcs v0.0.0-20220829063658-0fa8432d2bdf/go.mod h1:CVVNl2j3TGYyUjuux+oYrRenPGvD+5UQbPGYp/zUews=
github.com/coming-chat/wallet-SDK v0.2.7-0.20230829100748-9d3be6f23c86 h1:K1jKA+rF9k4qdRFVIPZzZGMsehh/K7vFWWSHFtQ+Xp4=
github.com/coming-chat/wallet-SDK v0.2.7-0.20230829100748-9d3be6f23c86/go.mod h1:Mri0hVxsvW91M5+Vkn3cpxv6Ld++ZCWAezI4RMtR+PI=
github.com/coming-chat/wallet-SDK v0.2.7-0.20231012100444-95b644fda8f7 h1:VHCCqrcuVPEPAqlfvnhGMReLyL6fIGMng17ypjWYalA=
github.com/coming-chat/wallet-SDK v0.2.7-0.20231012100444-95b644fda8f7/go.mod h1:HeGPnk2jqL6mIanA6eDlvbA1oKh3pkp8ZRhHJz4Xs3I=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
Expand Down

0 comments on commit 4c9e456

Please sign in to comment.