Permalink
Browse files
add: update to fuse rpc load balancer
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/config/config.js
|
@@ -47,12 +47,12 @@ const Config = { |
|
|
'121': { |
|
|
network_id: 121, |
|
|
httpWeb3provider: 'https://rpc.fuse.io/', |
|
|
websocketWeb3Provider: 'wss://explorer-node.fuse.io/ws', |
|
|
websocketWeb3Provider: 'wss://rpc.fuse.io/ws', |
|
|
}, |
|
|
'122': { |
|
|
network_id: 122, |
|
|
httpWeb3provider: 'https://rpc.fusenet.io/', |
|
|
websocketWeb3Provider: 'wss://explorer-node.fusenet.io/ws', |
|
|
httpWeb3provider: 'https://rpc.fuse.io/', |
|
|
websocketWeb3Provider: 'wss://rpc.fuse.io/ws', |
|
|
}, |
|
|
'4447': { |
|
|
network_id: 4447, |
|
|
0 comments on commit
ebf475c