Skip to content

Commit 23193c7

Browse files
authored
Merge pull request #274 from Define101/master
fix blaster adapter
2 parents b25ea89 + 2748d82 commit 23193c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/adapters/peggedAssets/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ import feth from "./feth";
169169
import fxusd from "./fxusd";
170170
import euro3 from "./euro3";
171171
import hai from "./let-s-get-hai";
172-
import usdbb from "./usdb-blast" //cant have duplicated
172+
import usdbblast from "./usdb-blast" //cant have duplicated
173173

174174
export default {
175175
tether,
@@ -343,5 +343,5 @@ export default {
343343
"f-x-protocol-usd": fxusd,
344344
euro3, //since its the real coingecko id + same symbol we good with this. I think no need to "euro3": euro3
345345
"let-s-get-hai": hai,
346-
"usdb": usdbb
346+
"usdb": usdbblast
347347
};

src/peggedData/peggedData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3449,7 +3449,7 @@ export default [
34493449
id: "172",
34503450
name: "USDB Blast",
34513451
address: "blast:0x4300000000000000000000000000000000000003",
3452-
symbol: "USDB",
3452+
symbol: "usdb(blast)", // we already have a symbol like this
34533453
url: "https://blast.io",
34543454
description:
34553455
"The only Ethereum L2 with native yield for ETH and stablecoins.",

0 commit comments

Comments
 (0)