Skip to content

Commit

Permalink
fix: update berachain id
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Aug 30, 2024
1 parent 229ebe8 commit a5d9253
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ const EdDSA = elliptic.eddsa;
const URL_PREFIX = 'https://';

export const SUPPORTED_NETWORK_CHAINIDS = {
MAINNET: '0x1',
ARBITRUM: '0xa4b1',
AVALANCHE: '0xa86a',
BASE: '0x2105',
BERACHAIN: '0x138d4',
BSC: '0x38',
LINEA_MAINNET: '0xe708',
MAINNET: '0x1',
METACHAIN_ONE: '0x1b6e6',
OPBNB: '0xcc',
OPTIMISM: '0xa',
POLYGON: '0x89',
AVALANCHE: '0xa86a',
ARBITRUM: '0xa4b1',
LINEA_MAINNET: '0xe708',
BASE: '0x2105',
SCROLL: '0x82750',
SEPOLIA: '0xaa36a7',
OPBNB: '0xcc',
ZKSYNC: '0x144',
SCROLL: '0x82750',
BERACHAIN: '0x138d5',
METACHAIN_ONE: '0x1b6e6',
};

export const blockaidValidationSupportedForNetwork = (
Expand Down

0 comments on commit a5d9253

Please sign in to comment.