Skip to content

Commit

Permalink
feat(BASE): add as BAS
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKozAllB committed Feb 5, 2024
1 parent 86ea9f1 commit 201232a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export enum ChainSymbol {
*/
ETH = "ETH",

/**
* The Base main network.
*/
BAS = "BAS",

/**
* The Solana network.
*/
Expand Down Expand Up @@ -122,6 +127,12 @@ export const chainProperties: Record<string, BasicChainProperties> = {
name: "Ethereum",
chainType: ChainType.EVM,
},
[ChainSymbol.BAS]: {
chainSymbol: ChainSymbol.BAS,
chainId: "0x2105",
name: "Base",
chainType: ChainType.EVM,
},
[ChainSymbol.ARB]: {
chainSymbol: ChainSymbol.ARB,
chainId: "0xa4b1",
Expand Down

0 comments on commit 201232a

Please sign in to comment.