Skip to content

Commit

Permalink
fix: changes suggested by ryaan
Browse files Browse the repository at this point in the history
TICKET: COIN-1744
  • Loading branch information
baltiyal committed Sep 30, 2024
1 parent 10a79a6 commit 5caa899
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2390,12 +2390,12 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.BIT
),
erc20(
'1455ba04-15fe-416a-a291-5dbcbd6c64ac',
'bkt',
'Blocktrade',
'3ac1141f-6c09-476c-919b-9f5b0ef26dab',
'btt',
'BitTorrent',
18,
'0xfa456cf55250a839088b27ee32a424d7dacb54ff',
UnderlyingAsset.BKT
'0xc669928185dbce49d2230cc9b0979be6dc797957',
UnderlyingAsset.BTT
),
erc20(
'83214bf2-eec7-4225-b398-41e065e23311',
Expand Down Expand Up @@ -2489,7 +2489,7 @@ export const coins = CoinMap.fromCoins([
'6b0fabae-5d77-4f1f-ab2d-33094ef70b64',
'bonk',
'BONK',
18,
5,
'0x1151cb3d861920e07a38e03eead12c32178567f6',
UnderlyingAsset.BONK
),
Expand Down Expand Up @@ -2558,12 +2558,12 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.BTRST
),
erc20(
'3ac1141f-6c09-476c-919b-9f5b0ef26dab',
'btt',
'BitTorrent',
'4e1e3c5a-315f-443d-9eea-7d0bb7bd1b94',
'bkt',
'Blocktrade',
18,
'0xc669928185dbce49d2230cc9b0979be6dc797957',
UnderlyingAsset.BTT
'0xfa456cf55250a839088b27ee32a424d7dacb54ff',
UnderlyingAsset.BKT
),
erc20(
'c968c10c-fd2f-4dac-b6ac-5b62d6bb0645',
Expand Down Expand Up @@ -5413,7 +5413,7 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.OGN
),
erc20(
'5d18a459-9016-468c-adb8-af1f2b858613',
'f4a71d1f-b4df-4f76-ac39-8fab55a644e1',
'omold',
'Om Token',
18,
Expand Down Expand Up @@ -10108,7 +10108,7 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset.LYXE
),
erc20(
'1206cdf8-fdd0-4cc1-bf11-684ae76856e9',
'd9371bee-e3f9-4a3b-8c59-209b39e92587',
'om',
'MANTRA DAO',
18,
Expand Down

0 comments on commit 5caa899

Please sign in to comment.