Skip to content

Commit

Permalink
fix: omni token erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Apr 17, 2024
1 parent 30e4449 commit 25e2a0c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions packages/token-metadata/src/tokens/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ export default {
NEOK: {
name: 'NEOKingdom DAO',
logo: 'neok.png',
coinGeckoId: 'neokingdom-dao',
coinGeckoId: '',

ibcs: [
{
Expand Down Expand Up @@ -3686,14 +3686,6 @@ export default {
],
},

OMNI: {
name: 'Omni Network',
logo: 'omni.png',
symbol: 'OMNI',
coinGeckoId: 'omni-network',
tokenType: TokenType.Unknown,
},

DDL: {
name: 'Discordels Token',
logo: 'ddl.png',
Expand Down Expand Up @@ -3766,4 +3758,17 @@ export default {
},
],
},

OMNI: {
name: 'Omni Network',
logo: 'omni.png',
symbol: 'OMNI',
coinGeckoId: 'omni-network',

erc20: {
symbol: 'OMNI',
decimals: 18,
address: '0x36e66fbbce51e4cd5bd3c62b637eb411b18949d4',
},
},
} as Record<string, TokenMetaBase>

0 comments on commit 25e2a0c

Please sign in to comment.