Skip to content

Commit

Permalink
feat: dot tokenmetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Jun 2, 2022
1 parent 2116472 commit 6698c87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-ui-ts/src/utils/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const tokenDenomsPerNetwork = [
{
network: BridgingNetwork.Axelar,
denoms: ['uaxl'],
symbols: ['axl'],
symbols: ['axl', 'dot-planck'],
},
{
network: BridgingNetwork.Juno,
Expand Down
Binary file added packages/token-metadata/src/images/dot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/token-metadata/src/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,20 @@ export default {
address: '',
coinGeckoId: 'blockstack',
},
DOT: {
name: 'Polkadot',
logo: 'dot.jpeg',
symbol: 'DOT',
decimals: 8,
address: '',
coinGeckoId: 'polkadot',
},
'DOT-PLANCK': {
name: 'Polkadot',
logo: 'dot.jpeg',
symbol: 'DOT',
decimals: 8,
address: '',
coinGeckoId: 'polkadot',
},
}

0 comments on commit 6698c87

Please sign in to comment.