Skip to content

Commit 83e4a10

Browse files
committed
fix: Bump salt
1 parent d142074 commit 83e4a10

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/sharing-smart-contracts-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
type: number
1515
default: 20
1616

17+
concurrency:
18+
group: ${{ github.ref }}-sharing-smart-contract-ci
19+
cancel-in-progress: true
20+
1721
jobs:
1822
build-and-test:
1923
runs-on: ubuntu-latest

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module.exports = {
141141
ignition: {
142142
strategyConfig: {
143143
create2: {
144-
salt: "0x0100001000010000100010000100000000100001000000000100000000000001",
144+
salt: "0x0100001000010000100010000100000000100001000000000100000000000002",
145145
},
146146
},
147147
},

0 commit comments

Comments
 (0)