Skip to content

Commit dc67472

Browse files
Merge pull request #9106 from BitGo/fix/CGD-1836-rename-vbtcb
fix: rename baseeth:vbtc.b to baseeth:vbtcb
2 parents 0f70258 + 326b3f5 commit dc67472

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
@@ -4807,11 +4807,11 @@ export const allCoinsAndTokens = [
48074807
),
48084808
erc20Token(
48094809
'de84435e-7312-40a6-8822-c50a17fd7729',
4810-
'baseeth:vbtc.b',
4810+
'baseeth:vbtcb',
48114811
'Verified Bitcoin',
48124812
8,
48134813
'0x09096c6ebf35f0adaeec02d06a0de77e790f132d',
4814-
UnderlyingAsset['baseeth:vbtc.b'],
4814+
UnderlyingAsset['baseeth:vbtcb'],
48154815
Networks.main.basechain
48164816
),
48174817
erc20Token(

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@ export enum UnderlyingAsset {
33653365
'baseeth:bolt' = 'baseeth:bolt',
33663366
'baseeth:gusdcq' = 'baseeth:gusdcq',
33673367
'baseeth:laptop' = 'baseeth:laptop',
3368-
'baseeth:vbtc.b' = 'baseeth:vbtc.b',
3368+
'baseeth:vbtcb' = 'baseeth:vbtcb',
33693369

33703370
// BaseETH testnet tokens
33713371
'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)