Skip to content

Commit

Permalink
Merge pull request #2096 from leecchh/tlee/add-ns-pool-volume
Browse files Browse the repository at this point in the history
Deepbook V3 volume
  • Loading branch information
dtmkeng authored Nov 14, 2024
2 parents 1103ffe + a945456 commit 73e5254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dexs/deepbookv3-sui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const coins = {
ETH: "0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH",
WUSDT: "0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN",
WUSDC: "0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN",
NS: "0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS"
}

const pools = {
Expand All @@ -18,6 +19,8 @@ const pools = {
DEEP_USDC: "0xf948981b806057580f91622417534f491da5f61aeaf33d0ed8e69fd5691c95ce",
WUSDC_USDC: "0xa0b9ebefb38c963fd115f52d71fa64501b79d1adcb5270563f92ce0442376545",
WUSDT_USDC: "0x4e2ca3988246e1d50b9bf209abb9c1cbfec65bd95afdacc620a36c67bdb8452f",
NS_USDC: "0x0c0fdd4008740d81a8a7d4281322aee71a1b62c449eb5b142656753d89ebc060",
NS_SUI: "0x27c4fdb3b846aa3ae4a65ef5127a309aa3c1f466671471a806d8912a18b253e8"
};


Expand Down

0 comments on commit 73e5254

Please sign in to comment.