diff --git a/AlphaWallet/Browser/ViewModel/Dapps.swift b/AlphaWallet/Browser/ViewModel/Dapps.swift index e854939ef5..0332d57b1f 100644 --- a/AlphaWallet/Browser/ViewModel/Dapps.swift +++ b/AlphaWallet/Browser/ViewModel/Dapps.swift @@ -23,6 +23,7 @@ enum OriginalDapps { Dapp(name: "CryptoCare", description: "Social Impact Collectibles", url: "https://cryptocare.tech/adopt/cryptocare", cat: "Games"), Dapp(name: "Dice2win", description: "Simple and fair dice game", url: "https://dice2.win/", cat: "Games"), Dapp(name: "Dragonereum", description: "Own and trade dragons, fight with other players", url: "https://dapp.dragonereum.io/", cat: "Games"), + Dapp(name: "Block Lottos", description: "On-chain lottery games on Polygon and Base", url: "https://blocklottos.com/games", cat: "Games"), Dapp(name: "HyperDragons", description: "Large scale strategy battle game", url: "https://hyperdragons.alfakingdom.com/", cat: "Games"), Dapp(name: "MoveCastle", description: "Learn Libra Move through games", url: "http://learnlibramove.com/", cat: "Games"), Dapp(name: "Last Trip", description: "A RPG game", url: "http://lasttrip.matrixdapp.com/", cat: "Games"),