Skip to content

Commit 2c45c44

Browse files
committed
Add https endpoints to Centrifuge
1 parent 76f4db9 commit 2c45c44

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_data/chains/eip155-2031.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"chain": "CFG",
44
"icon": "centrifuge",
55
"rpc": [
6-
"wss://fullnode.parachain.centrifuge.io",
6+
"https://fullnode.centrifuge.io",
7+
"wss://fullnode.centrifuge.io",
8+
"https://centrifuge-parachain.api.onfinality.io/public",
79
"wss://centrifuge-parachain.api.onfinality.io/public-ws",
10+
"https://centrifuge-rpc.dwellir.com",
811
"wss://centrifuge-rpc.dwellir.com",
12+
"https://rpc-centrifuge.luckyfriday.io",
913
"wss://rpc-centrifuge.luckyfriday.io"
1014
],
1115
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],

0 commit comments

Comments
 (0)