Skip to content

Commit

Permalink
Update mantle subgraph url (#10773)
Browse files Browse the repository at this point in the history
* Changed to get all vault raise balances

* Add judgment

* add network

* del console log

* fix bug

* fix bug

* Update index.js

* update subgraph url

* fix bug

* revert

* Excluding Fof Funds

* add other Deposit

* add solvbtc
Solv Funds del solvbtc

* update graphql query

* add mirro balance

* Eliminate SolvBTC

* Remove unusable code

* Format

* update: mantle 0xgraph url

---------

Co-authored-by: buchaoqun <[email protected]>
Co-authored-by: charq <[email protected]>
Co-authored-by: g1nt0ki <[email protected]>
Co-authored-by: qwen-solv <[email protected]>
  • Loading branch information
5 people authored Jun 26, 2024
1 parent 62ceb1f commit 63a6027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/solv-protocol-funds/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const graphUrlList = {
ethereum: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-prod/version/latest',
bsc: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-bsc/version/latest',
arbitrum: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-arbitrum/version/latest',
mantle: 'http://api.0xgraph.xyz/subgraphs/name/solv-payable-factory-mentle-0xgraph',
mantle: 'https://api.0xgraph.xyz/api/public/65c5cf65-bd77-4da0-b41c-cb6d237e7e2f/subgraphs/solv-payable-factory-mantle/-/gn',
merlin: 'http://solv-subgraph-server-alb-694489734.us-west-1.elb.amazonaws.com:8000/subgraphs/name/solv-payable-factory-merlin',
}

Expand Down
2 changes: 1 addition & 1 deletion projects/solv-protocol-rwa/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { cachedGraphQuery } = require("../helper/cache");

// The Graph
const graphUrlList = {
mantle: 'http://api.0xgraph.xyz/subgraphs/name/solv-payable-factory-mentle-0xgraph',
mantle: 'https://api.0xgraph.xyz/api/public/65c5cf65-bd77-4da0-b41c-cb6d237e7e2f/subgraphs/solv-payable-factory-mantle/-/gn',
}

const slotListUrl = 'https://cdn.jsdelivr.net/gh/solv-finance-dev/solv-protocol-rwa-slot/slot.json';
Expand Down
2 changes: 1 addition & 1 deletion projects/solvbtc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const graphUrlList = {
ethereum: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-prod/version/latest',
bsc: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-bsc/version/latest',
arbitrum: 'https://api.studio.thegraph.com/query/40045/solv-payable-factory-arbitrum/version/latest',
mantle: 'http://api.0xgraph.xyz/subgraphs/name/solv-payable-factory-mentle-0xgraph',
mantle: 'https://api.0xgraph.xyz/api/public/65c5cf65-bd77-4da0-b41c-cb6d237e7e2f/subgraphs/solv-payable-factory-mantle/-/gn',
merlin: 'http://solv-subgraph-server-alb-694489734.us-west-1.elb.amazonaws.com:8000/subgraphs/name/solv-payable-factory-merlin',
}

Expand Down

0 comments on commit 63a6027

Please sign in to comment.