diff --git a/public/img/assets/nyx.png b/public/img/assets/nyx.png new file mode 100644 index 00000000..ee3a14ac Binary files /dev/null and b/public/img/assets/nyx.png differ diff --git a/src/utils/config.ts b/src/utils/config.ts index b67adff7..8bfd3dea 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -382,6 +382,20 @@ export const chains: { [chain_name: string]: Chain } = { chain_image: '/nolus.svg', explorer_account: 'https://ping.pub/nolus/account/' }, + Nym: { + chain_name: 'Nym', + deposit_channel_id: 'channel-12', + deposit_gas: 200_000, + deposit_gas_denom: 'unym', + withdraw_channel_id: 'channel-174', + withdraw_gas: 150_000, + chain_id: 'nyx', + bech32_prefix: 'n', + lcd: 'https://api.nymtech.net', + rpc: 'https://rpc.nymtech.net/', + chain_image: '/nyx.png', + explorer_account: 'https://www.mintscan.io/nyx/account/' + }, Omniflix: { chain_name: 'Omniflix', deposit_channel_id: 'channel-46', @@ -890,6 +904,18 @@ export const tokens: Token[] = [ 'uscrt' ) }, + { + chain_name: 'Nym', + denom: ibcDenom( + [ + { + incomingChannelId: chains['Nym'].deposit_channel_id, + incomingPortId: 'transfer' + } + ], + 'uscrt' + ) + }, { chain_name: 'Omniflix', denom: ibcDenom( @@ -2208,6 +2234,35 @@ export const tokens: Token[] = [ } ] }, + { + name: 'NYM', + description: 'Nym Governance Token', + address: 'XX', + code_hash: '638a3e1d50175fbcb8373cf801565283e3eb23d88a9b7b7f99fcc5eb1e6b561e', + image: '/nyx.png', + decimals: 6, + coingecko_id: 'nym', + deposits: [ + { + chain_name: 'Nym', + denom: 'unym' + } + ], + withdrawals: [ + { + chain_name: 'Nym', + denom: ibcDenom( + [ + { + incomingChannelId: chains['Nym'].withdraw_channel_id, + incomingPortId: 'transfer' + } + ], + 'unym' + ) + } + ] + }, { name: 'LUNA', description: 'Terra Governance Token',