We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52ef18 commit dddf4e7Copy full SHA for dddf4e7
src/adaptors/meridian-amm/index.js
@@ -1,7 +1,7 @@
1
const utils = require('../utils');
2
3
const meridianAddress =
4
- '0x7730cd28ee1cdc9e999336cbc430f99e7c44397c0aa77516f6f23a78559bb5';
+ '0xfbdb3da73efcfa742d542f152d65fc6da7b55dee864cd66475213e4be18c9d54';
5
const MERIDIAN_DAPP_URL = 'https://app.meridian.money';
6
const MERIDIAN_POOL_API_URL = `${MERIDIAN_DAPP_URL}/api/liquidity-pool`;
7
const MERIDIAN_COIN_INFO_URL = `${MERIDIAN_DAPP_URL}/api/coin-info`;
0 commit comments