feat: add STT to sepolia

This commit is contained in:
Anthony Laibe 2023-12-04 13:28:18 +01:00
parent 76b6745666
commit 485c1d8742
1 changed files with 8 additions and 0 deletions

View File

@ -1672,6 +1672,14 @@ func newDefaultStore() *DefaultStore {
ChainID: 421613,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0xE452027cdEF746c7Cd3DB31CB700428b16cD8E51"),
Name: "Status Test Token",
Symbol: "STT",
Decimals: 18,
ChainID: 11155111,
TokenListID: "status",
},
&Token{
Address: common.HexToAddress("0x3e622317f8c93f7328350cf0b56d9ed4c620c5d6"),
Name: "Dai Stablecoin",