pyth-crosschain/contract_manager
Amin Moghaddam 061f6a028d
Fix sui js sdk and bump contract (#1071)
* Bump sui version

* Add sui cli package to lerna

* Fix bug in fetching price feed object ids after upgrade
2023-09-29 10:52:41 +02:00
..
scripts Improve contract manager and switch evmos rpc (#1044) 2023-09-07 15:16:14 +09:00
src Fix sui js sdk and bump contract (#1071) 2023-09-29 10:52:41 +02:00
store Switch from arbitrum goerli to arbitrum sepolia (#1066) 2023-09-27 12:28:09 +02:00
.eslintrc.js [contract-manager] General improvements (#1024) 2023-08-23 16:29:43 +02:00
.gitignore Abolish xc governance sdk (#957) 2023-07-17 15:24:54 +02:00
README.md [sui] [contract-manager] Sui cm updates (#1030) 2023-08-25 14:42:31 +02:00
package.json [contract-manager] General improvements (#1024) 2023-08-23 16:29:43 +02:00
tsconfig.json Initial version of contract manager sdk (#943) 2023-07-12 15:50:24 +02:00

README.md

Contract Manager

The contract manager is a tool to interact with Pyth related contracts on all supported chains.

It has the following structure:

  • store contains all the necessary information for registered chains and deployed contracts
  • scripts contains utility scripts to interact with the contract manager and accomplish common tasks
  • src contains the contract manager code