Skip to content

Commit

Permalink
Merge branch 'v2' into nambrot/polygon-v2-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored Nov 28, 2023
2 parents ec354d6 + b4e5113 commit 1d58541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion typescript/helloworld/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
solidity: {
compilers: [
{
version: '0.8.16',
version: '0.8.17',
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/mainnet2/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const hyperlane: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand All @@ -34,7 +34,7 @@ export const releaseCandidate: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/testnet3/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand All @@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand Down

0 comments on commit 1d58541

Please sign in to comment.