Skip to content

Commit b20ede6

Browse files
authored
Merge pull request #492 from rumblefishdev/bump-hardhat-2-22-18
Bump hardhat to 2.22.18
2 parents 91c3cdf + 73672ba commit b20ede6

6 files changed

Lines changed: 594 additions & 1754 deletions

File tree

packages/frontend/.env.prod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ REACT_APP_ETHERSCAN_KEY=VTCZHIZD7SD7EP2TMQRDINFV8HWHM243MY
22
REACT_APP_POLYGONSCAN_KEY=93Q76PDC9677CUYFQMHR7S6MI12YKPPVHH
33
REACT_APP_ARBITRUMSCAN_KEY=EF6I9YQHU46455ABCHI9EZMR848D38CZK4
44

5-
REACT_APP_MAINNET_JSONRPC=https://eth-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
6-
REACT_APP_AMOY_JSONRPC=https://polygon-amoy.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
7-
REACT_APP_POLYGON_JSONRPC=https://polygon-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
8-
REACT_APP_SEPOLIA_JSONRPC=https://eth-sepolia.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
9-
REACT_APP_ARBITRUM_ONE_JSONRPC=https://arb-mainnet.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
10-
REACT_APP_ARBITRUM_GOERLI_JSONRPC=https://arb-goerli.g.alchemy.com/v2/3-iIzln-MQF8Lc5a7DL2BwTPK8D5XRwv
5+
REACT_APP_MAINNET_JSONRPC=https://eth-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
6+
REACT_APP_AMOY_JSONRPC=https://polygon-amoy.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
7+
REACT_APP_POLYGON_JSONRPC=https://polygon-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
8+
REACT_APP_SEPOLIA_JSONRPC=https://eth-sepolia.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
9+
REACT_APP_ARBITRUM_ONE_JSONRPC=https://arb-mainnet.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
10+
REACT_APP_ARBITRUM_GOERLI_JSONRPC=https://arb-goerli.g.alchemy.com/v2/HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz
1111

1212
REACT_APP_CONTENTFUL_SPACE_ID=ct0kqw2hu62h
1313
REACT_APP_CONTENTFUL_ENVIRONMENT=master

packages/infra/template-config.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"TraceBucketName": "transaction-trace-storage-prod.evmdebugger.rumblefish.dev",
1212
"FrontendDomainName": "front.evmdebugger.rumblefish.dev",
1313
"ApiGatewayAllowOrigin": "*",
14-
"AlchemyKey": "Hqhq4Kmez9e1D8TqzQJUXgHf-BT_doUO",
14+
"AlchemyKey": "HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz",
1515
"SentryDsn": "https://7cdf7302bff6da74fda9c81b1d73835b@o4505804639895552.ingest.sentry.io/4505804718538752",
1616
"FrontendExternalCloudFrontOriginAccessIdentity": "E3RYCXCTS68PZZ",
1717
"FrontendBucketName": "www.rumblefish.dev.evm-debugger",

packages/infra/template-config.stage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"CertificateArn": "arn:aws:acm:us-east-1:428196107266:certificate/204dfe35-3ff2-4f90-b06a-a6c06b857d46",
1111
"TraceBucketName": "transaction-trace-storage-stage.evmdebugger.rumblefish.dev",
1212
"ApiGatewayAllowOrigin": "*",
13-
"AlchemyKey": "AvNAkauAeKIYGvoi0TM68IJ647RwEN52",
13+
"AlchemyKey": "HGasHEwQs0yiHfxhdpD1y75kDfHlBlvz",
1414
"SentryDsn": "https://7cdf7302bff6da74fda9c81b1d73835b@o4505804639895552.ingest.sentry.io/4505804718538752",
1515
"FrontendExternalCloudFrontOriginAccessIdentity": "E3M3L42A2POEPA",
1616
"FrontendBucketName": "www-staging-aldnr.rumblefish.dev.evm-debugger",

packages/transaction-trace-provider/dependencies/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"hardhat": "npm:@rumblefishdev/hardhat@0.22.6"
3+
"hardhat": "npm:@rumblefishdev/hardhat@2.22.18"
44
},
55
"scripts": {
66
}

0 commit comments

Comments
 (0)