Skip to content

Commit

Permalink
Add SYN & SYN Contract
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Aug 25, 2024
1 parent ae1e441 commit 8080204
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added public/img/assets/syn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,35 @@ export const tokens: Token[] = [
}
]
},
{
name: 'SYN',
description: 'Galactic Syndicate Governance Token',
address: 'secret1hjcv25hpgqtpwn90tz7pttr9fyz7l9pngzz8rl',
code_hash: '638a3e1d50175fbcb8373cf801565283e3eb23d88a9b7b7f99fcc5eb1e6b561e',
image: '/syn.png',
decimals: 6,
coingecko_id: '',
deposits: [
{
chain_name: 'Injective',
denom: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN'
}
],
withdrawals: [
{
chain_name: 'Injective',
denom: ibcDenom(
[
{
incomingChannelId: chains['Injective'].withdraw_channel_id,
incomingPortId: 'transfer'
}
],
'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN'
)
}
]
},
{
name: 'TIA',
description: 'Celestia Governance Token',
Expand Down

0 comments on commit 8080204

Please sign in to comment.