@avalabs/glacier-sdk 2.8.0-alpha.184 → 2.8.0-alpha.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -4198,6 +4198,8 @@ type DeliveredSourceNotIndexedTeleporterMessage = {
|
|
|
4198
4198
|
teleporterContractAddress: string;
|
|
4199
4199
|
sourceBlockchainId: string;
|
|
4200
4200
|
destinationBlockchainId: string;
|
|
4201
|
+
sourceEvmChainId: string;
|
|
4202
|
+
destinationEvmChainId: string;
|
|
4201
4203
|
messageNonce: string;
|
|
4202
4204
|
from: string;
|
|
4203
4205
|
to: string;
|
|
@@ -4226,6 +4228,8 @@ type DeliveredTeleporterMessage = {
|
|
|
4226
4228
|
teleporterContractAddress: string;
|
|
4227
4229
|
sourceBlockchainId: string;
|
|
4228
4230
|
destinationBlockchainId: string;
|
|
4231
|
+
sourceEvmChainId: string;
|
|
4232
|
+
destinationEvmChainId: string;
|
|
4229
4233
|
messageNonce: string;
|
|
4230
4234
|
from: string;
|
|
4231
4235
|
to: string;
|
|
@@ -4249,6 +4253,8 @@ type PendingTeleporterMessage = {
|
|
|
4249
4253
|
teleporterContractAddress: string;
|
|
4250
4254
|
sourceBlockchainId: string;
|
|
4251
4255
|
destinationBlockchainId: string;
|
|
4256
|
+
sourceEvmChainId: string;
|
|
4257
|
+
destinationEvmChainId: string;
|
|
4252
4258
|
messageNonce: string;
|
|
4253
4259
|
from: string;
|
|
4254
4260
|
to: string;
|
|
@@ -7,6 +7,8 @@ type DeliveredSourceNotIndexedTeleporterMessage = {
|
|
|
7
7
|
teleporterContractAddress: string;
|
|
8
8
|
sourceBlockchainId: string;
|
|
9
9
|
destinationBlockchainId: string;
|
|
10
|
+
sourceEvmChainId: string;
|
|
11
|
+
destinationEvmChainId: string;
|
|
10
12
|
messageNonce: string;
|
|
11
13
|
from: string;
|
|
12
14
|
to: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avalabs/glacier-sdk",
|
|
3
|
-
"version": "2.8.0-alpha.
|
|
3
|
+
"version": "2.8.0-alpha.185",
|
|
4
4
|
"description": "sdk for interacting with glacier-api",
|
|
5
5
|
"author": "Oliver Wang <oliver.wang@avalabs.org>",
|
|
6
6
|
"homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/ava-labs/avalanche-sdks/issues"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "016325a7bac7a68c646169a53b48cd5d3987b912"
|
|
33
33
|
}
|