Deploy neon (#854)
* Push * Add config * Sync up optimization for hardhat and truffle
This commit is contained in:
parent
64bce66383
commit
11cb14ca76
|
@ -0,0 +1,5 @@
|
|||
MIGRATIONS_DIR=./migrations/prod-receiver
|
||||
MIGRATIONS_NETWORK=neon
|
||||
WORMHOLE_CHAIN_NAME=neon
|
||||
CLUSTER=mainnet
|
||||
VALID_TIME_PERIOD_SECONDS=60
|
|
@ -80,7 +80,7 @@ module.exports = {
|
|||
settings: {
|
||||
optimizer: {
|
||||
enabled: true,
|
||||
runs: 10000,
|
||||
runs: 5000,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"contractName": "Migrations",
|
||||
"address": "0x7a7F2493c578796ABfBA15Ce2e914A7A819979B7"
|
||||
},
|
||||
{
|
||||
"contractName": "WormholeReceiver",
|
||||
"address": "0x621330D0ECd449A06b72f41C1A93626cCEC53ccA",
|
||||
"transactionHash": "0x4dc725831f247e91759fb1d09a8962f9f533c57ae468630e6848b918bf92c9a6"
|
||||
},
|
||||
{
|
||||
"contractName": "PythUpgradable",
|
||||
"address": "0x7f2dB085eFC3560AFF33865dD727225d91B4f9A5",
|
||||
"transactionHash": "0x276282e22f4ea59a8eeec5223ce34b560e4e34e65b7fc503ade05878e73521ef"
|
||||
}
|
||||
]
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue