|
5 | 5 |
|
6 | 6 | import type { Asset } from './types.js'; |
7 | 7 |
|
8 | | -import { assetsDaiSVG, assetsDedPNG, assetsEthSVG, assetsPinkPNG, assetsTetherUsdtSVG, assetsUsdCoinUsdcSVG, assetsWbtcSVG } from '../ui/logos/assets/index.js'; |
| 8 | +import { assetsBillCoinSVG, assetsDaiSVG, assetsDedPNG, assetsEthSVG, assetsPinkPNG, assetsTetherUsdtSVG, assetsUsdCoinUsdcSVG, assetsWbtcSVG } from '../ui/logos/assets/index.js'; |
9 | 9 | import { chainsHydrationSVG, chainsPolkadotCircleSVG } from '../ui/logos/chains/index.js'; |
10 | 10 | import { nodesAstarPNG, nodesBifrostSVG, nodesCentrifugePNG, nodesInterlaySVG, nodesMoonbeamSVG, nodesNodleSVG, nodesPhalaSVG, nodesSubsocialSVG, nodesZeitgeistPNG } from '../ui/logos/nodes/index.js'; |
11 | | -import { squareAstarSVG, squareBifrostPolkadotSVG, squareBtcSVG, squareCentrifugeSVG, squareDaiSVG, squareEthereumSVG, squareHydraDXSVG, squareInterlaySVG, squareMoonbeamSVG, squareNodleSVG, squarePhalaSVG, squarePolkadotSVG, squareSubsocialParachainSVG, squareUsdcSVG, squareZeitgeistSVG } from '../ui/logos/square/index.js'; |
| 11 | +import { squareAstarSVG, squareBifrostPolkadotSVG, squareBillSVG, squareBtcSVG, squareCentrifugeSVG, squareDaiSVG, squareEthereumSVG, squareHydraDXSVG, squareInterlaySVG, squareMoonbeamSVG, squareNodleSVG, squarePhalaSVG, squarePolkadotSVG, squareSubsocialParachainSVG, squareUsdcSVG, squareZeitgeistSVG } from '../ui/logos/square/index.js'; |
12 | 12 |
|
13 | 13 | export const hydration: Asset[] = [ |
14 | 14 | { |
@@ -456,5 +456,23 @@ export const hydration: Asset[] = [ |
456 | 456 | existentialDeposit: '1', |
457 | 457 | transfersEnabled: true |
458 | 458 | } |
| 459 | + }, |
| 460 | + { |
| 461 | + id: 24, |
| 462 | + symbol: 'BILLCOIN', |
| 463 | + decimal: 12, |
| 464 | + type: 'orml', |
| 465 | + ui: { |
| 466 | + color: '#000', |
| 467 | + logo: assetsBillCoinSVG, |
| 468 | + logoSquare: squareBillSVG, |
| 469 | + subLogo: true |
| 470 | + }, |
| 471 | + extras: { |
| 472 | + currencyIdScale: '0x3a450f00', |
| 473 | + currencyIdType: 'u32', |
| 474 | + existentialDeposit: '1', |
| 475 | + transfersEnabled: true |
| 476 | + } |
459 | 477 | } |
460 | 478 | ]; |
0 commit comments