Skip to content

Commit a54545d

Browse files
committed
chore: expose getOftAddressForChain method
1 parent d36f413 commit a54545d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/src/gateway/layerzero.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ export class LayerZeroGatewayClient extends GatewayApiClient {
113113
return this.l0Client.getEidForChain(chainKey);
114114
}
115115

116+
async getOftAddressForChain(chainKey: string): Promise<string | null> {
117+
return this.l0Client.getOftAddressForChain(chainKey);
118+
}
119+
116120
async getQuote(params: GetQuoteParams): Promise<{
117121
params: GetQuoteParams;
118122
onrampQuote?: GatewayQuote & GatewayTokensInfo;

0 commit comments

Comments
 (0)