Skip to content

Commit ab5cbf6

Browse files
committed
merge main
2 parents a2ada6b + 06c149c commit ab5cbf6

File tree

332 files changed

+1502
-23541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+1502
-23541
lines changed

.CONTRIBUTING.md

+2-2

.snippets/code/build/start-building/supported-networks/cosmos/gatewayIBCRelayerConfig.toml

-86
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
function placeFastMarketOrder(
2+
uint128 amountIn,
3+
uint16 targetChain,
4+
bytes32 redeemer,
5+
bytes calldata redeemerMessage,
6+
uint128 maxFee,
7+
uint32 deadline
8+
) external payable returns (uint64 sequence, uint64 fastSequence);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function placeMarketOrder(
2+
uint128 amountIn,
3+
uint16 targetChain,
4+
bytes32 redeemer,
5+
bytes calldata redeemerMessage,
6+
) external payable returns (uint64 sequence, uint64 protocolSequence);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"environment": "Testnet",
3+
"zmqChannels": {
4+
"fastVaa": "tcp://localhost:6001",
5+
"finalizedVaa": "tcp://localhost:6002"
6+
},
7+
"publisher": {
8+
"log": {
9+
"level": "info"
10+
},
11+
"vaaSpy": {
12+
"host": "localhost:7073",
13+
"enableObservationCleanup": true,
14+
"observationSeenThresholdMs": 1500000,
15+
"observationCleanupIntervalMs": 500,
16+
"observationsToRemovePerInterval": 5,
17+
"delayedThresholdMs": 60000
18+
}
19+
},
20+
"solver": {
21+
"log": {
22+
"level": "info",
23+
"filename": "logs/solver.log"
24+
},
25+
"connection": {
26+
"rpc": "<https://your-devnet-rpc-here/>",
27+
"maxTransactionsPerSecond": 5,
28+
"commitment": "processed",
29+
"addressLookupTable": "YourAddressLookupTab1eHere11111111111111111",
30+
"matchingEngine": "mPydpGUWxzERTNpyvTKdvS7v8kvw5sgwfiP8WQFrXVS",
31+
"mint": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
32+
"knownAtaOwners": [
33+
"Payer11111111111111111111111111111111111111",
34+
"Payer11111111111111111111111111111111111112",
35+
"Payer11111111111111111111111111111111111113"
36+
]
37+
}
38+
},
39+
"routerEndpoints": [
40+
{
41+
"chain": "Sepolia",
42+
"endpoint": "0xE57D917bf955FedE2888AAbD056202a6497F1882",
43+
"rollbackRisk": 0.0069,
44+
"offerEdge": 0.042
45+
},
46+
{
47+
"chain": "Avalanche",
48+
"endpoint": "0x8Cd7D7C980cd72eBD16737dC3fa04469dcFcf07A",
49+
"rollbackRisk": 0.0069,
50+
"offerEdge": 0.042
51+
},
52+
{
53+
"chain": "OptimismSepolia",
54+
"endpoint": "0x6BAa7397c18abe6221b4f6C3Ac91C88a9faE00D8",
55+
"rollbackRisk": 0.0069,
56+
"offerEdge": 0.042
57+
},
58+
{
59+
"chain": "ArbitrumSepolia",
60+
"endpoint": "0xe0418C44F06B0b0D7D1706E01706316DBB0B210E",
61+
"rollbackRisk": 0.0069,
62+
"offerEdge": 0.042
63+
},
64+
{
65+
"chain": "BaseSepolia",
66+
"endpoint": "0x824Ea687CD1CC2f2446235D33Ae764CbCd08e18C",
67+
"rollbackRisk": 0.0069,
68+
"offerEdge": 0.042
69+
},
70+
{
71+
"chain": "Polygon",
72+
"endpoint": "0xa098368AaaDc0FdF3e309cda710D7A5f8BDEeCD9",
73+
"rollbackRisk": 0.0069,
74+
"offerEdge": 0.042
75+
}
76+
]
77+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"title": "[Send Messages](/docs/build/core-messaging/core-contracts/#sending-messages)",
4+
"content": "How-to send messages with Core Contracts.",
5+
"icon": ":fontawesome-solid-1:"
6+
},
7+
{
8+
"title": "[Interact with Wormhole Relayer](/docs/build/core-messaging/wormhole-relayers/#receive-a-message)",
9+
"content": "How-to use Wormhole Relayer in your messaging workflow.",
10+
"icon": ":fontawesome-solid-2:"
11+
},
12+
{
13+
"title": "[Receive Messages](/docs/build/core-messaging/core-contracts/#receiving-messages)",
14+
"content": "How-to verify and parse received messages.",
15+
"icon": ":fontawesome-solid-3:"
16+
},
17+
{
18+
"title": "[Validate the Emitter](/docs/build/core-messaging/core-contracts/#validating-the-emitter)",
19+
"content": "How-to verify messages came from a trusted sender.",
20+
"icon": ":fontawesome-solid-4:"
21+
}
22+
]

.snippets/text/build/reference/chain-ids/chain-ids.md

+2-2

0 commit comments

Comments
 (0)