@apibara/starknet 2.0.0-beta.31 → 2.0.0-beta.33
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.cjs +0 -2
- package/dist/index.d.cts +259 -259
- package/dist/index.d.mts +259 -259
- package/dist/index.d.ts +259 -259
- package/dist/index.mjs +0 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const protocol = require('@apibara/protocol');
|
|
4
|
-
const abiWanKanabi = require('abi-wan-kanabi');
|
|
5
4
|
const schema = require('@effect/schema');
|
|
6
5
|
const Long = require('long');
|
|
7
6
|
const _m0 = require('protobufjs/minimal.js');
|
|
@@ -7597,7 +7596,6 @@ const StarknetStream = new protocol.StreamConfig(
|
|
|
7597
7596
|
mergeFilter
|
|
7598
7597
|
);
|
|
7599
7598
|
|
|
7600
|
-
exports.Abi = abiWanKanabi.Abi;
|
|
7601
7599
|
exports.Block = Block;
|
|
7602
7600
|
exports.BlockFromBytes = BlockFromBytes;
|
|
7603
7601
|
exports.BlockHeader = BlockHeader;
|