Skip to content

Commit

Permalink
Switched Qitmeer RPC as dimai.ai RPC is far behind chain head
Browse files Browse the repository at this point in the history
  • Loading branch information
simone1999 committed Oct 30, 2024
1 parent cfcc8e7 commit bcb34aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/constants/src/chains/qitmeer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const qitmeer: IceChain = {
features: ['swap', 'bridge', 'info'],
network: 'qitmeer',
rpcUrls: {
public: { http: ['https://rpc.dimai.ai',] },
default: { http: ['https://rpc.dimai.ai',] },
public: { http: ['https://qng.rpc.qitmeer.io',] },
default: { http: ['https://qng.rpc.qitmeer.io',] },
},
blockExplorers: {
default: { name: 'Qitmeer Explorer', url: 'https://qng.qitmeer.io' },
Expand Down

0 comments on commit bcb34aa

Please sign in to comment.