Skip to content

Commit

Permalink
Update github url (#12694)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
Co-authored-by: qwen-solv <[email protected]>
Co-authored-by: hja <[email protected]>
  • Loading branch information
4 people authored Dec 13, 2024
1 parent 6de1c5d commit d73afa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -14,7 +14,7 @@ const graphUrlList = {
merlin: 'http://solv-subgraph-server-alb-694489734.us-west-1.elb.amazonaws.com:8000/subgraphs/name/solv-payable-factory-merlin',
}

const slotListUrl = 'https://raw.githubusercontent.com/solv-finance-dev/solv-protocol-rwa-slot/main/slot.json';
const slotListUrl = 'https://raw.githubusercontent.com/solv-finance/solv-protocol-defillama/refs/heads/main/solv-rwa-slot.json';

const addressUrl = 'https://raw.githubusercontent.com/solv-finance/solv-protocol-defillama/refs/heads/main/solv-funds.json';

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 @@ -8,7 +8,7 @@ const graphUrlList = {
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';
const slotListUrl = 'https://raw.githubusercontent.com/solv-finance/solv-protocol-defillama/refs/heads/main/solv-rwa-slot.json';


async function tvl(api) {
Expand Down

0 comments on commit d73afa6

Please sign in to comment.