Skip to content

Commit

Permalink
update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jan 25, 2024
1 parent ef17b09 commit 44f11e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions networks/acala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ export type Vars = {
export default {
polkadot: {
name: 'acala' as const,
endpoint: 'wss://acala-rpc.aca-api.network',
endpoint: ['wss://acala-rpc.aca-api.network', 'wss://acala-rpc.dwellir.com'],
relayToken: 'DOT',
relayLiquidToken: 'LDOT',
stableToken: 'AUSD',
},
kusama: {
name: 'karura' as const,
endpoint: 'wss://karura-rpc.aca-api.network',
endpoint: [
'wss://karura-rpc.aca-api.network',
'wss://rpc-karura.luckyfriday.io',
'wss://karura.api.onfinality.io/public-ws',
],
relayToken: 'KSM',
relayLiquidToken: 'LKSM',
stableToken: 'KUSD',
Expand Down

0 comments on commit 44f11e6

Please sign in to comment.