Skip to content

Commit

Permalink
docs: final token address
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao authored Oct 18, 2024
1 parent 238ea2a commit 7932920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Features:

## On-chain addresses

_TODO: will update here once TGE has completed_
* Base Mainnet: [0x314d7f9e2f55B430ef656FBB98A7635D43a2261E](https://basescan.org/address/0x314d7f9e2f55B430ef656FBB98A7635D43a2261E)

## Developer guide

Expand Down Expand Up @@ -61,7 +61,7 @@ To test a contract upgrade against the current token code on Base mainnet:
3. Run `yarn deploy baseFork --upgrade-start`
* To run an [upgrade initialization](https://gemforge.xyz/development/initialization/#initialization-during-an-upgrade) use: `yarn deploy baseFork --upgrade-start --upgrade-init-contract <contract name> --upgrade-init-method <method name>`
* Note down the upgrade ID for use in the following command...
4. Run `yarn approve-upgrade --id <upgrade ID> --contract <Base mainnet token address>`
4. Run `yarn approve-upgrade --id <upgrade ID> --contract 0x314d7f9e2f55B430ef656FBB98A7635D43a2261E`
5. Run `yarn deploy baseFork --upgrade-finish`


Expand Down

0 comments on commit 7932920

Please sign in to comment.