Skip to content

Commit

Permalink
chore: Update mode tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jun 6, 2024
1 parent 70f26a4 commit d80e129
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions src/lib/config/fraxtal/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const pools: Pools = {
},
BlockList: [],
IncludedPoolTypes: [
// 'Weighted',
// 'Stable',
// 'MetaStable',
// 'GyroE',
// 'ComposableStable',
'Weighted',
'Stable',
'MetaStable',
'GyroE',
'ComposableStable',
],
Stable: {
AllowList: [],
Expand Down
10 changes: 5 additions & 5 deletions src/lib/config/mode/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const pools: Pools = {
},
BlockList: [],
IncludedPoolTypes: [
// 'Weighted',
// 'Stable',
// 'MetaStable',
// 'GyroE',
// 'ComposableStable',
'Weighted',
'Stable',
'MetaStable',
'GyroE',
'ComposableStable',
],
Stable: {
AllowList: [],
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config/mode/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { TokenConstants } from '../types';

const tokens: TokenConstants = {
Popular: {
Symbols: ['WBTC', 'DAI', 'USDC', 'BAL', 'AAVE', 'WETH'],
Symbols: ['USDC', 'USDT', 'WETH'],
},
InitialSwapTokens: {
input: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
output: '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1',
output: '0x4200000000000000000000000000000000000006',
},
Addresses: {
nativeAsset: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
wNativeAsset: '0xfc00000000000000000000000000000000000006',
wNativeAsset: '0x4200000000000000000000000000000000000006',
WETH: '',
BAL: '',
},
Expand Down

0 comments on commit d80e129

Please sign in to comment.