Skip to content

Commit

Permalink
πŸ› fix: bsc network (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustin01 authored Jan 3, 2025
1 parent b76f2cc commit 99e155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coin-ethereum/src/chain-wallet/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const EthereumScrollSepolia: ChainInfo = {
};

export const EthereumBase: ChainInfo = {
chainId: new ChainId(Chain.Ethereum, ChainNetwork.EvmBscNet),
chainId: new ChainId(Chain.Ethereum, ChainNetwork.EvmBaseNet),
name: 'Base',
fullName: 'Base Mainnet',
icon: '/chain-icons/Base.svg',
Expand Down

0 comments on commit 99e155d

Please sign in to comment.