Skip to content

Commit

Permalink
remove Tinkernet chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 13, 2025
1 parent c5bceb2 commit e0922b6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
18 changes: 0 additions & 18 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1831,23 +1831,6 @@ export const subsocial = new Parachain({
ws: ['wss://para.subsocial.network', 'wss://subsocial-rpc.dwellir.com'],
});

export const tinkernet = new Parachain({
assetsData: [
{
asset: tnkr,
id: 0,
},
],
ecosystem: Ecosystem.Kusama,
genesisHash:
'0xd42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2',
key: 'tinkernet',
name: 'InvArch Tinkernet',
parachainId: 2125,
ss58Format: 117,
ws: ['wss://tinkernet-rpc.dwellir.com'],
});

export const turing = new Parachain({
assetsData: [
{
Expand Down Expand Up @@ -1981,7 +1964,6 @@ export const chainsList: AnyChain[] = [
alphanetAssetHub,
polkadotAssetHub,
subsocial,
tinkernet,
turing,
turingAlphanet,
uniqueAlpha,
Expand Down
2 changes: 0 additions & 2 deletions packages/config/src/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import { polkadotAssetHubConfig } from './polkadotAssetHub';
import { robonomicsConfig } from './robonomics';
import { shidenConfig } from './shiden';
import { subsocialConfig } from './subsocial';
import { tinkernetConfig } from './tinkernet';
import { turingConfig } from './turing';
import { turingAlphanetConfig } from './turingAlphanet';
import { zeitgeistConfig } from './zeitgeist';
Expand Down Expand Up @@ -92,7 +91,6 @@ export const chainsConfigList: ChainConfig[] = [
kusamaAssetHubConfig,
polkadotAssetHubConfig,
subsocialConfig,
tinkernetConfig,
turingConfig,
turingAlphanetConfig,
zeitgeistConfig,
Expand Down
19 changes: 1 addition & 18 deletions packages/config/src/configs/moonriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ import {
rmrk,
sdn,
teer,
tnkr,
tur,
usdt,
vbnc,
vksm,
vmovr,
xrt,
xrt

Check failure on line 24 in packages/config/src/configs/moonriver.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
} from '../assets';
import {
bifrostKusama,
Expand All @@ -40,7 +39,6 @@ import {
picasso,
robonomics,
shiden,
tinkernet,
turing,
} from '../chains';
import { AssetConfig } from '../types/AssetConfig';
Expand Down Expand Up @@ -387,21 +385,6 @@ export const moonriverConfig = new ChainConfig({
balance: BalanceBuilder().substrate().system().account(),
},
}),
new AssetConfig({
asset: tnkr,
balance: BalanceBuilder().substrate().assets().account(),
contract: ContractBuilder().Xtokens().transfer(),
destination: tinkernet,
destinationFee: {
amount: 0.4,
asset: tnkr,
balance: BalanceBuilder().substrate().assets().account(),
},
fee: {
asset: movr,
balance: BalanceBuilder().substrate().system().account(),
},
}),
new AssetConfig({
asset: tur,
balance: BalanceBuilder().substrate().assets().account(),
Expand Down
28 changes: 0 additions & 28 deletions packages/config/src/configs/tinkernet.ts

This file was deleted.

0 comments on commit e0922b6

Please sign in to comment.