diff --git a/packages/js-sdk/src/Framework.js b/packages/js-sdk/src/Framework.js index 772c902f7d..8d70e814f2 100644 --- a/packages/js-sdk/src/Framework.js +++ b/packages/js-sdk/src/Framework.js @@ -59,7 +59,7 @@ module.exports = class Framework { options.gasReportType !== "JSON" ) { throw new Error( - "Unsuported gas report type: " + options.gasReportType + "Unsupported gas report type: " + options.gasReportType ); } console.debug("Enabling gas report type:", options.gasReportType); diff --git a/packages/metadata/tasks/compare-committed-against-build.sh b/packages/metadata/tasks/compare-committed-against-build.sh index 25b11313a9..8b52b38376 100755 --- a/packages/metadata/tasks/compare-committed-against-build.sh +++ b/packages/metadata/tasks/compare-committed-against-build.sh @@ -13,7 +13,7 @@ function hashFiles() { # first of all, ensure that we have valid json jq empty networks.json -# Hash the commited files +# Hash the committed files main_list_committed_hash=$(hashFiles ./main/networks/list.cjs) module_list_committed_hash=$(hashFiles ./module/networks/list.js) diff --git a/packages/subgraph/subgraph.template.yaml b/packages/subgraph/subgraph.template.yaml index ab144634cf..3a103018aa 100644 --- a/packages/subgraph/subgraph.template.yaml +++ b/packages/subgraph/subgraph.template.yaml @@ -309,6 +309,8 @@ dataSources: abis: - name: IFlowNFTBase file: ./abis/IFlowNFTBase.json + - name: ISuperfluid + file: ./abis/ISuperfluid.json eventHandlers: - event: Transfer(indexed address,indexed address,indexed uint256) handler: handleTransfer @@ -342,6 +344,8 @@ dataSources: abis: - name: IFlowNFTBase file: ./abis/IFlowNFTBase.json + - name: ISuperfluid + file: ./abis/ISuperfluid.json eventHandlers: - event: Transfer(indexed address,indexed address,indexed uint256) handler: handleTransfer diff --git a/packages/subgraph/tasks/deploy.sh b/packages/subgraph/tasks/deploy.sh index 77dab25502..18864e05f7 100755 --- a/packages/subgraph/tasks/deploy.sh +++ b/packages/subgraph/tasks/deploy.sh @@ -160,7 +160,7 @@ if [ -z "$VENDOR" ] || [ -z "$NETWORK" ] || [ -z "$DEPLOYMENT_ENV" ] || [ -z "$V print_usage_and_exit fi -# We can safely ignore this warning, becasue the value in vendor won't contain whitespaces +# We can safely ignore this warning, because the value in vendor won't contain whitespaces # shellcheck disable=SC2199,SC2076 if [[ ! " ${SUPPORTED_VENDORS[@]} " =~ " $VENDOR " ]]; then print_usage_and_exit diff --git a/yarn.lock b/yarn.lock index 93058d64eb..188e81bf7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18480,9 +18480,9 @@ underscore@^1.8.3: integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A== undici@^5.14.0: - version "5.28.3" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b" - integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA== + version "5.28.4" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068" + integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g== dependencies: "@fastify/busboy" "^2.0.0"