Skip to content

Commit

Permalink
Remove price feed RPC type (because we removed it and converted it in…
Browse files Browse the repository at this point in the history
…to a view) and update sdk arena address
  • Loading branch information
xbtmatt committed Jan 22, 2025
1 parent bb9cb89 commit 661dc5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
EMOJICOIN_ARENA_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
NEXT_PUBLIC_ARENA_MODULE_ADDRESS: >-
0x2222e4c4788e34e21bacad364855f5e648c19f4643f20f22f507334d041c2222
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
NEXT_PUBLIC_MODULE_ADDRESS: >-
0xf000d910b99722d201c6cf88eb7d1112b43475b9765b118f289b5d65d919000d
PUBLISHER_PRIVATE_KEY: >-
Expand Down
1 change: 0 additions & 1 deletion src/typescript/sdk/src/indexer-v2/types/json-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ type Columns = DatabaseJsonType[TableName.GlobalStateEvents] &
DatabaseJsonType[TableName.ArenaPositions] &
DatabaseJsonType[TableName.ArenaInfo] &
DatabaseJsonType[DatabaseRpc.UserPools] &
DatabaseJsonType[DatabaseRpc.PriceFeed] &
DatabaseJsonType[DatabaseRpc.ArenaLeaderboard];

export type AnyColumnName = keyof Columns;

0 comments on commit 661dc5f

Please sign in to comment.