Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 17, 2025
1 parent 3fa0549 commit 8788ff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/helper/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const DEFAULTS = {
MULTIVERSX_RPC: 'https://api.multiversx.com',
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
RPC_PROXY_URL: "https://rpc-proxy.llama.fi",
FLOW_RPC: "https://rest-mainnet.onflow.org",
SONEIUM_RPC: "https://rpc.soneium.org",
SONEIUM_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
Expand All @@ -38,6 +37,7 @@ const ENV_KEYS = [
'ETHEREUM_TOKENS_ENDPOINT',
'FBTC_ACCESS_TOKEN',
'UNISAT_AUTH',
'RPC_PROXY_URL',
'BLACKSAIL_API_KEY',
]

Expand Down
5 changes: 3 additions & 2 deletions projects/nest-staking/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const ADDRESSES = require('../helper/coreAssets.json')
const RWA_STAKING = "0xdbd03d676e1cf3c3b656972f88ed21784372acab"
const RESERVE_STAKING = "0xba0ae7069f94643853fce3b8af7f55acbc11e397"
const SBTC = "0x094c0e36210634c3CfA25DC11B96b562E0b07624"
Expand All @@ -7,8 +8,8 @@ const nELIXIR = "0x9fbC367B9Bb966a2A537989817A088AFCaFFDC4c"
const deUSD = "0x15700B564Ca08D9439C58cA5053166E8317aa138"
const sdeUSD = "0x5C5b196aBE0d54485975D1Ec29617D42D9198326"

const USDC = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
const USDT = "0xdAC17F958D2ee523a2206206994597C13D831ec7"
const USDC = ADDRESSES.ethereum.USDC
const USDT = ADDRESSES.ethereum.USDT

async function tvl(api) {
// Get allowed stablecoins from RWA Staking
Expand Down
2 changes: 1 addition & 1 deletion projects/yel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
['0x79bbF4508B1391af3A0F4B30bb5FC4aa9ab0E07C', '0x92Dd17b19F74E696502Ee9eD478901F24c5d9a9A', '0x153ea9DF2B7977A8670a6EdF10b814d229D8d9Ef'],
['0x0e0Ce4D450c705F8a0B6Dd9d5123e3df2787D16B', '0xecf1b589F47511D23b026eF53D16FEbB89Aa5f3A', '0x590159e00c05E4C91f562Fe862cc90d75af5d28b'],
['0x9fDbC3f8Abc05Fa8f3Ad3C17D2F806c1230c4564', '0xdE31054Fb0ee7c6C39641db2e677011E276644aC', '0x017bdAd7eb46fC2721a5A148D43C0c25A11E740c'],
['0xE5DA20F15420aD15DE0fa650600aFc998bbE3955', '0x555733fBa1CA24ec45e7027E00C4B6c5065BaC96', '0xC66933f32228A8f0ef3a623695CBda5284f41a28']
[ADDRESSES.sonic.STS, '0x555733fBa1CA24ec45e7027E00C4B6c5065BaC96', '0xC66933f32228A8f0ef3a623695CBda5284f41a28']
],
}
}
Expand Down

0 comments on commit 8788ff2

Please sign in to comment.