File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Subgraph endpoints for veascan, Example: "85918/vea-inbox-arb-sepolia-devnet/version/latest"
2
+ VEASCAN_INBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH=11111/your-subgraph/version/your-version
3
+ VEASCAN_OUTBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH=11111/your-subgraph/version/your-version
4
+
5
+ VEASCAN_INBOX_ARBSEPOLIA_TO_CHIADO_SUBGRAPH=11111/your-subgraph/version/your-version
6
+ VEASCAN_OUTBOX_ARBSEPOLIA_TO_CHIADO_SUBGRAPH=11111/your-subgraph/version/your-version
Original file line number Diff line number Diff line change @@ -41,11 +41,9 @@ export const bridges: IBridge[] = [
41
41
from : arbitrumSepolia . id ,
42
42
to : sepolia . id ,
43
43
inboxAddress : VeaInboxArbitrumSepolia . address as `0x${string } `,
44
- inboxEndpoint :
45
- "https://api.studio.thegraph.com/query/85918/veascan-inbox-arb-sep-devnet/v0.8.0" ,
44
+ inboxEndpoint : `https://api.studio.thegraph.com/query/${ process . env . VEASCAN_INBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH } ` ,
46
45
outboxAddress : VeaOutboxSepolia . address as `0x${string } `,
47
- outboxEndpoint :
48
- "https://api.studio.thegraph.com/query/85918/veascan-outbox-arb-sep-devnet/v0.8.0" ,
46
+ outboxEndpoint : `https://api.studio.thegraph.com/query/${ process . env . VEASCAN_OUTBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH } ` ,
49
47
} ,
50
48
// {
51
49
// id: 1,
You can’t perform that action at this time.
0 commit comments