Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions target_chains/ethereum/contracts/.env.prod.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MIGRATIONS_DIR=./migrations/prod-receiver
MIGRATIONS_NETWORK=neon
WORMHOLE_CHAIN_NAME=neon
CLUSTER=mainnet
VALID_TIME_PERIOD_SECONDS=60
2 changes: 1 addition & 1 deletion target_chains/ethereum/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
settings: {
optimizer: {
enabled: true,
runs: 10000,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

runs: 5000,
},
},
},
Expand Down
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/245022934.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0x7a7F2493c578796ABfBA15Ce2e914A7A819979B7"
},
{
"contractName": "WormholeReceiver",
"address": "0x621330D0ECd449A06b72f41C1A93626cCEC53ccA",
"transactionHash": "0x4dc725831f247e91759fb1d09a8962f9f533c57ae468630e6848b918bf92c9a6"
},
{
"contractName": "PythUpgradable",
"address": "0x7f2dB085eFC3560AFF33865dD727225d91B4f9A5",
"transactionHash": "0x276282e22f4ea59a8eeec5223ce34b560e4e34e65b7fc503ade05878e73521ef"
}
]
4 changes: 4 additions & 0 deletions target_chains/ethereum/contracts/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ module.exports = {
provider: payerProvider("https://evmtestnet.confluxrpc.com"),
network_id: 71,
},
neon: {
provider: payerProvider("NEON_RPC_PLACEHOLDER"), // Replace this by the neon RPC node endpoint
network_id: 245022934,
},
},

compilers: {
Expand Down