Skip to content

Commit 4660026

Browse files
authored
Remove osmosis testnet 4 as it is deprecated and we already have testnet 5 (#974)
1 parent 4c69764 commit 4660026

File tree

7 files changed

+0
-116
lines changed

7 files changed

+0
-116
lines changed

target_chains/cosmwasm/tools/src/chains-manager/chains.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export enum ChainType {
1414
// chainname{_optional-identifier}
1515
export enum ChainId {
1616
INJECTIVE_TESTNET = "injective_testnet",
17-
OSMOSIS_TESTNET_4 = "osmosis_testnet_4",
1817
OSMOSIS_TESTNET_5 = "osmosis_testnet_5",
1918
SEI_TESTNET_ATLANTIC_2 = "sei_testnet_atlantic_2",
2019
NEUTRON_TESTNET_PION_1 = "neutron_testnet_pion_1",
@@ -74,14 +73,6 @@ export const CHAINS_NETWORK_CONFIG: Record<ChainId, ChainNetworkConfig> = {
7473
prefix: "osmo",
7574
gasPrice: "0.025uosmo",
7675
},
77-
[ChainId.OSMOSIS_TESTNET_4]: {
78-
chainId: ChainId.OSMOSIS_TESTNET_4,
79-
chainType: ChainType.COSMWASM,
80-
executorEndpoint: "https://rpc-test.osmosis.zone:443",
81-
querierEndpoint: "https://rpc-test.osmosis.zone:443",
82-
prefix: "osmo",
83-
gasPrice: "0.025uosmo",
84-
},
8576
[ChainId.SEI_TESTNET_ATLANTIC_2]: {
8677
chainId: ChainId.SEI_TESTNET_ATLANTIC_2,
8778
chainType: ChainType.COSMWASM,

target_chains/cosmwasm/tools/src/configs.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ export const CHAINS_CONTRACT_CONFIG: Record<ChainId, ChainContractConfig> = {
1414
pythArtifactZipName: "injective",
1515
wormholeChainId: CHAINS.injective_testnet,
1616
},
17-
[ChainId.OSMOSIS_TESTNET_4]: {
18-
feeDenom: "uosmo",
19-
pythArtifactZipName: "osmosis",
20-
wormholeChainId: CHAINS.osmosis_testnet_4,
21-
},
2217
[ChainId.OSMOSIS_TESTNET_5]: {
2318
feeDenom: "uosmo",
2419
pythArtifactZipName: "osmosis",

target_chains/cosmwasm/tools/src/helper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { ChainId } from "./chains-manager/chains";
88
export function getChainIdsForStableDeployment(): ChainId[] {
99
return [
1010
ChainId.INJECTIVE_TESTNET,
11-
ChainId.OSMOSIS_TESTNET_4,
1211
ChainId.OSMOSIS_TESTNET_5,
1312
ChainId.OSMOSIS,
1413
ChainId.SEI_TESTNET_ATLANTIC_2,
@@ -22,7 +21,6 @@ export function getChainIdsForStableDeployment(): ChainId[] {
2221
export function getChainIdsForEdgeDeployment(): ChainId[] {
2322
return [
2423
ChainId.INJECTIVE_TESTNET,
25-
ChainId.OSMOSIS_TESTNET_4,
2624
ChainId.OSMOSIS_TESTNET_5,
2725
ChainId.SEI_TESTNET_ATLANTIC_2,
2826
ChainId.NEUTRON_TESTNET_PION_1,

target_chains/cosmwasm/tools/store/edge/instantiate-pyth/osmosis_testnet_4-1.2.0.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

target_chains/cosmwasm/tools/store/edge/test-contracts/osmosis_testnet_4-1.2.0.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

target_chains/cosmwasm/tools/store/stable/instantiate-pyth/osmosis_testnet_4-1.2.0.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

target_chains/cosmwasm/tools/store/stable/test-contracts/osmosis_testnet_4-1.2.0.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)