Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ntduan committed Jun 10, 2024
1 parent 0b14e3a commit 4944fab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/networks/src/chains/acala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,15 @@ export const getInitStorages = (config: typeof custom.acala | typeof custom.karu

export const acala = defineChain({
name: 'acala',
endpoint: ['wss://acala-rpc.aca-api.network', 'wss://acala-rpc.dwellir.com'],
endpoint: 'https://acala-rpc.aca-api.network',
paraId: 2000,
custom: custom.acala,
initStorages: getInitStorages(custom.acala),
})

export const karura = defineChain({
name: 'karura',
endpoint: [
'wss://karura-rpc.aca-api.network',
'wss://rpc-karura.luckyfriday.io',
'wss://karura.api.onfinality.io/public-ws',
],
endpoint: 'https://karura-rpc.aca-api.network',
paraId: 2000,
custom: custom.karura,
initStorages: getInitStorages(custom.karura),
Expand Down

0 comments on commit 4944fab

Please sign in to comment.