init code

This commit is contained in:
thuanle
2024-10-24 09:53:23 +07:00
parent a7559b3f9d
commit 92a63c7885
43 changed files with 1115 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package tele
const (
StickerSet = "verichains"
StickerTop = "AgADfQwAAinYuVQ"
)
var Token2StickerIdxMap = map[string]int{
"BNB": 3,
"TON": 7,
}
var Sticker2TokenMap = map[string]string{
"AgAD-BQAAtQesFQ": "TON",
"AgADxhEAAoNAIFQ": "BNB",
}