Skip to content

Commit 95d2adb

Browse files
committed
fix: Update the mxc rpc url
1 parent 0c8701e commit 95d2adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logic/lib/src/domain/entities/network.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ class Network {
217217
),
218218
const Network(
219219
logo: 'assets/svg/networks/mxc.svg',
220-
web3RpcHttpUrl: 'https://rpc.moonchain.com',
221-
web3RpcWebsocketUrl: 'wss://rpc.moonchain.com',
220+
web3RpcHttpUrl: 'https://rpc.mxc.com',
221+
web3RpcWebsocketUrl: 'wss://rpc.mxc.com',
222222
web3WebSocketUrl:
223223
'wss://explorer-v1.mxc.com/socket/v2/websocket?vsn=2.0.0',
224224
symbol: 'MXC',

0 commit comments

Comments
 (0)