@unique-nft/api
Version:
Definitely typed JS API for the Unique Network blockchain
21 lines (17 loc) • 330 B
text/typescript
import {Coin} from './coin'
export {Coin}
export const quartz = new Coin({
symbol: 'QTZ',
weiSymbol: 'wei',
decimals: 18,
})
export const unique = new Coin({
symbol: 'UNQ',
weiSymbol: 'wei',
decimals: 18,
})
export const opal = new Coin({
symbol: 'OPL',
weiSymbol: 'wei',
decimals: 18,
})