File tree Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @invariant-labs/vara-sdk" ,
3
- "version" : " 0.1.13 " ,
3
+ "version" : " 0.1.14 " ,
4
4
"collaborators" : [
5
5
" Invariant Labs"
6
6
],
56
56
},
57
57
"dependencies" : {
58
58
"@gear-js/api" : " 0.38.1" ,
59
- "@invariant-labs/vara-sdk-wasm" : " 0.1.0 " ,
59
+ "@invariant-labs/vara-sdk-wasm" : " 0.1.1 " ,
60
60
"@polkadot/api" : " 11.0.2" ,
61
61
"@polkadot/types" : " 11.0.2" ,
62
62
"sails-js" : " 0.1.4"
Original file line number Diff line number Diff line change @@ -66,10 +66,15 @@ export const CONCENTRATION_FACTOR = 1.00001526069123
66
66
export const VARA_ADDRESS : HexString =
67
67
'0x0000000000000000000000000000000000000000000000000000000000000000'
68
68
export const TESTNET_INVARIANT_ADDRESS : HexString =
69
- '0x9c98ea19282e70f2848b0c37c2890f8f0e66396f86ddd2fb2dbd207c8028b7b7 '
69
+ '0xbe6b7d437dafbbdd983a153ca594ae32abebcd42450b4914a01fcbd6d7a59264 '
70
70
export const TESTNET_BTC_ADDRESS : HexString =
71
- '0x1377048f231254dd7e83fc466a63d921527f65545a8cc56b3b45b8f89d225741 '
71
+ '0x3d35d6eee42ee2b89490295e591d205ac94f01446b4a27a8ba21522f474caffc '
72
72
export const TESTNET_ETH_ADDRESS : HexString =
73
- '0x0b88ed5b7501f337ae3671cba3bfabb2407a6341d3f7966fbb8a1dbd79070265 '
73
+ '0xbbef6ca66fd7ec80bd7800b0c1b5b67dbef041931c5e76a0f318ef3025868711 '
74
74
export const TESTNET_USDC_ADDRESS : HexString =
75
- '0xafcbcb7c910a55d1b00edb01f28deb1e4d8b80cfc6406388115947c749f5628d'
75
+ '0x79973b6c7cec41ea24101d604d2d33d9aa3d9482581dd57701a50773c8822cfc'
76
+ export const TESTNET_SOL_ADDRESS : HexString =
77
+ '0x41c273ed8b4eb1d559bd709fba24608730f83b0225d58b55ee6bd067fc3b40aa'
78
+ export const TESTNET_AZERO_ADDRESS : HexString =
79
+ '0x7e0bf68153c2444c762b9cd9fec0e8ff4f8f48c733db64dbdf9336354af6ffa4'
80
+
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ export {
10
10
TESTNET_BTC_ADDRESS ,
11
11
TESTNET_ETH_ADDRESS ,
12
12
TESTNET_USDC_ADDRESS ,
13
+ TESTNET_AZERO_ADDRESS ,
14
+ TESTNET_SOL_ADDRESS ,
13
15
TESTNET_INVARIANT_ADDRESS ,
14
16
PERCENTAGE_SCALE ,
15
17
SQRT_PRICE_SCALE
You can’t perform that action at this time.
0 commit comments