Skip to content

Commit 05b56d5

Browse files
authored
ALKIMI/SUI pool (#505)
alkimi/sui pool
1 parent da4035b commit 05b56d5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/brave-guests-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mysten/deepbook-v3': patch
3+
---
4+
5+
ALKIMI/SUI pool

packages/deepbook-v3/src/utils/constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ export const mainnetCoins: CoinMap = {
132132
type: `0x7262fb2f7a3a14c888c438a3cd9b912469a58cf60f367352c46584262e8299aa::ika::IKA`,
133133
scalar: 1000000000,
134134
},
135+
ALKIMI: {
136+
address: `0x1a8f4bc33f8ef7fbc851f156857aa65d397a6a6fd27a7ac2ca717b51f2fd9489`,
137+
type: `0x1a8f4bc33f8ef7fbc851f156857aa65d397a6a6fd27a7ac2ca717b51f2fd9489::alkimi::ALKIMI`,
138+
scalar: 1000000000,
139+
},
135140
// This coin is experimental
136141
WGIGA: {
137142
address: `0xec32640add6d02a1d5f0425d72705eb76d9de7edfd4f34e0dba68e62ecceb05b`,
@@ -259,4 +264,9 @@ export const mainnetPools: PoolMap = {
259264
baseCoin: 'IKA',
260265
quoteCoin: 'USDC',
261266
},
267+
ALKIMI_SUI: {
268+
address: `0x84752993c6dc6fce70e25ddeb4daddb6592d6b9b0912a0a91c07cfff5a721d89`,
269+
baseCoin: 'ALKIMI',
270+
quoteCoin: 'SUI',
271+
},
262272
};

0 commit comments

Comments
 (0)