Skip to content

Commit

Permalink
Merge branch 'main' into integrate-commit-component
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jan 22, 2024
2 parents cb5cd30 + 7273dd8 commit 0611e8b
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REACT_APP_META_TX_API_KEY_MAP={"testing-80001-0":"xxxxxx", "testing-5-0":"xxxxxx

# Biconomy API ids can be set here, to allow meta transactions to the protocol contracts
# As each contracts needs its own AipId, we need to consider protocol, and all supported ERC20 tokens
REACT_APP_META_TX_API_IDS_MAP={"testing-80001-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}, "testing-5-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}}
REACT_APP_META_TX_API_IDS_MAP={"testing-80001-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH": "zzzzzz"}, "testing-5-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH": "zzzzzz"}}

# Comma-separated default list of offer IDs that are shown in the app
REACT_APP_OFFER_CURATION_LIST=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
requireScope: false
subjectPattern: ^(?![A-Z]).+$
validateSingleCommit: true
validateSingleCommit: false
2 changes: 2 additions & 0 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = {
util: require.resolve("util/")
};

config.ignoreWarnings = [/Failed to parse source map/];

return config;
},
addWebpackResolve({
Expand Down
Loading

0 comments on commit 0611e8b

Please sign in to comment.