Skip to content

Commit

Permalink
fix: bonds & migration updates (#81)
Browse files Browse the repository at this point in the history
* refactor: update next.config.js for tokenomics URL

* refactor: update .gitleaksignore to ignore a new generic API key

* fix: minor
  • Loading branch information
mohandast52 authored Aug 23, 2024
1 parent dcc2ad3 commit dea6e7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,4 @@ c286a015e94a4abfa474749e6d0d38d944b25e8b:apps/govern/common-util/Contracts/addre
19198deff3574e55dbb56fba98533722a641c6e7:apps/launcher/common-util/Contracts/addresses.tsx:generic-api-key:29
c286a015e94a4abfa474749e6d0d38d944b25e8b:apps/govern/common-util/Contracts/addresses.tsx:generic-api-key:74
6cf8d7df061c4bdb1e3ccbb8dbf3585b715ad874:apps/bond/components/BondingProducts/Bonding/TokenManagement/hooks/useWsolDeposit.jsx:generic-api-key:53
dcc2ad3b708d9ac49cf82b6e0401fdf78531fa05:apps/bond/components/BondingProducts/Bonding/TokenManagement/hooks/useWsolDeposit.jsx:generic-api-key:53
12 changes: 11 additions & 1 deletion apps/tokenomics/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,21 @@ const nextConfig = {
destination: '/donate',
permanent: false,
},
{
source: '/bonding-products',
destination: 'https://bond.olas.network/bonding-products',
permanent: true,
},
{
source: '/manage-solana-products',
destination: '/manage-solana-liquidity',
destination: 'https://bond.olas.network/manage-solana-liquidity',
permanent: true,
},
{
source: '/manage-solana-liquidity',
destination: 'https://bond.olas.network/manage-solana-liquidity',
permanent: true,
}
];
},
};
Expand Down

0 comments on commit dea6e7f

Please sign in to comment.