Skip to content

Commit

Permalink
fix tokenList issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Aug 22, 2023
1 parent 92ab5fc commit bd32d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@usekeyp/od-sdk",
"description": "Javascript client for Open Dollar",
"version": "1.2.0-rc.1",
"version": "1.2.0-rc.2",
"license": "MIT",
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions src/virtual/virtualAuctionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export async function fetchAuctionData(geb: Geb, proxyAddress: string): Promise<
geb.contracts.accountingEngine.address,
geb.contracts.safeEngine.address,
proxyAddress,
geb.tokenList.KITE.address,
geb.tokenList.HAI.address,
geb.tokenList.ODG.address,
geb.tokenList.OD.address,
]
)
// Generate payload from input data
Expand Down

0 comments on commit bd32d2a

Please sign in to comment.