Skip to content

Commit

Permalink
chore: rename dlcBTC to iBTC
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger committed Nov 27, 2024
1 parent 9696f5d commit d01a0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/environment/src/assets/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ export default defineAssetList(Network.ARBITRUM, [
{
decimals: 8,
id: "0x050c24dbf1eec17babe5fc585f06116a259cc77a",
name: "dlcBTC",
name: "iBTC",
releases: [sulu],
symbol: "dlcBTC",
symbol: "IBTC",
type: AssetType.PRIMITIVE,
priceFeed: {
type: PriceFeedType.PRIMITIVE_CHAINLINK,
Expand Down
4 changes: 2 additions & 2 deletions packages/environment/src/assets/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2668,9 +2668,9 @@ export default defineAssetList(Network.ETHEREUM, [
{
decimals: 8,
id: "0x20157dbabb84e3bbfe68c349d0d44e48ae7b5ad2",
name: "dlcBTC",
name: "iBTC",
releases: [sulu],
symbol: "DLCBTC",
symbol: "IBTC",
type: AssetType.PRIMITIVE,
priceFeed: {
type: PriceFeedType.PRIMITIVE_CHAINLINK,
Expand Down

0 comments on commit d01a0c8

Please sign in to comment.