Skip to content

Commit 47959a2

Browse files
committed
Update Program.cs
1 parent 9553d38 commit 47959a2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Thirdweb.Console/Program.cs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,21 @@
9393

9494
#region Smart Ecosystem Wallet
9595

96-
var eco = await EcosystemWallet.Create(client: client, ecosystemId: "ecosystem.the-bonfire", authProvider: AuthProvider.Telegram);
97-
if (!await eco.IsConnected())
98-
{
99-
_ = await eco.LoginWithOauth(
100-
isMobile: false,
101-
browserOpenAction: (url) =>
102-
{
103-
var psi = new ProcessStartInfo { FileName = url, UseShellExecute = true };
104-
_ = Process.Start(psi);
105-
}
106-
);
107-
}
108-
var smartEco = await SmartWallet.Create(eco, 421614);
109-
var addy = await smartEco.GetAddress();
110-
Console.WriteLine($"Smart Ecosystem Wallet address: {addy}");
96+
// var eco = await EcosystemWallet.Create(client: client, ecosystemId: "ecosystem.the-bonfire", authProvider: AuthProvider.Twitch);
97+
// if (!await eco.IsConnected())
98+
// {
99+
// _ = await eco.LoginWithOauth(
100+
// isMobile: false,
101+
// browserOpenAction: (url) =>
102+
// {
103+
// var psi = new ProcessStartInfo { FileName = url, UseShellExecute = true };
104+
// _ = Process.Start(psi);
105+
// }
106+
// );
107+
// }
108+
// var smartEco = await SmartWallet.Create(eco, 421614);
109+
// var addy = await smartEco.GetAddress();
110+
// Console.WriteLine($"Smart Ecosystem Wallet address: {addy}");
111111

112112
#endregion
113113

0 commit comments

Comments
 (0)