@sentio/sdk-bundle 2.62.0-rc.14 → 2.62.0-rc.16
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/lib/aptos/builtin/0x1.js +1 -1
- package/lib/aptos/builtin/0x3.js +2 -2
- package/lib/aptos/builtin/0x4.js +2 -2
- package/lib/aptos/builtin/index.js +3 -3
- package/lib/aptos/ext/index.js +1 -1
- package/lib/aptos/index.js +1 -1
- package/lib/{chunk-FOK6HXDM.js → chunk-AIVP74YD.js} +19 -4
- package/lib/{chunk-FOK6HXDM.js.map → chunk-AIVP74YD.js.map} +1 -1
- package/lib/{chunk-MQPDMAHC.js → chunk-M6I43BZC.js} +2 -2
- package/lib/{chunk-IEFO3UQQ.js → chunk-YQYOA6VT.js} +2 -2
- package/lib/testing/index.js +1 -1
- package/package.json +2 -2
- /package/lib/{chunk-MQPDMAHC.js.map → chunk-M6I43BZC.js.map} +0 -0
- /package/lib/{chunk-IEFO3UQQ.js.map → chunk-YQYOA6VT.js.map} +0 -0
package/lib/aptos/builtin/0x1.js
CHANGED
package/lib/aptos/builtin/0x3.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
token_coin_swap,
|
|
7
7
|
token_event_store,
|
|
8
8
|
token_transfers
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-YQYOA6VT.js";
|
|
10
|
+
import "../../chunk-AIVP74YD.js";
|
|
11
11
|
import "../../chunk-X3SSOBOF.js";
|
|
12
12
|
import "../../chunk-JDTHJKBB.js";
|
|
13
13
|
import "../../chunk-742S42NO.js";
|
package/lib/aptos/builtin/0x4.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
property_map,
|
|
7
7
|
royalty,
|
|
8
8
|
token
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-M6I43BZC.js";
|
|
10
|
+
import "../../chunk-AIVP74YD.js";
|
|
11
11
|
import "../../chunk-X3SSOBOF.js";
|
|
12
12
|
import "../../chunk-JDTHJKBB.js";
|
|
13
13
|
import "../../chunk-742S42NO.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
x4_exports
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-M6I43BZC.js";
|
|
5
5
|
import {
|
|
6
6
|
x3_exports
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-YQYOA6VT.js";
|
|
8
8
|
import {
|
|
9
9
|
x1_exports
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-AIVP74YD.js";
|
|
11
11
|
import "../../chunk-X3SSOBOF.js";
|
|
12
12
|
import "../../chunk-JDTHJKBB.js";
|
|
13
13
|
import "../../chunk-742S42NO.js";
|
package/lib/aptos/ext/index.js
CHANGED
package/lib/aptos/index.js
CHANGED
|
@@ -19930,12 +19930,27 @@ var AptosBaseContext = class extends MoveContext {
|
|
|
19930
19930
|
this.version = version2;
|
|
19931
19931
|
}
|
|
19932
19932
|
getClient() {
|
|
19933
|
-
|
|
19933
|
+
const chainServer = Endpoints2.INSTANCE.chainServer.get(this.network);
|
|
19934
19934
|
if (!chainServer) {
|
|
19935
19935
|
throw new import_nice_grpc.ServerError(import_nice_grpc.Status.INTERNAL, "RPC endpoint not provided");
|
|
19936
19936
|
}
|
|
19937
|
-
|
|
19938
|
-
|
|
19937
|
+
const fullnode = chainServer + "/v1";
|
|
19938
|
+
let network = e6.CUSTOM;
|
|
19939
|
+
switch (this.network) {
|
|
19940
|
+
case AptosNetwork.MAIN_NET:
|
|
19941
|
+
network = e6.MAINNET;
|
|
19942
|
+
break;
|
|
19943
|
+
case AptosNetwork.TEST_NET:
|
|
19944
|
+
network = e6.TESTNET;
|
|
19945
|
+
break;
|
|
19946
|
+
}
|
|
19947
|
+
return new RichAptosClientWithContext(
|
|
19948
|
+
this,
|
|
19949
|
+
new a20({
|
|
19950
|
+
network,
|
|
19951
|
+
fullnode
|
|
19952
|
+
})
|
|
19953
|
+
);
|
|
19939
19954
|
}
|
|
19940
19955
|
};
|
|
19941
19956
|
var AptosTransactionContext = class extends AptosBaseContext {
|
|
@@ -40459,4 +40474,4 @@ export {
|
|
|
40459
40474
|
@noble/curves/esm/bn254.js:
|
|
40460
40475
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
40461
40476
|
*/
|
|
40462
|
-
//# sourceMappingURL=chunk-
|
|
40477
|
+
//# sourceMappingURL=chunk-AIVP74YD.js.map
|