Skip to content

Commit 50f683a

Browse files
committed
cleanup
1 parent 1d8e34d commit 50f683a

File tree

18 files changed

+6
-398
lines changed

18 files changed

+6
-398
lines changed

networks/all.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ import acalaNextConfig from './acala-next'
55
import assethubConfig from './assethub'
66
import astarConfig from './astar'
77
import bifrostConfig from './bifrost'
8-
// import centrifugeConfig from './centrifuge'
9-
import crustConfig from './crust'
10-
import darwiniaConfig from './darwinia'
118
import hydraDXConfig from './hydraDX'
129
import interlayConfig from './interlay'
1310
import moonbeamConfig from './moonbeam'
14-
// import parallelConfig from './parallel'
15-
// import phalaConfig from './phala'
1611
import polkadotConfig from './polkadot'
17-
import uniqueConfig from './unique'
1812

1913
const all = {
2014
polkadot: polkadotConfig,
@@ -25,13 +19,7 @@ const all = {
2519
moonbeam: moonbeamConfig,
2620
hydraDX: hydraDXConfig,
2721
bifrost: bifrostConfig,
28-
// centrifuge: centrifugeConfig,
29-
// parallel: parallelConfig,
30-
crust: crustConfig,
31-
unique: uniqueConfig,
3222
interlay: interlayConfig,
33-
// phala: phalaConfig,
34-
darwinia: darwiniaConfig,
3523
} satisfies Record<string, Config>
3624

3725
export default all

networks/assethub.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { Config } from './types'
33
export default {
44
polkadot: {
55
name: 'assetHubPolkadot' as const,
6-
endpoint: 'wss://statemint-rpc-tn.dwellir.com',
6+
endpoint: 'wss://polkadot-asset-hub-rpc.polkadot.io',
77
},
88
kusama: {
99
name: 'assetHubKusama' as const,
10-
endpoint: 'wss://statemine-rpc-tn.dwellir.com',
10+
endpoint: 'wss://sys.ibp.network/asset-hub-kusama',
1111
},
1212
config: ({ alice }) => ({
1313
storages: {

networks/bifrost.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { Config } from './types'
33
export default {
44
polkadot: {
55
name: 'bifrostPolkadot' as const,
6-
endpoint: 'wss://hk.p.bifrost-rpc.liebi.com/ws',
6+
endpoint: 'wss://bifrost.public.curie.radiumblock.co/ws',
77
},
88
kusama: {
99
name: 'bifrost' as const,
10-
endpoint: 'wss://bifrost-rpc.liebi.com/ws',
10+
endpoint: 'wss://us.bifrost-rpc.liebi.com/ws',
1111
},
1212
config: ({ alice }) => ({
1313
storages: {
@@ -18,7 +18,7 @@ export default {
1818
}),
1919
} satisfies Config
2020

21-
export const basilisk = {
21+
export const bifrost = {
2222
paraId: 2001,
2323
}
2424
export const bifrostPolkadot = {

networks/crust.ts

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

networks/darwinia.ts

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

networks/phala.ts

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

networks/unique.ts

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

scripts/configs/crab.yml

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

scripts/configs/crust.yml

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

scripts/configs/khala.yml

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

0 commit comments

Comments
 (0)