timewave-computer / valence-services

Other
3 stars 0 forks source link

Deploy contracts to Pion-1 #100

Closed uditvira closed 2 months ago

uditvira commented 2 months ago

We would like to be able to test the front end be able with a staged version of the contracts on the Neutron testnet. This will speed up FE integration testing and give us a better feel for the FE UX.

This will also require creating new tokens with token factory.

Quick and dirty instantiation is fine for now.

Art3miX commented 2 months ago

This is basically done, info can be found in this branch README: https://github.com/timewave-computer/valence-services/tree/testnet_deploy

Mainly for the UI needs currently, which is to create an account and register to the rebalancer.

uditvira commented 2 months ago

@Art3miX Why not include the testnet information on the main README.md? You could use the detail tag if you are worried about it polluting the space. I don't want us to have to maintain two branches, one for mainnet and one for testnet

Code IDs and contract addresses go here - Code ID 1 - Code ID 2 Testnet Contracts
Art3miX commented 2 months ago

@uditvira Not really meant to be maintained in a separate branch, just want to get some feedback on the testnet deployment before we merge it to main. Created a PR anyways: https://github.com/timewave-computer/valence-services/pull/101