Skip to content

Commit

Permalink
TxD domains (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
arty-name authored Aug 29, 2023
1 parent 9231d64 commit 8ea107d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/useTXDTransmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { endpoint } from './claimWeb3name-helpers';
const txdUrls: Record<string, string> = {
'wss://kilt-rpc.dwellir.com': 'https://txd.trusted-entity.io',
'wss://spiritnet.kilt.io': 'https://txd.trusted-entity.io',
'wss://peregrine.kilt.io': 'https://txd-dev.trusted-entity.io',
'wss://peregrine-stg.kilt.io/para': 'https://txd-dev.trusted-entity.io',
'wss://peregrine.kilt.io': 'https://dev.txd.trusted-entity.io',
'wss://peregrine-stg.kilt.io/para': 'https://smoke.txd.trusted-entity.io',
};

const checkoutUrls: Record<string, string> = {
Expand Down

0 comments on commit 8ea107d

Please sign in to comment.