File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ const iexecGatewayMap = {
6363} ;
6464
6565const 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
6969const 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
7373const idMap = {
You can’t perform that action at this time.
0 commit comments