Skip to content

Commit

Permalink
Merge pull request #47 from helix-bridge/xiaoch05-repair-testnet
Browse files Browse the repository at this point in the history
repair testnet
  • Loading branch information
xiaoch05 authored Nov 22, 2024
2 parents 6eb2205 + a41faf1 commit 8106c1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@composedb/client": "0.5.0",
"@composedb/types": "0.5.0",
"@helixbridge/helixconf": "1.1.18",
"@helixbridge/helixconf": "1.2.0-beta",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
Expand Down
5 changes: 3 additions & 2 deletions src/configure/base.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ export class BaseConfigService {
HelixChain.zksyncSepolia,
HelixChain.taikoHekla,
HelixChain.bera,
HelixChain.morph,
HelixChain.morphTestnet,
HelixChain.baseSepolia,
HelixChain.zircuit,
HelixChain.zircuitSepolia,
HelixChain.celoTestnet,
],
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1113,10 +1113,10 @@
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==

"@helixbridge/helixconf@1.1.18":
version "1.1.18"
resolved "https://registry.yarnpkg.com/@helixbridge/helixconf/-/helixconf-1.1.18.tgz#d756d9394c0190e373a4f04d8e582a76bd5f20cc"
integrity sha512-3o4urkcBMMs5JGuDrgcnRt909LWHhlVkMpVodQU5m4tm94trETnmf1dvHhSZGA/TBGffeC/82UMdqmx/w2NnEg==
"@helixbridge/helixconf@1.2.0-beta":
version "1.2.0-beta"
resolved "https://registry.yarnpkg.com/@helixbridge/helixconf/-/helixconf-1.2.0-beta.tgz#4f46ac1c33af3717710ac3ffe7f036f6ddf244e9"
integrity sha512-YuFOhX33quFUwOvduSzo01ul7SWus2OicDTulJLbPdg000Qs37s0WJ80n1fK8FSDgvBMToC8oaxnimwTl6fT9Q==

"@humanwhocodes/config-array@^0.13.0":
version "0.13.0"
Expand Down

0 comments on commit 8106c1b

Please sign in to comment.