Skip to content

Commit

Permalink
redeploy postagestamp (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError authored Aug 30, 2024
1 parent de49c43 commit e70c3cd
Show file tree
Hide file tree
Showing 11 changed files with 878 additions and 178 deletions.
130 changes: 103 additions & 27 deletions deployments/testnet/PostageStamp.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions deployments/testnet/PriceOracle.json

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions deployments/testnet/Redistribution.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions deployments/testnet/StakeRegistry.json

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions deployments/testnet/solcInputs/c39ceb5ddfc36744a77362b8ce122638.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ const config: HardhatUserConfig = {
etherscan: {
apiKey: {
mainnet: mainnetEtherscanKey || '',
sepolia: mainnetEtherscanKey || '',
testnet: testnetEtherscanKey || '',
testnetlight: testnetEtherscanKey || '',
},
Expand Down Expand Up @@ -229,7 +228,7 @@ const config: HardhatUserConfig = {
runOnCompile: false,
},
gasReporter: {
enabled: true,
enabled: false,
currency: 'USD',
gasPriceApi: 'https://api.gnosisscan.io/api?module=proxy&action=eth_gasPrice', // https://docs.gnosischain.com/tools/oracles/gas-price
token: 'GNO',
Expand Down
4 changes: 2 additions & 2 deletions scripts/migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ to currently active one and also which network we are using for imports.
### Step 3 - Recommended

Use TS script in this folder that is called import.ts, it will plug in into hardhat framework and use network you passed it to
So what you should be calling is, also set the contract name and batch size in the script
So what you should be calling is, also set the postagestamp contract address and batch size in the script.

`hardhat run scripts/migration/import.ts --network mainnet `
`npx hardhat run scripts/migration/import.ts --network mainnet `
Loading

0 comments on commit e70c3cd

Please sign in to comment.