Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rollups-contracts URLs to v1.4.0 #205

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cartesi-rollups/deployment/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: introduction
title: Introduction
resources:
- url: https://github.com/cartesi/rollups-contracts/tree/main/deployments
- url: https://github.com/cartesi/rollups-contracts/tree/v1.4.0/onchain/rollups/deployments
title: Supported networks

---
Expand Down Expand Up @@ -39,7 +39,7 @@ Deployment with a third-party service provider is under development and will be

As stated above, the first step in deploying a new Cartesi dApp to a blockchain requires creating a smart contract on that network that uses the Cartesi Rollups smart contracts. Cartesi has already deployed the Rollups smart contracts to several networks for convenience.

The table below shows the list of all [networks that are currently supported](https://github.com/cartesi/rollups-contracts/tree/main/deployments) in the latest release:
The table below shows the list of all [networks that are currently supported](https://github.com/cartesi/rollups-contracts/tree/v1.4.0/onchain/rollups/deployments) in the latest release:

| Network Name | Chain ID |
| ---------------- | -------- |
Expand Down
2 changes: 1 addition & 1 deletion cartesi-rollups/rollups-apis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources:
title: Off-chain implementation of the Cartesi Machine
- url: https://github.com/cartesi/rollups-node
title: Reference implementation of the Rollups Node
- url: https://github.com/cartesi/rollups-contracts
- url: https://github.com/cartesi/rollups-contracts/tree/v1.4.0/onchain/rollups/contracts
title: Smart Contracts for Cartesi Rollups
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: application-factory
title: CartesiDAppFactory
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/dapp/CartesiDAppFactory.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/dapp/CartesiDAppFactory.sol
title: CartesiDAppFactory contract
---

Expand Down
2 changes: 1 addition & 1 deletion cartesi-rollups/rollups-apis/json-rpc/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: application
title: CartesiDApp
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/dapp/CartesiDApp.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/dapp/CartesiDApp.sol
title: CartesiDApp contract
- url: https://docs.openzeppelin.com/contracts/5.x/
title: OpenZeppelin Contracts
Expand Down
2 changes: 1 addition & 1 deletion cartesi-rollups/rollups-apis/json-rpc/input-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: input-box
title: InputBox
resources:
- url: https://github.com/cartesi/rollups-contracts/tree/main/contracts/inputs
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/inputs/InputBox.sol
title: InputBox contract
---

Expand Down
2 changes: 1 addition & 1 deletion cartesi-rollups/rollups-apis/json-rpc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: Overview
resources:
- url: https://github.com/cartesi/rollups-contracts
- url: https://github.com/cartesi/rollups-contracts/tree/v1.4.0/onchain/rollups/contracts
title: Smart Contracts for Cartesi Rollups
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/portals/ERC1155BatchPortal.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/portals/ERC1155BatchPortal.sol
title: ERC1155BatchPortal contract
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/portals/ERC1155SinglePortal.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/portals/ERC1155SinglePortal.sol
title: ERC1155SinglePortal contract
---

Expand Down
4 changes: 2 additions & 2 deletions cartesi-rollups/rollups-apis/json-rpc/portals/ERC20Portal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
resources:
- url: https://github.com/cartesi/rollups-contracts/tree/main/contracts/portals
title: Portals contract
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/portals/ERC20Portal.sol
title: ERC20 Portal contract
---

The **ERC20Portal** allows anyone to perform transfers of
Expand Down
4 changes: 2 additions & 2 deletions cartesi-rollups/rollups-apis/json-rpc/portals/ERC721Portal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/portals/ERC721Portal.sol
title: ERC721Portals contract
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/portals/ERC721Portal.sol
title: ERC721Portal contract
---

The **ERC721Portal** allows anyone to perform transfers of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/portals/EtherPortal.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/portals/EtherPortal.sol
title: EtherPortal contract
---

Expand Down
2 changes: 1 addition & 1 deletion cartesi-rollups/rollups-apis/json-rpc/relays/relays.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: relays
title: DAppAddressRelay
resources:
- url: https://github.com/cartesi/rollups-contracts/blob/v1.2.0/onchain/rollups/contracts/relays/DAppAddressRelay.sol
- url: https://github.com/cartesi/rollups-contracts/blob/v1.4.0/onchain/rollups/contracts/relays/DAppAddressRelay.sol
title: DAppAddressRelay contract
---

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const config = {
announcementBar: {
id: "mainnet",
content:
'Cartesi Rollups is Mainnet Ready! Over 800K in CTSI is up for grabs... if you can <a href="https://honeypot.cartesi.io/" target="_blank" rel="noopener noreferrer">hack Cartesi Rollups</a>.',
'Cartesi Rollups is Mainnet Ready! Over 950K in CTSI is up for grabs... if you can <a href="https://honeypot.cartesi.io/" target="_blank" rel="noopener noreferrer">hack Cartesi Rollups</a>.',

backgroundColor: "rgba(0, 0, 0, 0.7)",
textColor: "#FFFFFF",
Expand Down
Loading