Skip to content

Commit

Permalink
Merge pull request #492 from rumblefishdev/bump-hardhat-2-22-18
Browse files Browse the repository at this point in the history
Bump hardhat to 2.22.18
  • Loading branch information
mmisiorek authored Jan 16, 2025
2 parents 91c3cdf + 73672ba commit b20ede6
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 1,754 deletions.
12 changes: 6 additions & 6 deletions packages/frontend/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ REACT_APP_ETHERSCAN_KEY=VTCZHIZD7SD7EP2TMQRDINFV8HWHM243MY
REACT_APP_POLYGONSCAN_KEY=93Q76PDC9677CUYFQMHR7S6MI12YKPPVHH
REACT_APP_ARBITRUMSCAN_KEY=EF6I9YQHU46455ABCHI9EZMR848D38CZK4

REACT_APP_MAINNET_JSONRPC=https://eth-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_AMOY_JSONRPC=https://polygon-amoy.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_POLYGON_JSONRPC=https://polygon-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_SEPOLIA_JSONRPC=https://eth-sepolia.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_ARBITRUM_ONE_JSONRPC=https://arb-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_ARBITRUM_GOERLI_JSONRPC=https://arb-goerli.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
REACT_APP_MAINNET_JSONRPC=https://eth-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
REACT_APP_AMOY_JSONRPC=https://polygon-amoy.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
REACT_APP_POLYGON_JSONRPC=https://polygon-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
REACT_APP_SEPOLIA_JSONRPC=https://eth-sepolia.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
REACT_APP_ARBITRUM_ONE_JSONRPC=https://arb-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
REACT_APP_ARBITRUM_GOERLI_JSONRPC=https://arb-goerli.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz

REACT_APP_CONTENTFUL_SPACE_ID=ct0kqw2hu62h
REACT_APP_CONTENTFUL_ENVIRONMENT=master
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/template-config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"TraceBucketName": "transaction-trace-storage-prod.evmdebugger.rumblefish.dev",
"FrontendDomainName": "front.evmdebugger.rumblefish.dev",
"ApiGatewayAllowOrigin": "*",
"AlchemyKey": "Hqhq4Kmez9e1D8TqzQJUXgHf-BT_doUO",
"AlchemyKey": "HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz",
"SentryDsn": "https://7cdf7302bff6da74fda9c81b1d73835b@o4505804639895552.ingest.sentry.io/4505804718538752",
"FrontendExternalCloudFrontOriginAccessIdentity": "E3RYCXCTS68PZZ",
"FrontendBucketName": "www.rumblefish.dev.evm-debugger",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/template-config.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CertificateArn": "arn:aws:acm:us-east-1:428196107266:certificate/204dfe35-3ff2-4f90-b06a-a6c06b857d46",
"TraceBucketName": "transaction-trace-storage-stage.evmdebugger.rumblefish.dev",
"ApiGatewayAllowOrigin": "*",
"AlchemyKey": "AvNAkauAeKIYGvoi0TM68IJ647RwEN52",
"AlchemyKey": "HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz",
"SentryDsn": "https://7cdf7302bff6da74fda9c81b1d73835b@o4505804639895552.ingest.sentry.io/4505804718538752",
"FrontendExternalCloudFrontOriginAccessIdentity": "E3M3L42A2POEPA",
"FrontendBucketName": "www-staging-aldnr.rumblefish.dev.evm-debugger",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"hardhat": "npm:@rumblefishdev/hardhat@0.22.6"
"hardhat": "npm:@rumblefishdev/hardhat@2.22.18"
},
"scripts": {
}
Expand Down
Loading

0 comments on commit b20ede6

Please sign in to comment.