Skip to content

Commit f8b5ec4

Browse files
Merge pull request #9261 from BitGo/CECHO-1630-rename-cnfi
fix(statics): rename CNFI token from Connect Finance to Connect Financial
2 parents 708b385 + 97b56ae commit f8b5ec4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

modules/statics/src/coins/erc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8706,7 +8706,7 @@ export const erc20Coins = [
87068706
erc20(
87078707
'33a27b5a-dc72-470b-b652-edd07ec1bdf2',
87088708
'cnfi',
8709-
'Connect Finance',
8709+
'Connect Financial',
87108710
18,
87118711
'0xeabb8996ea1662cad2f7fb715127852cd3262ae9',
87128712
UnderlyingAsset.CNFI

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,13 @@ export const ofcErc20Coins = [
23832383
underlyingAssetForSymbol('chainlink')
23842384
),
23852385
ofcerc20('ae1e9792-7cc8-4f79-aeb6-b0ac8331f814', 'ofcchart', 'ChartEx', 18, underlyingAssetForSymbol('chart')),
2386-
ofcerc20('74c70236-33ce-4f28-a437-a748e090339f', 'ofccnfi', 'Connect Finance', 18, underlyingAssetForSymbol('cnfi')),
2386+
ofcerc20(
2387+
'74c70236-33ce-4f28-a437-a748e090339f',
2388+
'ofccnfi',
2389+
'Connect Financial',
2390+
18,
2391+
underlyingAssetForSymbol('cnfi')
2392+
),
23872393
ofcerc20('8dcefa77-fe16-4b8e-8396-1dcf28e74abb', 'ofccollar', 'DOG COLLAR', 18, underlyingAssetForSymbol('collar')),
23882394
ofcerc20('0adac8a6-33a9-4b6f-be55-65ca17ea5086', 'ofccombo', 'Combo', 18, underlyingAssetForSymbol('combo')),
23892395
ofcerc20('d7721a78-95be-44fc-b0c0-9b008c9f822e', 'ofccos', 'Contentos', 18, underlyingAssetForSymbol('cos')),

0 commit comments

Comments
 (0)