Skip to content

Commit

Permalink
main: Updated Mailbox address (new deployment)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 11, 2024
1 parent 0ad2957 commit 7d4c7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/pragma/pragma-devnet/devnet-script-dispatch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { hash } from "https://esm.run/[email protected]";

const HYPERLANE_MAILBOX_CONTRACT =
"0x6a2f7a45b29fc7c9854a6fe5228bdff5311884c804cb6b46553ba4cde235f1e";
"0x5bfb1a565a1fa2eb33c5d8e587a7aeb5e6846d3aadf9fecb529ace1e3457096";
const FEED_ID_SIZE = 64;

const filter = {
Expand Down Expand Up @@ -90,7 +90,6 @@ export function decodeTransfersInBlock({ header, events }) {
// Configure indexer for streaming PragmaGix data starting at the specified block.
export const config = {
streamUrl: "https://devnet.pragma.a5a.ch",
// We don't have any Dispatch before the 180_000'th block
startingBlock: Number(0),
network: "starknet",
filter,
Expand Down

0 comments on commit 7d4c7d7

Please sign in to comment.