File tree 1 file changed +9
-1
lines changed
packages/apps-config/src/ipfs-gateway-endpoints
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
63
63
value : 'https://gw.w3ipfs.com:7443' ,
64
64
status : 'online'
65
65
// crustAddress: cTL7AwVGvYfTvXuEX61HbPGLiqaf2P7RwHNiJJargDL46dz1Z
66
- } ,
66
+ } ,
67
67
{
68
68
location : t ( 'Henan Unicom' ) ,
69
69
text : t ( '️Crust IPFS GW' ) ,
@@ -112,6 +112,14 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
112
112
value : 'https://223.111.148.196' ,
113
113
status : 'online'
114
114
// crustAddress: cTMYsQAnJy8vg3h8BEXsXj8QtPnXppZR12NcEGsFirj19DxEW
115
+ } ,
116
+ {
117
+ location : t ( 'US-WA' ) ,
118
+ text : t ( 'Muggle-GW' ) ,
119
+ value : 'https://cru.izhong.top' ,
120
+ status : 'online'
121
+ // crustAddress: cTMTgbsjWzX6ACfvCxZE4LaVoPoHUFvYyhjgyyVydGNbz4dYY
122
+ // contactInformation: @bolef
115
123
}
116
124
] ;
117
125
}
You can’t perform that action at this time.
0 commit comments