|
|
2 lat temu | |
|---|---|---|
| .. | ||
| src | e5fd5a9d81 [target_chains] Add deployment information for neutron mainnet (#930) | 2 lat temu |
| store | e5fd5a9d81 [target_chains] Add deployment information for neutron mainnet (#930) | 2 lat temu |
| README.md | e5fd5a9d81 [target_chains] Add deployment information for neutron mainnet (#930) | 2 lat temu |
| deploy.sh | 084acdb57e [refactor] Convert hyphen to underscore in the directory tree (#524) | 2 lat temu |
| package.json | 6cdcf4dffd make cosmwasm deploy tools private (#850) | 2 lat temu |
| tsconfig.json | 183081cc20 Expose pythnet message buffer idls (#865) | 2 lat temu |
ChainId enum in chains-manager/chains.tsCHAINS_NETWORK_CONFIG in chains-manager/chains.ts. You can lookup for rpc endpoints in this repo. The gasPrice is the average_gas_price of the chain + the chain token denom (Available in chain-registry chain.json file).CHAINS_CONTRACT_CONFIG in configs.tsgetChainIdsForStableDeployment or getChainIdsForEdgeDeployment functions in helper.tsIf the wormhole contract is not deployed on the target chain run the following command:
ts-node src/wormhole-stub.ts --mnemonic "<YOUR_MNEMONIC>" --deploy <stable or edge>
Deploy the pyth contract:
ts-node src/instantiate-pyth.ts --contract-version <X.Y.Z> --mnemonic "<YOUR_MNEMONIC>" --deploy <stable or edge>
Test the new contract:
ts-node src/test.ts --mnemonic "<YOUR_MNEMONIC>" --deploy <stable or edge>
Commit the new json files to the repo
Update documentation repos and add the new contract address