Skip to content

Commit

Permalink
feat: updated XCM withdrawal call
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Nov 7, 2023
1 parent 9e0d586 commit 8ccc4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/xcm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export let xcmChainObj: XcmChainObj = {
img: require('/src/assets/img/chain/polkadot.png'),
parachainId: relaychainParaId,
endpoints: [
'wss://polkadot.api.onfinality.io/public-ws',
'wss://rpc.polkadot.io',
'wss://polkadot.api.onfinality.io/public-ws',
'wss://1rpc.io/dot',
'wss://polkadot-public-rpc.blockops.network/ws',
'wss://polkadot-rpc.dwellir.com',
Expand Down Expand Up @@ -291,8 +291,8 @@ export let xcmChainObj: XcmChainObj = {
img: require('/src/assets/img/token/pha.png'),
parachainId: parachainIds.PHALA,
endpoints: [
'wss://phala-rpc.dwellir.com',
'wss://api.phala.network/ws',
'wss://phala-rpc.dwellir.com',
'wss://phala.api.onfinality.io/public-ws',
],
subscan: 'https://phala.subscan.io',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class AstarXcmRepository extends XcmRepository {
return await this.buildTxCall(
from,
endpoint,
'xtokens',
'xTokens',
'transferMultiasset',
assets,
destination,
Expand Down

0 comments on commit 8ccc4a0

Please sign in to comment.