Skip to content

Commit

Permalink
add sign muggle
Browse files Browse the repository at this point in the history
  • Loading branch information
xunlian2020 committed Sep 11, 2024
1 parent 4575ad5 commit 25f2c4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/apps-config/src/ipfs-gateway-endpoints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
value: 'https://gw.w3ipfs.com:7443',
status: 'online'
// crustAddress: cTL7AwVGvYfTvXuEX61HbPGLiqaf2P7RwHNiJJargDL46dz1Z
},
},
{
location: t('Henan Unicom'),
text: t('️Crust IPFS GW'),
Expand Down Expand Up @@ -112,6 +112,14 @@ export function createAuthIpfsEndpoints (t: TFunction): AuthIpfsEndpoint[] {
value: 'https://223.111.148.196',
status: 'online'
// crustAddress: cTMYsQAnJy8vg3h8BEXsXj8QtPnXppZR12NcEGsFirj19DxEW
},
{
location: t('US-WA'),
text: t('Muggle-GW'),
value: 'https://cru.izhong.top',
status: 'online'
// crustAddress: cTMTgbsjWzX6ACfvCxZE4LaVoPoHUFvYyhjgyyVydGNbz4dYY
// contactInformation: @bolef
}
];
}

0 comments on commit 25f2c4d

Please sign in to comment.