Skip to content

Commit

Permalink
Merge pull request #566 from api3dao/main
Browse files Browse the repository at this point in the history
564 update dAPI contract list (#565)
  • Loading branch information
wkande authored Jul 20, 2023
2 parents 1a48b87 + f0e041b commit a26e671
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 50 deletions.
2 changes: 1 addition & 1 deletion docs/public/indexes/all-dev/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/all/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/latest/map.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/reference/airnode/next/chain-idiosyncrasies.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ manifests as the `maxFeePerGas` being set to less than the block
Execution costs on Arbitrum are calculated slightly differently than Ethereum,
which impacts the gas required to fulfill requests. To account for this, it is
recommended to use a minimum value of `5000000` for `fulfillmentGasLimit` when
using both Arbitrum mainnet and testnet. Note that `fulfillmentGasLimit` is optional,
so if it is not specified, Airnode will attempt to estimate the appropriate
gas limit automatically. Read more about
using both Arbitrum mainnet and testnet. Note that `fulfillmentGasLimit` is
optional, so if it is not specified, Airnode will attempt to estimate the
appropriate gas limit automatically. Read more about
[ArbGas<ExternalLinkImage/>](https://developer.offchainlabs.com/docs/arbgas) gas
and fees.

### Metis

On the Metis testnet Stardust, though not on the Metis mainnet Andromeda, it is
recommended to use a `fulfillmentGasLimit` of at least `5000000`. Note that
`fulfillmentGasLimit` is optional, so if it is not specified, Airnode will attempt
to estimate the appropriate gas limit automatically.
`fulfillmentGasLimit` is optional, so if it is not specified, Airnode will
attempt to estimate the appropriate gas limit automatically.

### Optimism

Expand Down
197 changes: 161 additions & 36 deletions docs/reference/dapis/chains/chains.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/axiosBuildScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function airnodeContractAddresses(contractName, url, path) {
} else if (!c) {
const fullname = getChainInfo(key); //chainsRef[key].fullname;
console.log(
` chainId: ${key} (${fullname}) was not found and has been omitted.`
` airnodeContractAddresses(): chainId: ${key} (${fullname}) was not found in API3/chains and has been omitted.`
);
return;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios:build": "node libs/axiosBuildScripts.js; yarn format;"
},
"devDependencies": {
"@api3/chains": "^3.1.0",
"@api3/chains": "^3.3.0",
"axios": "^1.2.1",
"colors": "^1.4.0",
"ethers": "^6.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
"@algolia/logger-common" "4.17.0"
"@algolia/requester-common" "4.17.0"

"@api3/chains@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-3.1.0.tgz#37ae1a6c3d5419616d26a0340364587cbb81df86"
integrity sha512-lXEL6Of+Kcesb9j8LfTelttQwwVgYKU3Em5C7uiKofr3mSsxw3X0oaMRiAZBIRlCD7tuNWCXJx4wGmRcyFj+uA==
"@api3/chains@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-3.3.0.tgz#a1b370f7b57907a5cd86f56a3207c424a9cb350d"
integrity sha512-/INfCDsOrxn/mTxkl3NPP0IukNIhAzpw9fmB4R+0GOJJqC6x+nBvApFzCqG7LeBRhdVIMUoIcbvxG7aAW4eF0Q==
dependencies:
zod "^3.21.4"

Expand Down

0 comments on commit a26e671

Please sign in to comment.