fix: remove duplicate token (#2777)

This commit is contained in:
Anthony Laibe 2022-07-29 09:40:07 +02:00 committed by GitHub
parent 4e2b02bedd
commit 9e0c9a5875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -1474,14 +1474,6 @@ var tokenStore = map[uint64]map[common.Address]*Token{
Decimals: 0,
ChainID: 5,
},
common.HexToAddress("0x3D6AFAA395C31FCd391fE3D562E75fe9E8ec7E6a"): &Token{
Address: common.HexToAddress("0x3D6AFAA395C31FCd391fE3D562E75fe9E8ec7E6a"),
Name: "Status Test Token",
Symbol: "STT",
Color: "#f8f8f8",
Decimals: 18,
ChainID: 3,
},
},
100: {
common.HexToAddress("0x3e50bf6703fc132a94e4baff068db2055655f11b"): &Token{