Skip to content

Commit

Permalink
Merge pull request #19 from myParakeet/external-tokens
Browse files Browse the repository at this point in the history
 Add some additional external tokens for omniwatch
  • Loading branch information
mrq1911 authored Apr 25, 2024
2 parents 844cab2 + 8b7fb18 commit 0b1684b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,68 @@ let currencies = {
symbol: 'PINK',
decimals: '10'
},
'1000023': {
name: 'IceCreamToken',
assetType: 'External',
existentialDeposit: '1',
symbol: 'ICE',
decimals: '20'
},
'1000026': {
name: 'Efinity Token',
assetType: 'External',
existentialDeposit: '1',
symbol: 'EFI',
decimals: '18'
},
'1000027': {
name: 'web3.online',
assetType: 'External',
existentialDeposit: '1',
symbol: 'web3',
decimals: '18'
},
'1000028': {
name: 'Polkadot Index',
assetType: 'External',
existentialDeposit: '1',
symbol: 'PINT',
decimals: '12'
},
'1000029': {
name: 'Danger Coin',
assetType: 'External',
existentialDeposit: '1',
symbol: 'DANGER',
decimals: '8'
},
'1000034': {
name: 'STINK',
assetType: 'External',
existentialDeposit: '1',
symbol: 'STINK',
decimals: '10'
},
'1000035': {
name: 'BEER',
assetType: 'External',
existentialDeposit: '1',
symbol: 'BEER',
decimals: '6'
},
'1000036': {
name: 'BEEFY',
assetType: 'External',
existentialDeposit: '1',
symbol: 'BEEFY',
decimals: '2'
},
'1000038': {
name: 'DOTA',
assetType: 'External',
existentialDeposit: '1',
symbol: 'DOTA',
decimals: '4'
}
};

Expand Down

0 comments on commit 0b1684b

Please sign in to comment.