Skip to content

Commit

Permalink
Merge pull request #36 from api3dao/bdrhn9/tasks977
Browse files Browse the repository at this point in the history
Add support for x-layer-sepolia-testnet and x-layer
  • Loading branch information
bdrhn9 authored Apr 24, 2024
2 parents d867e96 + 4606c8f commit b1f7f4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion data/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
"polygon-testnet",
"polygon-zkevm-sepolia-testnet",
"polygon-zkevm",
"rsk"
"rsk",
"x-layer-sepolia-testnet",
"x-layer"
]
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.16.1",
"@api3/chains": "^4.17.1",
"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.16.1":
version "4.16.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.16.1.tgz#dc80874333521bdee31e95cc5a2cf532f0d01c41"
integrity sha512-ve0k83r7tnH/e2+JSYcEEnLbBP+jcqwOH4+7KL6lTiheZebOyPKUSlxOvTmBvuA1ejP3o77uEkyR+OZnaf/DwA==
"@api3/chains@^4.17.1":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.17.1.tgz#9a90f54cadf9cc8b00c2964efc7a32f9b6c490da"
integrity sha512-gPglE7PPm6TCdnDR+/EC5J8z4yrTS/eV/24PRK8HzkLwRkMx4UdnoNwQ2B00bGlQTkPnMuxTTnEzgyAnv3qhNQ==
dependencies:
viem "^2.9.6"
zod "^3.22.4"
Expand Down

0 comments on commit b1f7f4f

Please sign in to comment.