Skip to content

Commit 0226e86

Browse files
committed
initialized pyth-receiver stylus contract
1 parent ee8778a commit 0226e86

File tree

8 files changed

+6012
-0
lines changed

8 files changed

+6012
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[target.wasm32-unknown-unknown]
2+
rustflags = [
3+
"-C", "link-arg=-zstack-size=32768",
4+
"-C", "target-feature=-reference-types",
5+
"-C", "target-feature=+bulk-memory",
6+
]
7+
8+
[target.aarch64-apple-darwin]
9+
rustflags = [
10+
"-C", "link-arg=-undefined",
11+
"-C", "link-arg=dynamic_lookup",
12+
]
13+
14+
[target.x86_64-apple-darwin]
15+
rustflags = [
16+
"-C", "link-arg=-undefined",
17+
"-C", "link-arg=dynamic_lookup",
18+
]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RPC_URL=
2+
STYLUS_CONTRACT_ADDRESS=
3+
PRIV_KEY_PATH=

0 commit comments

Comments
 (0)