You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
- name: "CLA Assistant"
13
13
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14
14
# Beta Release
15
-
uses: cla-assistant/github-action@v2.1.3-beta
15
+
uses: cla-assistant/github-action@v2.3.0
16
16
env:
17
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
18
# the below token should have repo scope and must be manually added by you in the repository's secret
@@ -33,4 +33,4 @@ jobs:
33
33
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
34
34
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35
35
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
36
-
#use-dco-flag: true - If you are using DCO instead of CLA
36
+
#use-dco-flag: true - If you are using DCO instead of CLA
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ This method uses the `CREATE` opcode, which is not counterfactual for a specific
107
107
108
108
If the initializer data is provided, the Factory now checks that the Singleton contract exists and the success of the call to avoid a proxy being deployed uninitialized
109
109
110
-
#### Add `createNetworkSpecificProxy`
110
+
#### Add `createChainSpecificProxyWithNonce`
111
111
112
112
This method will use the chain id in the `CREATE2` salt; therefore, deploying a proxy to the same address on other networks is impossible.
113
113
This method should enable the creation of proxies that should exist only on one network (e.g. specific governance or admin accounts)
0 commit comments