Skip to content

Commit

Permalink
Merge pull request #28 from api3dao/bdrhn9/tasks819
Browse files Browse the repository at this point in the history
Add support for the chain `blast`
  • Loading branch information
bdrhn9 authored Mar 1, 2024
2 parents e983bf5 + 29aaf8a commit e391b7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"avalanche-testnet",
"base",
"base-goerli-testnet",
"blast",
"blast-sepolia-testnet",
"bsc",
"bsc-testnet",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@api3/airnode-abi": "^0.10.0",
"@api3/chains": "4.7.0",
"@api3/chains": "^4.11.0",
"ethers": "^6.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
ethers "^5.7.2"
lodash "^4.17.21"

"@api3/chains@4.7.0":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.7.0.tgz#fdb20cc61974d9498d30785a53725200551cf126"
integrity sha512-H40HUw7TKYC+PFGKFRpzrBnMhOz1vjK3g4oDzM1J6hMEOX2L8wlbhvP3LbDf0OUoMuLfwq7FdTPSJNDAXAOPfA==
"@api3/chains@^4.11.0":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.11.0.tgz#d519c6a018c6737999a910301d497c743924d853"
integrity sha512-hEtqsn1HGMS/TfsoViIpudNy2G8DaTvbVzH1rTWSGsQRFCKc0PqNYvEAVPvEY4Aec7lM76bdf6c5HsAD4LzuIw==
dependencies:
viem "^2.7.1"
zod "^3.22.4"
Expand Down

0 comments on commit e391b7e

Please sign in to comment.