File tree Expand file tree Collapse file tree 8 files changed +31
-8
lines changed Expand file tree Collapse file tree 8 files changed +31
-8
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11# @graphprotocol/graph-cli   
22
3+ ## 0.91.0  
4+ 
5+ ### Minor Changes  
6+ 
7+ -  [ #1754  ] ( https://github.com/graphprotocol/graph-tooling/pull/1754 ) 
8+   [ ` 2050bf6 ` ] ( https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd ) 
9+   Thanks [ @incrypto32  ] ( https://github.com/incrypto32 ) ! - Add support for subgraph datasource and
10+   associated types.
11+ 
12+ -  [ #1781  ] ( https://github.com/graphprotocol/graph-tooling/pull/1781 ) 
13+   [ ` e8218ee ` ] ( https://github.com/graphprotocol/graph-tooling/commit/e8218eedec4292a95957efc5cadcbcf5280c0375 ) 
14+   Thanks [ @alinobrasil  ] ( https://github.com/alinobrasil ) ! - added rpc and api urls for
15+   botanix-testnet
16+ 
317## 0.90.1  
418
519### Patch Changes  
Original file line number Diff line number Diff line change 11{
22  "name" : " @graphprotocol/graph-cli"  ,
3-   "version" : " 0.90.1 "  ,
3+   "version" : " 0.91.0 "  ,
44  "type" : " module"  ,
55  "description" : " CLI for building for and deploying to The Graph"  ,
66  "license" : " (Apache-2.0 OR MIT)"  ,
Original file line number Diff line number Diff line change @@ -358,6 +358,8 @@ const getEtherscanLikeAPIUrl = (network: string) => {
358358      return  'https://maizenet-explorer.usecorn.com/api' ; 
359359    case  'corn-testnet' :
360360      return  'https://testnet-explorer.usecorn.com/api' ; 
361+     case  'botanix-testnet' :
362+       return  'https://api.routescan.io/v2/network/testnet/evm/3636/etherscan/api' ; 
361363    default :
362364      return  `https://api-${ network }  .etherscan.io/api` ; 
363365  } 
@@ -522,6 +524,8 @@ const getPublicRPCEndpoint = (network: string) => {
522524      return  'https://maizenet-rpc.usecorn.com' ; 
523525    case  'corn-testnet' :
524526      return  'https://testnet-rpc.usecorn.com' ; 
527+     case  'botanix-testnet' :
528+       return  'https://node.botanixlabs.dev' ; 
525529    default :
526530      throw  new  Error ( `Unknown network: ${ network }  ` ) ; 
527531  } 
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export default class CodegenCommand extends Command {
4343      summary : 'IPFS node to use for fetching subgraph data.' , 
4444      char : 'i' , 
4545      default : DEFAULT_IPFS_URL , 
46+       hidden : true 
4647    } ) , 
4748    'uncrashable-config' : Flags . file ( { 
4849      summary : 'Directory for uncrashable config.' , 
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ export default class InitCommand extends Command {
157157      summary : 'IPFS node to use for fetching subgraph data.' , 
158158      char : 'i' , 
159159      default : DEFAULT_IPFS_URL , 
160+       hidden : true 
160161    } ) , 
161162  } ; 
162163
Original file line number Diff line number Diff line change 11# @graphprotocol/graph-ts   
22
3+ ## 0.36.0  
4+ 
5+ ### Minor Changes  
6+ 
7+ -  [ #1754  ] ( https://github.com/graphprotocol/graph-tooling/pull/1754 ) 
8+   [ ` 2050bf6 ` ] ( https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd ) 
9+   Thanks [ @incrypto32  ] ( https://github.com/incrypto32 ) ! - Add support for subgraph datasource and
10+   associated types.
11+ 
312## 0.35.1  
413
514### Patch Changes  
Original file line number Diff line number Diff line change 11{
22  "name" : " @graphprotocol/graph-ts"  ,
3-   "version" : " 0.35.1 "  ,
3+   "version" : " 0.36.0 "  ,
44  "description" : " TypeScript/AssemblyScript library for writing subgraph mappings for The Graph"  ,
55  "main" : " index.ts"  ,
66  "module" : " index.ts"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments