Skip to content

Commit

Permalink
feat: add new infura supported network (#72)
Browse files Browse the repository at this point in the history
* feat: add new infura supported network

* feat: add linea-goerli and linea-mainnet networks to infura supported networks
  • Loading branch information
VGau authored May 30, 2023
1 parent 9b6dc41 commit ff08d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ export type InfuraJsonRpcSupportedNetwork =
| 'near-mainnet'
| 'near-testnet'
| 'starknet-mainnet'
| 'starknet-goerli';
| 'starknet-goerli'
| 'linea-goerli'
| 'linea-mainnet';

0 comments on commit ff08d26

Please sign in to comment.