Skip to content

Commit 86024c3

Browse files
authored
add sign muggle (#418)
1 parent 4575ad5 commit 86024c3

File tree

1 file changed

+9
-1
lines changed
  • packages/apps-config/src/ipfs-gateway-endpoints

1 file changed

+9
-1
lines changed

packages/apps-config/src/ipfs-gateway-endpoints/index.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
6363
value: 'https://gw.w3ipfs.com:7443',
6464
status: 'online'
6565
// crustAddress: cTL7AwVGvYfTvXuEX61HbPGLiqaf2P7RwHNiJJargDL46dz1Z
66-
},
66+
},
6767
{
6868
location: t('Henan Unicom'),
6969
text: t('️Crust IPFS GW'),
@@ -112,6 +112,14 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
112112
value: 'https://223.111.148.196',
113113
status: 'online'
114114
// 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
115123
}
116124
];
117125
}

0 commit comments

Comments
 (0)