@lifi/types 1.8.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { TransactionRequest } from '@ethersproject/providers';
1
2
  import { BridgeDefinition, Chain, ChainId, ExchangeDefinition, Step, Token } from '.';
2
3
  import { ToolError } from './apiErrors';
3
4
  import { Bridge } from './bridges';
@@ -201,6 +202,27 @@ export declare type TokensResponse = {
201
202
  export declare type RequestOptions = {
202
203
  signal?: AbortSignal;
203
204
  };
205
+ export interface Integrator {
206
+ integratorId: string;
207
+ feeBalances: FeeBalance[];
208
+ }
209
+ export declare type FeeBalance = {
210
+ chainId: ChainId;
211
+ tokenBalances: TokenBalance[];
212
+ };
213
+ export declare type TokenBalance = {
214
+ token: Token;
215
+ amount: string;
216
+ amountUsd: string;
217
+ };
218
+ export interface IntegratorWithdrawalRequest {
219
+ integratorId: string;
220
+ chainId: ChainId;
221
+ tokens?: string[];
222
+ }
223
+ export interface IntegratorWithdrawalTransactionResponse {
224
+ transactionRequest: TransactionRequest;
225
+ }
204
226
  export declare class LifiAPI {
205
227
  getRoutes(request: RoutesRequest): Promise<RoutesResponse>;
206
228
  getPossibilities(request?: PossibilitiesRequest): Promise<PossibilitiesResponse>;
@@ -215,5 +237,7 @@ export declare class LifiAPI {
215
237
  getTools(request: ToolsRequest): Promise<ToolsResponse>;
216
238
  getChains(): ChainsResponse;
217
239
  getConnections(request: ConnectionsRequest): Promise<ConnectionsResponse>;
240
+ getIntegratorData(integratorAddress: string): Promise<Integrator>;
241
+ getIntegratorWithdrawalTransaction(request: IntegratorWithdrawalRequest): Promise<IntegratorWithdrawalTransactionResponse>;
218
242
  }
219
243
  export {};
package/dist/base.d.ts CHANGED
@@ -81,6 +81,7 @@ export declare enum ChainKey {
81
81
  OAS = "oas",
82
82
  SOL = "sol",
83
83
  EVM = "evm",
84
+ ARN = "arn",
84
85
  ROP = "rop",
85
86
  RIN = "rin",
86
87
  GOR = "gor",
@@ -89,6 +90,7 @@ export declare enum ChainKey {
89
90
  KOV = "kov",
90
91
  MUM = "mum",
91
92
  ARBT = "arbt",
93
+ ARBG = "arbg",
92
94
  OPTT = "optt",
93
95
  OPTG = "optg",
94
96
  BSCT = "bsct",
@@ -141,6 +143,7 @@ export declare enum ChainId {
141
143
  TER = 1161011141099710,
142
144
  OAS = 111971151099710,
143
145
  EVM = 9001,
146
+ ARN = 42170,
144
147
  ROP = 3,
145
148
  RIN = 4,
146
149
  GOR = 5,
@@ -149,6 +152,7 @@ export declare enum ChainId {
149
152
  KOV = 42,
150
153
  MUM = 80001,
151
154
  ARBT = 421611,
155
+ ARBG = 421613,
152
156
  OPTT = 69,
153
157
  OPTG = 420,
154
158
  BSCT = 97,
package/dist/base.js CHANGED
@@ -84,6 +84,7 @@ export var ChainKey;
84
84
  ChainKey["OAS"] = "oas";
85
85
  ChainKey["SOL"] = "sol";
86
86
  ChainKey["EVM"] = "evm";
87
+ ChainKey["ARN"] = "arn";
87
88
  // Testnets
88
89
  ChainKey["ROP"] = "rop";
89
90
  ChainKey["RIN"] = "rin";
@@ -93,6 +94,7 @@ export var ChainKey;
93
94
  ChainKey["KOV"] = "kov";
94
95
  ChainKey["MUM"] = "mum";
95
96
  ChainKey["ARBT"] = "arbt";
97
+ ChainKey["ARBG"] = "arbg";
96
98
  ChainKey["OPTT"] = "optt";
97
99
  ChainKey["OPTG"] = "optg";
98
100
  ChainKey["BSCT"] = "bsct";
@@ -146,6 +148,7 @@ export var ChainId;
146
148
  ChainId[ChainId["TER"] = 1161011141099710] = "TER";
147
149
  ChainId[ChainId["OAS"] = 111971151099710] = "OAS";
148
150
  ChainId[ChainId["EVM"] = 9001] = "EVM";
151
+ ChainId[ChainId["ARN"] = 42170] = "ARN";
149
152
  // Testnets
150
153
  ChainId[ChainId["ROP"] = 3] = "ROP";
151
154
  ChainId[ChainId["RIN"] = 4] = "RIN";
@@ -155,6 +158,7 @@ export var ChainId;
155
158
  ChainId[ChainId["KOV"] = 42] = "KOV";
156
159
  ChainId[ChainId["MUM"] = 80001] = "MUM";
157
160
  ChainId[ChainId["ARBT"] = 421611] = "ARBT";
161
+ ChainId[ChainId["ARBG"] = 421613] = "ARBG";
158
162
  ChainId[ChainId["OPTT"] = 69] = "OPTT";
159
163
  ChainId[ChainId["OPTG"] = 420] = "OPTG";
160
164
  ChainId[ChainId["BSCT"] = 97] = "BSCT";
@@ -683,6 +683,7 @@ export const supportedEVMChains = [
683
683
  mainnet: true,
684
684
  multicallAddress: multicallAddresses[ChainId.VEL],
685
685
  logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/velas.png',
686
+ faucetUrls: ['https://stakely.io/faucet/velas-vlx'],
686
687
  metamask: {
687
688
  chainId: prefixChainId(106),
688
689
  blockExplorerUrls: ['https://evmexplorer.velas.com/'],
@@ -959,6 +960,28 @@ export const supportedEVMChains = [
959
960
  rpcUrls: ['https://rinkeby.arbitrum.io/rpc'],
960
961
  },
961
962
  },
963
+ {
964
+ key: ChainKey.ARBG,
965
+ chainType: ChainType.EVM,
966
+ name: 'Arbitrum Görli',
967
+ coin: CoinKey.ETH,
968
+ id: 421613,
969
+ mainnet: false,
970
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum_test.png',
971
+ faucetUrls: ['https://bridge.arbitrum.io/'],
972
+ multicallAddress: multicallAddresses[ChainId.ARBG],
973
+ metamask: {
974
+ chainId: prefixChainId(421613),
975
+ blockExplorerUrls: ['https://goerli-rollup-explorer.arbitrum.io'],
976
+ chainName: 'Arbitrum Görli',
977
+ nativeCurrency: {
978
+ name: 'AGOR',
979
+ symbol: 'AGOR',
980
+ decimals: 18,
981
+ },
982
+ rpcUrls: ['https://goerli-rollup.arbitrum.io/rpc/ '],
983
+ },
984
+ },
962
985
  // 69 - Optimistic Ethereum (Kovan)
963
986
  {
964
987
  key: ChainKey.OPTT,
@@ -1173,7 +1196,6 @@ export const supportedEVMChains = [
1173
1196
  // FTMT = 4002,
1174
1197
  // https://faucet.buni.finance/
1175
1198
  // kucoin faucet: https://stakely.io/faucet/kucoin-kcc-kcs
1176
- // Velas faucet: https://stakely.io/faucet/velas-vlx
1177
1199
  ];
1178
1200
  export const supportedSolanaChains = [
1179
1201
  {
package/dist/cjs/api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { TransactionRequest } from '@ethersproject/providers';
1
2
  import { BridgeDefinition, Chain, ChainId, ExchangeDefinition, Step, Token } from '.';
2
3
  import { ToolError } from './apiErrors';
3
4
  import { Bridge } from './bridges';
@@ -201,6 +202,27 @@ export declare type TokensResponse = {
201
202
  export declare type RequestOptions = {
202
203
  signal?: AbortSignal;
203
204
  };
205
+ export interface Integrator {
206
+ integratorId: string;
207
+ feeBalances: FeeBalance[];
208
+ }
209
+ export declare type FeeBalance = {
210
+ chainId: ChainId;
211
+ tokenBalances: TokenBalance[];
212
+ };
213
+ export declare type TokenBalance = {
214
+ token: Token;
215
+ amount: string;
216
+ amountUsd: string;
217
+ };
218
+ export interface IntegratorWithdrawalRequest {
219
+ integratorId: string;
220
+ chainId: ChainId;
221
+ tokens?: string[];
222
+ }
223
+ export interface IntegratorWithdrawalTransactionResponse {
224
+ transactionRequest: TransactionRequest;
225
+ }
204
226
  export declare class LifiAPI {
205
227
  getRoutes(request: RoutesRequest): Promise<RoutesResponse>;
206
228
  getPossibilities(request?: PossibilitiesRequest): Promise<PossibilitiesResponse>;
@@ -215,5 +237,7 @@ export declare class LifiAPI {
215
237
  getTools(request: ToolsRequest): Promise<ToolsResponse>;
216
238
  getChains(): ChainsResponse;
217
239
  getConnections(request: ConnectionsRequest): Promise<ConnectionsResponse>;
240
+ getIntegratorData(integratorAddress: string): Promise<Integrator>;
241
+ getIntegratorWithdrawalTransaction(request: IntegratorWithdrawalRequest): Promise<IntegratorWithdrawalTransactionResponse>;
218
242
  }
219
243
  export {};
@@ -81,6 +81,7 @@ export declare enum ChainKey {
81
81
  OAS = "oas",
82
82
  SOL = "sol",
83
83
  EVM = "evm",
84
+ ARN = "arn",
84
85
  ROP = "rop",
85
86
  RIN = "rin",
86
87
  GOR = "gor",
@@ -89,6 +90,7 @@ export declare enum ChainKey {
89
90
  KOV = "kov",
90
91
  MUM = "mum",
91
92
  ARBT = "arbt",
93
+ ARBG = "arbg",
92
94
  OPTT = "optt",
93
95
  OPTG = "optg",
94
96
  BSCT = "bsct",
@@ -141,6 +143,7 @@ export declare enum ChainId {
141
143
  TER = 1161011141099710,
142
144
  OAS = 111971151099710,
143
145
  EVM = 9001,
146
+ ARN = 42170,
144
147
  ROP = 3,
145
148
  RIN = 4,
146
149
  GOR = 5,
@@ -149,6 +152,7 @@ export declare enum ChainId {
149
152
  KOV = 42,
150
153
  MUM = 80001,
151
154
  ARBT = 421611,
155
+ ARBG = 421613,
152
156
  OPTT = 69,
153
157
  OPTG = 420,
154
158
  BSCT = 97,
package/dist/cjs/base.js CHANGED
@@ -87,6 +87,7 @@ var ChainKey;
87
87
  ChainKey["OAS"] = "oas";
88
88
  ChainKey["SOL"] = "sol";
89
89
  ChainKey["EVM"] = "evm";
90
+ ChainKey["ARN"] = "arn";
90
91
  // Testnets
91
92
  ChainKey["ROP"] = "rop";
92
93
  ChainKey["RIN"] = "rin";
@@ -96,6 +97,7 @@ var ChainKey;
96
97
  ChainKey["KOV"] = "kov";
97
98
  ChainKey["MUM"] = "mum";
98
99
  ChainKey["ARBT"] = "arbt";
100
+ ChainKey["ARBG"] = "arbg";
99
101
  ChainKey["OPTT"] = "optt";
100
102
  ChainKey["OPTG"] = "optg";
101
103
  ChainKey["BSCT"] = "bsct";
@@ -149,6 +151,7 @@ var ChainId;
149
151
  ChainId[ChainId["TER"] = 1161011141099710] = "TER";
150
152
  ChainId[ChainId["OAS"] = 111971151099710] = "OAS";
151
153
  ChainId[ChainId["EVM"] = 9001] = "EVM";
154
+ ChainId[ChainId["ARN"] = 42170] = "ARN";
152
155
  // Testnets
153
156
  ChainId[ChainId["ROP"] = 3] = "ROP";
154
157
  ChainId[ChainId["RIN"] = 4] = "RIN";
@@ -158,6 +161,7 @@ var ChainId;
158
161
  ChainId[ChainId["KOV"] = 42] = "KOV";
159
162
  ChainId[ChainId["MUM"] = 80001] = "MUM";
160
163
  ChainId[ChainId["ARBT"] = 421611] = "ARBT";
164
+ ChainId[ChainId["ARBG"] = 421613] = "ARBG";
161
165
  ChainId[ChainId["OPTT"] = 69] = "OPTT";
162
166
  ChainId[ChainId["OPTG"] = 420] = "OPTG";
163
167
  ChainId[ChainId["BSCT"] = 97] = "BSCT";
@@ -686,6 +686,7 @@ exports.supportedEVMChains = [
686
686
  mainnet: true,
687
687
  multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.VEL],
688
688
  logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/velas.png',
689
+ faucetUrls: ['https://stakely.io/faucet/velas-vlx'],
689
690
  metamask: {
690
691
  chainId: (0, EVMChain_1.prefixChainId)(106),
691
692
  blockExplorerUrls: ['https://evmexplorer.velas.com/'],
@@ -962,6 +963,28 @@ exports.supportedEVMChains = [
962
963
  rpcUrls: ['https://rinkeby.arbitrum.io/rpc'],
963
964
  },
964
965
  },
966
+ {
967
+ key: base_1.ChainKey.ARBG,
968
+ chainType: Chain_1.ChainType.EVM,
969
+ name: 'Arbitrum Görli',
970
+ coin: base_1.CoinKey.ETH,
971
+ id: 421613,
972
+ mainnet: false,
973
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/arbitrum_test.png',
974
+ faucetUrls: ['https://bridge.arbitrum.io/'],
975
+ multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ARBG],
976
+ metamask: {
977
+ chainId: (0, EVMChain_1.prefixChainId)(421613),
978
+ blockExplorerUrls: ['https://goerli-rollup-explorer.arbitrum.io'],
979
+ chainName: 'Arbitrum Görli',
980
+ nativeCurrency: {
981
+ name: 'AGOR',
982
+ symbol: 'AGOR',
983
+ decimals: 18,
984
+ },
985
+ rpcUrls: ['https://goerli-rollup.arbitrum.io/rpc/ '],
986
+ },
987
+ },
965
988
  // 69 - Optimistic Ethereum (Kovan)
966
989
  {
967
990
  key: base_1.ChainKey.OPTT,
@@ -1176,7 +1199,6 @@ exports.supportedEVMChains = [
1176
1199
  // FTMT = 4002,
1177
1200
  // https://faucet.buni.finance/
1178
1201
  // kucoin faucet: https://stakely.io/faucet/kucoin-kcc-kcs
1179
- // Velas faucet: https://stakely.io/faucet/velas-vlx
1180
1202
  ];
1181
1203
  exports.supportedSolanaChains = [
1182
1204
  {
package/dist/cjs/coins.js CHANGED
@@ -289,7 +289,7 @@ const basicCoins = [
289
289
  name: 'Dai Stablecoin',
290
290
  },
291
291
  [base_1.ChainId.MOO]: {
292
- address: '0xc234a67a4f840e61ade794be47de455361b52413',
292
+ address: '0x765277eebeca2e31912c9946eae1021199b39c61',
293
293
  decimals: 18,
294
294
  name: 'Dai Stablecoin',
295
295
  },
@@ -511,7 +511,7 @@ const basicCoins = [
511
511
  decimals: 6,
512
512
  },
513
513
  [base_1.ChainId.MOO]: {
514
- address: '0x8e70cd5b4ff3f62659049e74b6649c6603a0e594',
514
+ address: '0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73',
515
515
  decimals: 6,
516
516
  },
517
517
  [base_1.ChainId.BOB]: {
@@ -617,7 +617,7 @@ const basicCoins = [
617
617
  decimals: 6,
618
618
  },
619
619
  [base_1.ChainId.MOO]: {
620
- address: '0x8f552a71efe5eefc207bf75485b356a0b3f01ec9',
620
+ address: '0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b',
621
621
  decimals: 6,
622
622
  },
623
623
  [base_1.ChainId.BOB]: {
@@ -755,7 +755,7 @@ const basicCoins = [
755
755
  decimals: 8,
756
756
  },
757
757
  [base_1.ChainId.MOO]: {
758
- address: '0x1dc78acda13a8bc4408b207c9e48cdbc096d95e0',
758
+ address: '0x922d641a426dcffaef11680e5358f34d97d112e1',
759
759
  decimals: 8,
760
760
  },
761
761
  [base_1.ChainId.BOB]: {
@@ -838,7 +838,7 @@ const basicCoins = [
838
838
  decimals: 18,
839
839
  },
840
840
  [base_1.ChainId.MOO]: {
841
- address: '0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7',
841
+ address: '0xfA9343C3897324496A05fC75abeD6bAC29f8A40f',
842
842
  decimals: 18,
843
843
  },
844
844
  [base_1.ChainId.BOB]: {
@@ -7,6 +7,7 @@ const _1 = require(".");
7
7
  // - https://github.com/sushiswap/sushiswap-sdk/blob/canary/src/constants/addresses.ts#L323
8
8
  // - https://github.com/joshstevens19/ethereum-multicall#multicall-contracts
9
9
  // '0xcA11bde05977b3631167028862bE2a173976CA11' is a Multicall3 contract
10
+ // export const multicallAddresses: Record<ChainId, string> = {
10
11
  exports.multicallAddresses = {
11
12
  // Mainnet
12
13
  [_1.ChainId.ETH]: '0xcA11bde05977b3631167028862bE2a173976CA11',
@@ -30,17 +31,19 @@ exports.multicallAddresses = {
30
31
  [_1.ChainId.MAM]: '0xcA11bde05977b3631167028862bE2a173976CA11',
31
32
  [_1.ChainId.AUR]: '0xcA11bde05977b3631167028862bE2a173976CA11',
32
33
  [_1.ChainId.EVM]: '0xcA11bde05977b3631167028862bE2a173976CA11',
34
+ [_1.ChainId.MET]: '0xcA11bde05977b3631167028862bE2a173976CA11',
35
+ [_1.ChainId.RSK]: '0xcA11bde05977b3631167028862bE2a173976CA11',
36
+ [_1.ChainId.VEL]: '0x6ede559F2Bd951777470595761672091CCD21Ac6',
37
+ // TODO
38
+ // [ChainId.ARN]: '', // TODO
33
39
  // [ChainId.EXP]: '', // TODO
34
40
  // [ChainId.TCH]: '', // TODO
35
41
  // [ChainId.UBQ]: '', // TODO
36
- // [ChainId.MET]: '', // TODO
37
42
  // [ChainId.DIO]: '', // TODO
38
43
  // [ChainId.TLO]: '', // TODO
39
44
  // [ChainId.SHI]: '', // TODO
40
45
  // [ChainId.GL1]: '', // TODO
41
- // [ChainId.RSK]: '', // TODO
42
46
  // [ChainId.TBW]: '', // TODO
43
- // [ChainId.VEL]: '', // TODO
44
47
  // [ChainId.PALM]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
45
48
  // [ChainId.TELOS]: '0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3',
46
49
  // Testnet
@@ -58,10 +61,19 @@ exports.multicallAddresses = {
58
61
  [_1.ChainId.EVMT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
59
62
  [_1.ChainId.MORT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
60
63
  [_1.ChainId.FTMT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
64
+ [_1.ChainId.RSKT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
65
+ [_1.ChainId.ARBG]: '0xcA11bde05977b3631167028862bE2a173976CA11',
66
+ // TODO
61
67
  // [ChainId.METT]: '', // TODO
62
68
  // [ChainId.DIOT]: '', // TODO
63
69
  // [ChainId.HECT]: '', // TODO
64
70
  // [ChainId.FUST]: '', // TODO
65
71
  // [ChainId.TLOT]: '', // TODO
66
- // [ChainId.RSKT]: '', // TODO
72
+ // none EVM
73
+ // [ChainId.SOL]: '', // NOT NEEDED
74
+ // [ChainId.TER]: '', // NOT NEEDED
75
+ // [ChainId.OAS]: '', // NOT NEEDED
76
+ // [ChainId.SOLT]: '', // NOT NEEDED
77
+ // [ChainId.TERT]: '', // NOT NEEDED
78
+ // [ChainId.OAST]: '', // NOT NEEDED
67
79
  };
package/dist/coins.js CHANGED
@@ -286,7 +286,7 @@ const basicCoins = [
286
286
  name: 'Dai Stablecoin',
287
287
  },
288
288
  [ChainId.MOO]: {
289
- address: '0xc234a67a4f840e61ade794be47de455361b52413',
289
+ address: '0x765277eebeca2e31912c9946eae1021199b39c61',
290
290
  decimals: 18,
291
291
  name: 'Dai Stablecoin',
292
292
  },
@@ -508,7 +508,7 @@ const basicCoins = [
508
508
  decimals: 6,
509
509
  },
510
510
  [ChainId.MOO]: {
511
- address: '0x8e70cd5b4ff3f62659049e74b6649c6603a0e594',
511
+ address: '0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73',
512
512
  decimals: 6,
513
513
  },
514
514
  [ChainId.BOB]: {
@@ -614,7 +614,7 @@ const basicCoins = [
614
614
  decimals: 6,
615
615
  },
616
616
  [ChainId.MOO]: {
617
- address: '0x8f552a71efe5eefc207bf75485b356a0b3f01ec9',
617
+ address: '0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b',
618
618
  decimals: 6,
619
619
  },
620
620
  [ChainId.BOB]: {
@@ -752,7 +752,7 @@ const basicCoins = [
752
752
  decimals: 8,
753
753
  },
754
754
  [ChainId.MOO]: {
755
- address: '0x1dc78acda13a8bc4408b207c9e48cdbc096d95e0',
755
+ address: '0x922d641a426dcffaef11680e5358f34d97d112e1',
756
756
  decimals: 8,
757
757
  },
758
758
  [ChainId.BOB]: {
@@ -835,7 +835,7 @@ const basicCoins = [
835
835
  decimals: 18,
836
836
  },
837
837
  [ChainId.MOO]: {
838
- address: '0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7',
838
+ address: '0xfA9343C3897324496A05fC75abeD6bAC29f8A40f',
839
839
  decimals: 18,
840
840
  },
841
841
  [ChainId.BOB]: {
package/dist/multicall.js CHANGED
@@ -4,6 +4,7 @@ import { ChainId } from '.';
4
4
  // - https://github.com/sushiswap/sushiswap-sdk/blob/canary/src/constants/addresses.ts#L323
5
5
  // - https://github.com/joshstevens19/ethereum-multicall#multicall-contracts
6
6
  // '0xcA11bde05977b3631167028862bE2a173976CA11' is a Multicall3 contract
7
+ // export const multicallAddresses: Record<ChainId, string> = {
7
8
  export const multicallAddresses = {
8
9
  // Mainnet
9
10
  [ChainId.ETH]: '0xcA11bde05977b3631167028862bE2a173976CA11',
@@ -27,17 +28,19 @@ export const multicallAddresses = {
27
28
  [ChainId.MAM]: '0xcA11bde05977b3631167028862bE2a173976CA11',
28
29
  [ChainId.AUR]: '0xcA11bde05977b3631167028862bE2a173976CA11',
29
30
  [ChainId.EVM]: '0xcA11bde05977b3631167028862bE2a173976CA11',
31
+ [ChainId.MET]: '0xcA11bde05977b3631167028862bE2a173976CA11',
32
+ [ChainId.RSK]: '0xcA11bde05977b3631167028862bE2a173976CA11',
33
+ [ChainId.VEL]: '0x6ede559F2Bd951777470595761672091CCD21Ac6',
34
+ // TODO
35
+ // [ChainId.ARN]: '', // TODO
30
36
  // [ChainId.EXP]: '', // TODO
31
37
  // [ChainId.TCH]: '', // TODO
32
38
  // [ChainId.UBQ]: '', // TODO
33
- // [ChainId.MET]: '', // TODO
34
39
  // [ChainId.DIO]: '', // TODO
35
40
  // [ChainId.TLO]: '', // TODO
36
41
  // [ChainId.SHI]: '', // TODO
37
42
  // [ChainId.GL1]: '', // TODO
38
- // [ChainId.RSK]: '', // TODO
39
43
  // [ChainId.TBW]: '', // TODO
40
- // [ChainId.VEL]: '', // TODO
41
44
  // [ChainId.PALM]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
42
45
  // [ChainId.TELOS]: '0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3',
43
46
  // Testnet
@@ -55,10 +58,19 @@ export const multicallAddresses = {
55
58
  [ChainId.EVMT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
56
59
  [ChainId.MORT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
57
60
  [ChainId.FTMT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
61
+ [ChainId.RSKT]: '0xcA11bde05977b3631167028862bE2a173976CA11',
62
+ [ChainId.ARBG]: '0xcA11bde05977b3631167028862bE2a173976CA11',
63
+ // TODO
58
64
  // [ChainId.METT]: '', // TODO
59
65
  // [ChainId.DIOT]: '', // TODO
60
66
  // [ChainId.HECT]: '', // TODO
61
67
  // [ChainId.FUST]: '', // TODO
62
68
  // [ChainId.TLOT]: '', // TODO
63
- // [ChainId.RSKT]: '', // TODO
69
+ // none EVM
70
+ // [ChainId.SOL]: '', // NOT NEEDED
71
+ // [ChainId.TER]: '', // NOT NEEDED
72
+ // [ChainId.OAS]: '', // NOT NEEDED
73
+ // [ChainId.SOLT]: '', // NOT NEEDED
74
+ // [ChainId.TERT]: '', // NOT NEEDED
75
+ // [ChainId.OAST]: '', // NOT NEEDED
64
76
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",