Skip to content

Commit 8f1c3ff

Browse files
committed
fix: symbols
1 parent 0f9766d commit 8f1c3ff

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'frontend': patch
3+
'@sovryn/contracts': patch
4+
---
5+
6+
fix: asset symbol

packages/contracts/src/contracts/assets/bob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const bob: Array<AssetDetails> = [
111111
getIcon: async () => (await import('./icons/bob/solvbtc')).default,
112112
},
113113
{
114-
symbol: 'SolvBTC.BBN',
114+
symbol: 'XSOLVBTC',
115115
address: '0xCC0966D8418d412c599A6421b760a847eB169A8c',
116116
name: 'SolvBTC Babylon',
117117
decimals: 18,

0 commit comments

Comments
 (0)