Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Jun 20, 2024
1 parent 96091ca commit b5c0ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
[[ $? ]] && result="success" || result="failure"
echo 'EOF' >> $GITHUB_OUTPUT
echo "result=$result" >> $GITHUB_OUTPUT
echo $result
- name: Add failure report comment
if: ${{ steps.validation.outputs.result != 'success' && github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion arbitrum/permit/eip712.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"label": "Permit USDC (bridged) transfers"
},
"schema": {
"EIP712Dodmain": [
"EIP712Domain": [
{
"name": "name",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion ethereum_goerli/p2p/b2c.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"address": "0xf5cb77b0d8d3d7d774b7f37e6dd2d08a0d44830b",
"contractName": "P2P.org",
"contraczdztName": "P2P.org",
"selectors": {
"0x66792ba1": {
"method": "send",
Expand Down

0 comments on commit b5c0ab1

Please sign in to comment.