Skip to content

Commit

Permalink
update helixconf
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Aug 21, 2024
1 parent b485623 commit e1a48e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion apollo/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ LN_ZKSYNC_DEFAULT_ENDPOINT = https://api.studio.thegraph.com/query/61328/ln-defa
ETHEREUM_LNV3_ENDPOINT=https://api.studio.thegraph.com/query/61328/lnv3-sepolia/v1.0.5
ARBITRUM_LNV3_ENDPOINT=https://api.studio.thegraph.com/query/61328/lnv3-arbitrum-sepolia/v1.0.5
ZKSYNC_LNV3_ENDPOINT=https://api.studio.thegraph.com/query/61328/lnv3-zksepolia/v1.0.5
BERA_LNV3_ENDPOINT=https://thegraph-g2.darwinia.network/helix/subgraphs/name/lnv3/bera
TAIKO_LNV3_ENDPOINT=https://thegraph-g2.darwinia.network/helix/subgraphs/name/lnv3/taiko
MORPH_LNV3_ENDPOINT=https://thegraph-g2.darwinia.network/helix/subgraphs/name/lnv3/morph
ZIRCUIT_LNV3_ENDPOINT=https://thegraph-g2.darwinia.network/helix/subgraphs/name/lnv3/zircuit
Expand Down
2 changes: 1 addition & 1 deletion apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"generate:schema": "ts-node generate-typings.ts && cp src/graphql.schema.ts src/graphql.ts"
},
"dependencies": {
"@helixbridge/helixconf": "1.1.13",
"@helixbridge/helixconf": "1.1.14",
"@nestjs/apollo": "^10.0.9",
"@nestjs/common": "^8.4.6",
"@nestjs/config": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions apollo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,10 @@
dependencies:
tslib "^2.4.0"

"@helixbridge/[email protected].13":
version "1.1.13"
resolved "https://registry.yarnpkg.com/@helixbridge/helixconf/-/helixconf-1.1.13.tgz#69c1861fb4d36f5530a928098b127c881da3a21e"
integrity sha512-gF9bwHQJyvbimfRIFDBk3cefEZC4QCuOBb71IZlD5zDyGETarMZjWW19ITDuzT9895pYemrbW6OgRofZBBF7pg==
"@helixbridge/[email protected].14":
version "1.1.14"
resolved "https://registry.yarnpkg.com/@helixbridge/helixconf/-/helixconf-1.1.14.tgz#85ddcaec980211a0ce320792847897a25c839a8e"
integrity sha512-zit/12tpHDhzNz3w+Jwuo8erONlUqEsyvrX/MyaJfOhVxxglext0gKeysctHIsfJZ8hzmKpB6Sz3krvuqbLb0A==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down

0 comments on commit e1a48e3

Please sign in to comment.