@@ -10,14 +10,14 @@ import { depositKodiak, getBalance, mintErc4626, mintHoney, redeemHoney } from '
10
10
export class KodiakUsdtHoneyShortcut implements Shortcut {
11
11
name = 'kodiak-usdt-honey' ;
12
12
description = '' ;
13
- supportedChains = [ ChainIds . Cartio , ChainIds . Berachain ] ;
13
+ supportedChains = [ ChainIds . Berachain ] ;
14
14
inputs : Record < number , Input > = {
15
15
[ ChainIds . Berachain ] : {
16
16
usdt : chainIdToDeFiAddresses [ ChainIds . Berachain ] . usdt ,
17
17
usdc : chainIdToDeFiAddresses [ ChainIds . Berachain ] . usdc ,
18
18
honey : chainIdToDeFiAddresses [ ChainIds . Berachain ] . honey ,
19
19
island : '0x12C195768f65F282EA5F1B5C42755FBc910B0D8F' ,
20
- infraredVault : '0xD76707FFB9FEb81eDA0D6d0EA56d4Eb0325d5673 ' ,
20
+ infraredVault : '0xde747203c338993fBea53C61e5B2F558c4687958 ' ,
21
21
} ,
22
22
} ;
23
23
setterInputs = new Set ( [ 'minAmountOut' , 'minAmount0Bps' , 'minAmount1Bps' ] ) ;
@@ -57,13 +57,14 @@ export class KodiakUsdtHoneyShortcut implements Shortcut {
57
57
58
58
getAddressData ( chainId : number ) : Map < AddressArg , AddressData > {
59
59
switch ( chainId ) {
60
- case ChainIds . Cartio :
60
+ case ChainIds . Berachain :
61
61
return new Map ( [
62
- [ this . inputs [ ChainIds . Cartio ] . usdc , { label : 'ERC20:USDC' } ] ,
63
- [ this . inputs [ ChainIds . Cartio ] . honey , { label : 'ERC20:HONEY' } ] ,
64
- [ this . inputs [ ChainIds . Cartio ] . usdt , { label : 'ERC20:usdt' } ] ,
65
- [ this . inputs [ ChainIds . Cartio ] . island , { label : 'Kodiak Island-usdt-HONEY-0.3%' } ] ,
66
- [ chainIdToDeFiAddresses [ ChainIds . Cartio ] . kodiakRouter , { label : 'Kodiak Island Router' } ] ,
62
+ [ this . inputs [ ChainIds . Berachain ] . usdc , { label : 'ERC20:USDC' } ] ,
63
+ [ this . inputs [ ChainIds . Berachain ] . honey , { label : 'ERC20:HONEY' } ] ,
64
+ [ this . inputs [ ChainIds . Berachain ] . usdt , { label : 'ERC20:usdt' } ] ,
65
+ [ this . inputs [ ChainIds . Berachain ] . infraredVault , { label : 'Infrared Vault' } ] ,
66
+ [ this . inputs [ ChainIds . Berachain ] . island , { label : 'Kodiak Island-usdt-HONEY-0.3%' } ] ,
67
+ [ chainIdToDeFiAddresses [ ChainIds . Berachain ] . kodiakRouter , { label : 'Kodiak Island Router' } ] ,
67
68
] ) ;
68
69
default :
69
70
throw new Error ( `Unsupported chainId: ${ chainId } ` ) ;
0 commit comments