-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ts
More file actions
62 lines (61 loc) · 3.1 KB
/
config.ts
File metadata and controls
62 lines (61 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Mainnet Pathway from Sui (init_oft) to IOTA L1
export default {
testnet: {
sharedDecimals: 6,
oft: {
oftPackageId: '0x6c8ce1132b6943655c672e6accfc9daa90fff06955f932625b1d4aa5640dff52',
oappObjectId: '0x716dc7e81bd05f59742b3c83fcc56b76ee339673a027e1dad12a9c14f81b2f7b',
upgradeCap: '0xe1a40f86ca63e84da76cf412328f67e8d881d71f7860c0f24aa4d7b3df5dd91d',
oftInitTicketId: '0xa18199e182e7e50ef171b5e13e1ea04baf65a59b39217468bdc2699f6594ce2d',
},
coin: {
coinPackage: '0xc998990be1a3aa976e6a02350f4f5c5576d07dc3bb31ddabb91ca3d3b467926f',
coinType:
'0xc998990be1a3aa976e6a02350f4f5c5576d07dc3bb31ddabb91ca3d3b467926f::mockcoin::MOCKCOIN',
coinDecimals: 9,
upgradeCap: '0x2fec9298b529511b1c591dd05b83da983d961860d78c93630d1fed96bd18fd16',
treasuryCapId: '0x961a202d88e0e9f8e4ef920100ffb99801222e50e636d05fe61caea188f34f28',
metadataId: '0xb8834bb57b25efb787398f9fa1ad9064896c699fde25ad462a2fb2c47e48e00d',
},
oftObjectId: '0x284c75f8a13ddbcadb202c2d3e17d08b0e55213f1cd97a01919b22833dac5dfc',
oftComposerManagerId: '0xceb3fde61a041552f7d022ba8138a61fc3043a235029ecf266b5c3b8547b3b2e',
remoteChain: {
EID: 40378, // Sui testnet
peerAddress: '0x2d0012a96534315f51af8782773ce8afc5df0bb46df28f034c58da6a02a18d94',
},
setConfig: {
// The `DVNs` (on the current chain) set must be the same on both of the current chain and remote chain. Otherwise, the tx will get `inflight`.
DVNs: ['0x8a3a8ef1789a0863a5eef1a3c1eb777d188a74f34850589c57d2245837e424fd'],
confirmations: 1,
},
},
mainnet: {
sharedDecimals: 6,
oft: {
oftPackageId: '0x7a5630ec93559767db87c6c0a4aca981b3e3eeb94c3b4d07af22b37621e2d3d8',
oappObjectId: '0xdf1a95c844eddd3437d6d6366c379c235f74d741c393f383df39c0ffd2317d6c',
upgradeCap: '0x1212004f521102e3f04e9d1de4775f52a1e738a5178896d83ac1ca84d7df06eb',
oftInitTicketId: '0xe0a966501e1aeb166976f4370ac8361c784d364ab1a0ece7e34a1a0533c5baf1',
},
coin: {
coinPackage: '0x26f5b35d5aafda296ff26058831ec15bb270d71f9026c9c0dc160041732183a1',
coinType:
'0x26f5b35d5aafda296ff26058831ec15bb270d71f9026c9c0dc160041732183a1::mockcoin::MOCKCOIN',
coinDecimals: 9,
upgradeCap: '0x4f9ef4536c42ccebdbbb3bc957f1862fd90a9a602dc56b8fbda64a476cd88c54',
treasuryCapId: '0x5d68cc2ebe3cdc15397a47da4e8903bb1987d4ce1321f97e50f73f005d24871c',
metadataId: '0x00d777743e45946993b3752329538397fe432b6e92ab1050b58bd53821f555b0',
},
oftObjectId: '0xbaea4086f3b2d55d31eb6f3671e45e03ad297c59ba78b8a51b61133a99f0e125',
oftComposerManagerId: '0xfe5be5a2d5b11e635e3e4557bb125fb24a3dd09111eded06fd6058b2aee1d054',
remoteChain: {
EID: 30378, // Sui mainnet
peerAddress: '0x9bf74c4201dff357c04c3a8672808efba8b3e9b7b75a47bef83094677678cb70',
},
setConfig: {
// The `DVNs` (on the current chain) set must be the same on both of the current chain and remote chain. Otherwise, the tx will get `inflight`.
DVNs: ['0xa560697328ccb5dc3f3f8e8a2c41e282827060da7a29971d933e9aa405c2ba7f'], // LZ Labs
confirmations: 1,
},
},
};