Skip to content

Commit

Permalink
Fix import for slinky currency pair
Browse files Browse the repository at this point in the history
  • Loading branch information
joon9823 committed May 16, 2024
1 parent be322c1 commit 834bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/oracle/CurrencyPair.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JSONSerializable } from '../../util/json';
import { CurrencyPair as CurrencyPair_pb } from '@initia/initia.proto/slinky/oracle/v1/genesis';
import { CurrencyPair as CurrencyPair_pb } from '@initia/initia.proto/slinky/types/v1/currency_pair';

export class CurrencyPair extends JSONSerializable<
CurrencyPair.Amino,
Expand Down

0 comments on commit 834bee1

Please sign in to comment.