Skip to content

Commit

Permalink
fix: replicate in frankfurt (aave#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Nov 10, 2021
1 parent 0341e75 commit 9cff177
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/helpers/pinata.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ const cleanupAndPin = async () => {
pinataMetadata: {
name: PIN_ALIAS,
},
pinataOptions: {
customPinPolicy: {
regions: [
{
id: 'FRA1',
desiredReplicationCount: 1,
},
{
id: 'NYC1',
desiredReplicationCount: 1,
},
],
},
},
});
return result.IpfsHash;
} catch (e) {
Expand Down

0 comments on commit 9cff177

Please sign in to comment.