Skip to content

Commit

Permalink
Merge pull request #5282 from EdgeApp/matthew/enable-ada-stake
Browse files Browse the repository at this point in the history
Enable Cardano staking
  • Loading branch information
samholmes authored Sep 30, 2024
2 parents d95e488 + 67ea912 commit 80f113a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- added: Buy conversion tracking for Paybis
- added: Support for return.edge.app deeplinks
- added: Error tracking for failure to report conversions to referral server
- changed: Enable Cardano staking
- changed: Remove whitespaces from custom token contract address input
- changed: Use unique ENV configs for thorchain and thorchainda swap plugins
- fixed: Correctly tag `tokenApproval` `actionType` in `getTxActionDisplayInfo`
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/stake-plugins/generic/pluginInfo.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// import { kilncardanopool } from './pluginInfo/cardanoKilnPool'
import { kilncardanopool } from './pluginInfo/cardanoKilnPool'
import { coreumnative } from './pluginInfo/coreumNativeStaking'
// import { kilnpool } from './pluginInfo/ethereumKilnPool'
import { glifpoolCalibration } from './pluginInfo/filecoinCalibrationGlifpool'
import { glifpool } from './pluginInfo/filecoinGlifpool'
import { tarotpool } from './pluginInfo/optimismTarotPool'

export const genericPlugins = [glifpool, glifpoolCalibration, tarotpool, coreumnative]
export const genericPlugins = [glifpool, glifpoolCalibration, tarotpool, coreumnative, kilncardanopool]

0 comments on commit 80f113a

Please sign in to comment.