Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Deploy to gnosis chiado testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Dec 2, 2022
1 parent 4599980 commit a618bae
Show file tree
Hide file tree
Showing 21 changed files with 7,129 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.8.1] 2022-12-02

### Added

- Support of gnosis chiado testnet

### Changed

- Fixed epoch finalization when running rollups in host mode
Expand Down Expand Up @@ -124,6 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[0.8.1]: https://github.com/cartesi/rollups/releases/tag/v0.8.1
[0.8.0]: https://github.com/cartesi/rollups/releases/tag/v0.8.0
[0.7.0]: https://github.com/cartesi/rollups/releases/tag/v0.7.0
[0.6.1]: https://github.com/cartesi/rollups/releases/tag/v0.6.1
[0.6.0]: https://github.com/cartesi/rollups/releases/tag/v0.6.0
Expand Down
2 changes: 2 additions & 0 deletions onchain/rollups-cli/src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import goerli from "@cartesi/rollups/export/abi/goerli.json";
import polygon_mumbai from "@cartesi/rollups/export/abi/polygon_mumbai.json";
import arbitrum_goerli from "@cartesi/rollups/export/abi/arbitrum_goerli.json";
import optimism_goerli from "@cartesi/rollups/export/abi/optimism_goerli.json";
import gnosis_chiado from "@cartesi/rollups/export/abi/gnosis_chiado.json";

type DeploymentContract = {
address: string;
Expand All @@ -43,6 +44,7 @@ const deployments: Record<number, Deployment> = {
80001: polygon_mumbai,
421613: arbitrum_goerli,
420: optimism_goerli,
10200: gnosis_chiado,
};

interface RollupsContracts {
Expand Down
1 change: 1 addition & 0 deletions onchain/rollups/deployments/gnosis_chiado/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10200
239 changes: 239 additions & 0 deletions onchain/rollups/deployments/gnosis_chiado/Bank.json

Large diffs are not rendered by default.

0 comments on commit a618bae

Please sign in to comment.