File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ async function main() {
1111  const  SESH_UNIT  =  1_000_000_000n ; 
1212  const  SUPPLY  =  240_000_000n  *  SESH_UNIT ; 
1313
14-   // These are set to the mainnet arbitrum values 
15-   const  L1_ROUTER_ADDRESS  =  "0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef" ;  // https://github.com/OffchainLabs/arbitrum-sdk/blob/9326101b86353f9459767a221eaa0c733218e2fa/packages/sdk/src/lib/dataEntities/networks.ts#L160 
16-   const  L1_GATEWAY_ADDRESS  =  "0xcEe284F754E854890e311e3280b767F80797180d" ;  // https://github.com/OffchainLabs/arbitrum-sdk/blob/9326101b86353f9459767a221eaa0c733218e2fa/packages/sdk/src/lib/dataEntities/networks.ts#L164 
14+   // These are set to the Arbitrum One values 
15+   // See https://docs.arbitrum.io/build-decentralized-apps/reference/contract-addresses 
16+   const  L1_ROUTER_ADDRESS  =  "0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef" ; 
17+   const  L1_GATEWAY_ADDRESS  =  "0xcEe284F754E854890e311e3280b767F80797180d" ; 
1718
1819  const  args  =  { 
1920    SESH_UNIT , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments