Skip to content

Commit

Permalink
repair testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Nov 5, 2024
1 parent 9f9d0fb commit dc0c013
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
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.18",
"@helixbridge/helixconf": "1.2.0-beta",
"@nestjs/apollo": "^10.0.9",
"@nestjs/common": "^8.4.6",
"@nestjs/config": "^2.1.0",
Expand Down
11 changes: 10 additions & 1 deletion apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export class TransferService extends BaseTransferServiceT2 {
url: this.superindexEndpoint,
},
],
chainConfig: HelixChain.morph,
chainConfig: HelixChain.morphTestnet,
},
{
level0Indexers: [
Expand Down Expand Up @@ -341,6 +341,15 @@ export class TransferService extends BaseTransferServiceT2 {
],
chainConfig: HelixChain.zircuitSepolia,
},
{
level0Indexers: [
{
indexerType: Level0IndexerType.superindex,
url: this.superindexEndpoint,
},
],
chainConfig: HelixChain.celoTestnet,
},
];

readonly addressToTokenInfo: { [key: string]: AddressTokenMap } = {};
Expand Down
8 changes: 4 additions & 4 deletions apollo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,10 @@
dependencies:
tslib "^2.4.0"

"@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==

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

0 comments on commit dc0c013

Please sign in to comment.