File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
lazer/sdk/rust/client/examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ async fn main() -> anyhow::Result<()> {
3838                ] , 
3939                chains:  vec![ Chain :: Solana ] , 
4040                delivery_format:  DeliveryFormat :: Json , 
41-                 json_binary_encoding:  JsonBinaryEncoding :: default ( ) , 
41+                 json_binary_encoding:  JsonBinaryEncoding :: Base64 , 
4242                parsed:  true , 
4343                channel:  Channel :: FixedRate ( 
4444                    FixedRate :: from_ms( 200 ) . expect( "unsupported update rate" ) , 
@@ -59,7 +59,7 @@ async fn main() -> anyhow::Result<()> {
5959                ] , 
6060                chains:  vec![ Chain :: Evm ,  Chain :: Solana ] , 
6161                delivery_format:  DeliveryFormat :: Binary , 
62-                 json_binary_encoding:  JsonBinaryEncoding :: default ( ) , 
62+                 json_binary_encoding:  JsonBinaryEncoding :: Base64 , 
6363                parsed:  false , 
6464                channel:  Channel :: FixedRate ( 
6565                    FixedRate :: from_ms( 50 ) . expect( "unsupported update rate" ) , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments