Skip to content

Commit

Permalink
fix_: add SNT address to token store
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipicar committed Jan 14, 2025
1 parent e9a4eff commit db07128
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions services/wallet/token/tokenstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@ func newDefaultStore() *DefaultStore {
ChainID: 42161,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0x662015EC830DF08C0FC45896FaB726542e8AC09E"),
Name: "Status Network Token",
Symbol: "SNT",
Decimals: 18,
ChainID: 8453,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009"),
Name: "SingularDTV",
Expand Down Expand Up @@ -1770,6 +1778,14 @@ func newDefaultStore() *DefaultStore {
ChainID: 11155111,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0xfDB3b57944943a7724fCc0520eE2B10659969a06"),
Name: "Status Test Token",
Symbol: "STT",
Decimals: 18,
ChainID: 84532,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0x3e622317f8c93f7328350cf0b56d9ed4c620c5d6"),
Name: "Dai Stablecoin",
Expand Down

0 comments on commit db07128

Please sign in to comment.