Skip to content

Commit 3b40854

Browse files
chore: update subgraphs base url
1 parent cbddd5c commit 3b40854

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## NEXT
6+
7+
### Changed
8+
9+
- migrated subgraphs default base URL (<https://thegraph.iex.ec>)
10+
511
## [8.14.0] 2025-03-25
612

713
### Added

src/common/utils/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ const iexecGatewayMap = {
6363
};
6464

6565
const pocoSubgraphMap = {
66-
134: 'https://thegraph.bellecour.iex.ec/subgraphs/name/bellecour/poco-v5',
66+
134: 'https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5',
6767
};
6868

6969
const voucherSubgraphMap = {
70-
134: 'https://thegraph.bellecour.iex.ec/subgraphs/name/bellecour/iexec-voucher',
70+
134: 'https://thegraph.iex.ec/subgraphs/name/bellecour/iexec-voucher',
7171
};
7272

7373
const idMap = {

0 commit comments

Comments
 (0)