Skip to content

Commit 0239762

Browse files
Merge pull request #7325 from BitGo/WIN-7645
fix: replace cartio with bepolia as bera testnet
2 parents 5940da3 + 35fd193 commit 0239762

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

modules/sdk-coin-bera/src/lib/resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { coins, EthereumNetwork } from '@bitgo/statics';
33

44
export const testnetCommon = EthereumCommon.custom(
55
{
6-
name: 'Berachain cArtio',
6+
name: 'Berachain Bepolia',
77
networkId: (coins.get('tbera').network as EthereumNetwork).chainId,
88
chainId: (coins.get('tbera').network as EthereumNetwork).chainId,
99
},

0 commit comments

Comments
 (0)