Skip to content

Commit

Permalink
chore:update rollups contract references
Browse files Browse the repository at this point in the history
  • Loading branch information
masiedu4 committed Aug 1, 2024
1 parent 4e213ee commit b067e23
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 29 deletions.
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: ttps://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: ERC20Portal 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
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
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
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
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
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
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
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: ERC20Portal contract
---

The **ERC20Portal** allows anyone to perform transfers of
Expand Down
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
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

0 comments on commit b067e23

Please sign in to comment.