We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9766d commit 8f1c3ffCopy full SHA for 8f1c3ff
2 files changed
.changeset/proud-donkeys-deliver.md
@@ -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
@@ -111,7 +111,7 @@ export const bob: Array<AssetDetails> = [
111
getIcon: async () => (await import('./icons/bob/solvbtc')).default,
112
},
113
{
114
- symbol: 'SolvBTC.BBN',
+ symbol: 'XSOLVBTC',
115
address: '0xCC0966D8418d412c599A6421b760a847eB169A8c',
116
name: 'SolvBTC Babylon',
117
decimals: 18,
0 commit comments