Skip to content

Commit

Permalink
chore: bump up sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
coolryanc committed Aug 25, 2024
1 parent 2ae2443 commit 49e6c55
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@defillama/sdk": "^5.0.77",
"@defillama/sdk": "^5.0.80",
"@graphql-typed-document-node/core": "^3.2.0",
"@solana/web3.js": "^1.87.3",
"async-retry": "^1.3.1",
Expand Down
46 changes: 23 additions & 23 deletions src/adapters/xy-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,29 +152,29 @@ const constructParams = (chain: Chain) => {
};

const adapter: BridgeAdapter = {
// ethereum: constructParams(Chain.Ethereum),
// scroll: constructParams(Chain.Scroll),
// mantle: constructParams(Chain.Mantle),
// linea: constructParams(Chain.Linea),
// base: constructParams(Chain.Base),
// arbitrum: constructParams(Chain.Arbitrum),
// 'zksync era': constructParams(Chain.ZkSync),
// bsc: constructParams(Chain.Bsc),
// polygon: constructParams(Chain.Polygon),
// klaytn: constructParams(Chain.Klaytn),
// 'polygon zkevm': constructParams(Chain.PolygonZkevm),
// avalanche: constructParams(Chain.Avalanche),
// optimism: constructParams(Chain.Optimism),
// cronos: constructParams(Chain.Cronos),
// fantom: constructParams(Chain.Fantom),
// astar: constructParams(Chain.Astar),
// kcc: constructParams(Chain.Kcc),
// moonriver: constructParams(Chain.Moonriver),
// thundercore: constructParams(Chain.ThunderCore),
// wemix: constructParams(Chain.Wemix),
// blast: constructParams(Chain.Blast),
// 'x layer': constructParams(Chain.XLayer),
// taiko: constructParams(Chain.Taiko),
ethereum: constructParams(Chain.Ethereum),
scroll: constructParams(Chain.Scroll),
mantle: constructParams(Chain.Mantle),
linea: constructParams(Chain.Linea),
base: constructParams(Chain.Base),
arbitrum: constructParams(Chain.Arbitrum),
'zksync era': constructParams(Chain.ZkSync),
bsc: constructParams(Chain.Bsc),
polygon: constructParams(Chain.Polygon),
klaytn: constructParams(Chain.Klaytn),
'polygon zkevm': constructParams(Chain.PolygonZkevm),
avalanche: constructParams(Chain.Avalanche),
optimism: constructParams(Chain.Optimism),
cronos: constructParams(Chain.Cronos),
fantom: constructParams(Chain.Fantom),
astar: constructParams(Chain.Astar),
kcc: constructParams(Chain.Kcc),
moonriver: constructParams(Chain.Moonriver),
thundercore: constructParams(Chain.ThunderCore),
wemix: constructParams(Chain.Wemix),
blast: constructParams(Chain.Blast),
'x layer': constructParams(Chain.XLayer),
taiko: constructParams(Chain.Taiko),
'cronos zkevm': constructParams(Chain.CronosZkevm),
};

Expand Down

0 comments on commit 49e6c55

Please sign in to comment.