Skip to content

Commit 35fd193

Browse files
fix: replace cartio with bepolia as bera testnet
Ticket: WIN-7645
1 parent 5693e9d commit 35fd193

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)