Skip to content

Commit

Permalink
doc: update to aeneid testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
scottphc committed Feb 3, 2025
1 parent d4c2125 commit 6660aee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@ $ forge fmt

### Deploy

- Deploy IPCollection contract
- Deploy IPRootCollection contract and mint the root ip
```shell
$ forge script script/DeployIPCollection.s.sol:Deploy --broadcast \
--chain-id 1516 \
--rpc-url https://odyssey.storyrpc.io \
$ forge script script/DeployIPRootCollectionAndMint.s.sol:Deploy --broadcast \
--chain-id 1315 \
--rpc-url https://aeneid.storyrpc.io \
--verify \
--verifier blockscout \
--verifier-url 'https://odyssey.storyscan.xyz/api/'
--verifier-url 'https://aeneid.storyscan.xyz/api/'
```

- Deploy IPRootCollection contract and mint the root ip
- Deploy IPCollection contract
```shell
$ forge script script/DeployIPRootCollectionAndMint.s.sol:Deploy --broadcast \
--chain-id 1516 \
--rpc-url https://odyssey.storyrpc.io \
$ forge script script/DeployIPCollection.s.sol:Deploy --broadcast \
--chain-id 1315 \
--rpc-url https://aeneid.storyrpc.io \
--verify \
--verifier blockscout \
--verifier-url 'https://odyssey.storyscan.xyz/api/'
--verifier-url 'https://aeneid.storyscan.xyz/api/'
```

- Deploy TokenFactory contract
```shell
forge script script/DeployTokenFactory.s.sol:Deploy --broadcast \
--chain-id 1516 \
--rpc-url https://odyssey.storyrpc.io \
--chain-id 1315 \
--rpc-url https://aeneid.storyrpc.io \
--verify \
--verifier blockscout \
--verifier-url 'https://odyssey.storyscan.xyz/api/'
--verifier-url 'https://aeneid.storyscan.xyz/api/'
```

0 comments on commit 6660aee

Please sign in to comment.