Skip to content

Commit bf110d5

Browse files
fix: rename baseeth:vbtc.b to baseeth:vbtcb
Ticket: CGD-1836
1 parent e08bd8c commit bf110d5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4806,11 +4806,11 @@ export const allCoinsAndTokens = [
48064806
),
48074807
erc20Token(
48084808
'de84435e-7312-40a6-8822-c50a17fd7729',
4809-
'baseeth:vbtc.b',
4809+
'baseeth:vbtcb',
48104810
'Verified Bitcoin',
48114811
8,
48124812
'0x09096c6ebf35f0adaeec02d06a0de77e790f132d',
4813-
UnderlyingAsset['baseeth:vbtc.b'],
4813+
UnderlyingAsset['baseeth:vbtcb'],
48144814
Networks.main.basechain
48154815
),
48164816
erc20Token(

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@ export enum UnderlyingAsset {
33603360
'baseeth:bolt' = 'baseeth:bolt',
33613361
'baseeth:gusdcq' = 'baseeth:gusdcq',
33623362
'baseeth:laptop' = 'baseeth:laptop',
3363-
'baseeth:vbtc.b' = 'baseeth:vbtc.b',
3363+
'baseeth:vbtcb' = 'baseeth:vbtcb',
33643364

33653365
// BaseETH testnet tokens
33663366
'tbaseeth:usdc' = 'tbaseeth:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,10 +4005,10 @@ export const ofcErc20Coins = [
40054005
),
40064006
ofcerc20(
40074007
'15d5e890-b5f0-427a-bc97-05f42d939d60',
4008-
'ofcbaseeth:vbtc.b',
4008+
'ofcbaseeth:vbtcb',
40094009
'Verified Bitcoin',
40104010
8,
4011-
UnderlyingAsset['baseeth:vbtc.b'],
4011+
UnderlyingAsset['baseeth:vbtcb'],
40124012
undefined,
40134013
undefined,
40144014
'',

0 commit comments

Comments
 (0)