Skip to content

Commit cd67ad3

Browse files
authored
Add monad pools (#2454)
* Add files via upload * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js * add monad pools * update monad pools * fix typo
1 parent d8c6c1c commit cd67ad3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/adaptors/balancer-v3/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ const poolsFunction = async () => {
9494
basePools,
9595
hyperliquidPools,
9696
plasmaPools,
97+
monadPools,
98+
9799
] = await Promise.all([
98100
getV3Pools('MAINNET', 'ethereum'),
99101
getV3Pools('GNOSIS', 'xdai'),
@@ -103,6 +105,7 @@ const poolsFunction = async () => {
103105
getV3Pools('BASE', 'base'),
104106
getV3Pools('HYPEREVM', 'hyperliquid'),
105107
getV3Pools('PLASMA', 'plasma'),
108+
getV3Pools('MONAD', 'monad'),
106109
]);
107110

108111
return [
@@ -114,6 +117,7 @@ const poolsFunction = async () => {
114117
...basePools,
115118
...hyperliquidPools,
116119
...plasmaPools,
120+
...monadPools,
117121
];
118122
};
119123

0 commit comments

Comments
 (0)