Skip to content

Commit

Permalink
chore(deps): update non-major-dev-dependencies (#825)
Browse files Browse the repository at this point in the history
* chore(deps): update non-major-dev-dependencies

* fix: update chains and flex indices

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Sep 17, 2024
1 parent 61dcfbd commit 5274251
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 25 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.

21 changes: 18 additions & 3 deletions docs/reference/dapis/chains/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,13 +1184,28 @@
"Api3Market": "0x9F5223d4a93a771D178992078DB1AbE421Dd4218"
}
},
"soneium-sepolia-testnet": {
"id": "1946",
"alias": "soneium-sepolia-testnet",
"name": "Soneium testnet",
"nativeToken": "ETH",
"testnet": true,
"explorerUrl": "https://explorer-testnet.soneium.org/",
"contracts": {
"Api3ServerV1": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"AccessControlRegistry": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"OwnableCallForwarder": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"ProxyFactory": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"Api3Market": "0x9F5223d4a93a771D178992078DB1AbE421Dd4218"
}
},
"sonic-testnet": {
"id": "64165",
"alias": "sonic-testnet",
"name": "Sonic testnet",
"nativeToken": "S",
"testnet": true,
"explorerUrl": "https://public-sonic.fantom.network/",
"explorerUrl": "https://testnet.soniclabs.com/",
"contracts": {
"Api3ServerV1": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"AccessControlRegistry": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
Expand Down Expand Up @@ -1265,7 +1280,7 @@
"name": "Zircuit testnet",
"nativeToken": "ETH",
"testnet": true,
"explorerUrl": "https://explorer.zircuit.com/",
"explorerUrl": "https://explorer.testnet.zircuit.com/",
"contracts": {
"Api3ServerV1": "0x55Cf1079a115029a879ec3A11Ba5D453272eb61D",
"AccessControlRegistry": "0x2ab9f26E18B64848cd349582ca3B55c2d06f507d",
Expand All @@ -1280,7 +1295,7 @@
"name": "Zircuit",
"nativeToken": "ETH",
"testnet": false,
"explorerUrl": "https://explorermainnet.zircuit.com/",
"explorerUrl": "https://explorer.zircuit.com/",
"contracts": {
"Api3ServerV1": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"AccessControlRegistry": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"firebase:emulator": "pnpm docs:build; pnpm flex:build; pnpm flex:test; firebase emulators:start"
},
"devDependencies": {
"@api3/chains": "^10.1.0",
"@api3/chains": "^10.2.0",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"colors": "^1.4.0",
Expand All @@ -36,7 +36,7 @@
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"html-dom-parser": "^5.0.10",
"husky": "^9.1.5",
"husky": "^9.1.6",
"js-yaml": "^4.1.0",
"medium-zoom": "^1.1.0",
"oust": "^2.0.4",
Expand Down
29 changes: 12 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5274251

Please sign in to comment.