Skip to content

Commit

Permalink
move raydium to sushi server
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jun 28, 2024
1 parent 503fdc1 commit b24890a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions projects/raydium/api.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { getExports } = require('../helper/heroku-api')

module.exports = {
timetravel: false,
...getExports("raydium", ['solana'], ['staking']),
}
6 changes: 3 additions & 3 deletions projects/raydium.js → projects/raydium/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const { getConnection, sumTokens2, decodeAccount, } = require("./helper/solana");
const { getConnection, sumTokens2, decodeAccount, } = require("../helper/solana");
const { PublicKey, } = require("@solana/web3.js");

const { TokenAmountLayout, KeyLayoutv4 } = require("./helper/utils/solana/layouts/raydium-layout");
const { TokenAmountLayout, KeyLayoutv4 } = require("../helper/utils/solana/layouts/raydium-layout");
const { transformDexBalances } = require("./helper/portedTokens");
const { sleep } = require("./helper/utils");
const { sleep } = require("../helper/utils");

const CLMM = 'CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK'
const AmmV4 = '675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8'
Expand Down

0 comments on commit b24890a

Please sign in to comment.