Skip to content

Commit

Permalink
Merge branch 'main' into rzadp-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored May 21, 2024
2 parents 8dd06ab + d8921b9 commit 2c78b3e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 133 deletions.
9 changes: 0 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,6 @@ deploy-westend:
DOMAIN: parity-testnet
APP: substrate-faucet-westend

deploy-trappist:
stage: deploy
<<: *deploy-prod-refs
extends: .deploy-with-argocd
environment: trappist
variables:
DOMAIN: parity-testnet
APP: substrate-faucet-trappist

deploy-paseo:
stage: deploy
<<: *deploy-prod-refs
Expand Down
9 changes: 0 additions & 9 deletions client/src/lib/utils/networkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,10 @@ export const Paseo: NetworkData = {
explorer: null,
};

export const Trappist: NetworkData = {
networkName: "Trappist",
currency: "HOP",
chains: [{ name: "Trappist rococo parachain", id: -1 }],
endpoint: faucetUrl("https://trappist-faucet.parity-testnet.parity.io/drip/web"),
explorer: null,
};

export const Networks: { network: NetworkData; url: string }[] = [
{ network: Rococo, url: (base as string) || "/" },
{ network: Paseo, url: `${base as string}/paseo` },
{ network: Westend, url: `${base as string}/westend` },
{ network: Trappist, url: `${base as string}/trappist` },
];

export function getChainName(network: NetworkData, id: number): string | null {
Expand Down
12 changes: 0 additions & 12 deletions client/src/routes/trappist/+page.svelte

This file was deleted.

11 changes: 0 additions & 11 deletions client/tests/trappist.test.ts

This file was deleted.

28 changes: 0 additions & 28 deletions helm/values-parity-testnet-trappist.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions polkadot-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@
"paseo": {
"wsUrl": "wss://paseo.rpc.amforc.com/",
"metadata": "src/papi/chains/data/paseo.scale"
},
"trappist": {
"wsUrl": "wss://rococo-trappist-rpc.polkadot.io/",
"metadata": "src/papi/chains/data/trappist.scale"
}
}
Binary file removed src/papi/chains/data/trappist.scale
Binary file not shown.
2 changes: 0 additions & 2 deletions src/papi/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Binary, PolkadotClient } from "polkadot-api";
import e2e from "./e2e";
import paseo from "./paseo";
import rococo from "./rococo";
import trappist from "./trappist";
import versi from "./versi";
import westend from "./westend";

Expand All @@ -17,7 +16,6 @@ export const networks: Record<string, { data: NetworkData; api: NetworkApi }> =
versi,
westend,
e2e,
trappist,
paseo,
};

Expand Down
58 changes: 0 additions & 58 deletions src/papi/chains/trappist.ts

This file was deleted.

0 comments on commit 2c78b3e

Please sign in to comment.