File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments