Skip to content

Commit

Permalink
Support for new networks (#161)
Browse files Browse the repository at this point in the history
Add support for new networks
  • Loading branch information
jpuri authored Mar 4, 2024
1 parent efbb4a8 commit 3054af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const SUPPORTED_NETWORK_CHAINIDS = {
AVALANCHE: '0xa86a',
ARBITRUM: '0xa4b1',
LINEA_MAINNET: '0xe708',
BASE: '0x2105',
SEPOLIA: '0xaa36a7',
};

export const blockaidValidationSupportedForNetwork = (
Expand Down

0 comments on commit 3054af1

Please sign in to comment.