Skip to content

Commit

Permalink
bump code id for astroport pcl pools (#3281)
Browse files Browse the repository at this point in the history
* bump code id

* Delete packages/web/modals/create-cl-pool.tsx

* Update env.ts for testnet id
  • Loading branch information
sunnya97 authored May 30, 2024
1 parent 2fa9cb5 commit 75b9b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/queries/complex/pools/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { IS_TESTNET } from "../../../env";

/** Cosmwasm Code Ids confirmed to be transmuter pools in current env. */
const TransmuterPoolCodeIds = IS_TESTNET ? ["3084"] : ["148"];
const AstroportPclPoolCodeIds = IS_TESTNET ? ["5005"] : ["580"];
const AstroportPclPoolCodeIds = IS_TESTNET ? ["8611"] : ["773"];
const WhitewhalePoolCodeIds = IS_TESTNET ? ["?"] : ["503", "641"];

export function getCosmwasmPoolTypeFromCodeId(
Expand Down

0 comments on commit 75b9b8d

Please sign in to comment.