Skip to content

Commit 0109352

Browse files
authored
Merge pull request #1832 from 0xwml/master
[meridian-amm] update amm address
2 parents f8aef57 + dddf4e7 commit 0109352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/meridian-amm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const utils = require('../utils');
22

33
const meridianAddress =
4-
'0x7730cd28ee1cdc9e999336cbc430f99e7c44397c0aa77516f6f23a78559bb5';
4+
'0xfbdb3da73efcfa742d542f152d65fc6da7b55dee864cd66475213e4be18c9d54';
55
const MERIDIAN_DAPP_URL = 'https://app.meridian.money';
66
const MERIDIAN_POOL_API_URL = `${MERIDIAN_DAPP_URL}/api/liquidity-pool`;
77
const MERIDIAN_COIN_INFO_URL = `${MERIDIAN_DAPP_URL}/api/coin-info`;

0 commit comments

Comments
 (0)