Skip to content

Commit

Permalink
Merge pull request #260 from neutron-org/feat/migrate-to-pcl
Browse files Browse the repository at this point in the history
feat: migrate TGE liquidity to PCL
  • Loading branch information
pr0n00gler authored Apr 30, 2024
2 parents f57f9bc + 5e70584 commit e1112a7
Show file tree
Hide file tree
Showing 11 changed files with 4,563 additions and 762 deletions.
6 changes: 6 additions & 0 deletions contracts_tge_migration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Contracts migrate

This folder contains contracts involved in TGE liquidity migration which versions require to be fixed.

- current_neutron_lockdrop — the pre-migration version of the lockdrop contract;
- current_vesting_lp — the pre-migration version of the vesting LP contract;
Binary file not shown.
Binary file not shown.
Binary file added contracts_tge_migration/current_vesting_lp.wasm
Binary file not shown.
Binary file added contracts_thirdparty/astroport_incentives.wasm
Binary file not shown.
Binary file not shown.
Binary file added contracts_thirdparty/astroport_xastro_token.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmos-client/core": "^0.47.4",
"@cosmos-client/cosmwasm": "^0.40.3",
"@cosmos-client/ibc": "^1.2.1",
"@neutron-org/neutronjsplus": "^0.3.3",
"@neutron-org/neutronjsplus": "0.4.0",
"@types/lodash": "^4.14.182",
"@types/long": "^5.0.0",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion src/testcases/parallel/tge.vesting_lp_vault.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { waitSeconds } from '@neutron-org/neutronjsplus/dist/wait';
const config = require('../../config.json');

// general contract keys used across the tests
const ASTRO_PAIR_CONTRACT_KEY = 'ASTRO_PAIR';
const ASTRO_PAIR_CONTRACT_KEY = 'ASTRO_PAIR_XYK';
const ASTRO_FACTORY_CONTRACT_KEY = 'ASTRO_FACTORY';
const ASTRO_TOKEN_CONTRACT_KEY = 'ASTRO_TOKEN';
const ASTRO_COIN_REGISTRY_CONTRACT_KEY = 'ASTRO_COIN_REGISTRY';
Expand Down
Loading

0 comments on commit e1112a7

Please sign in to comment.