Skip to content

Commit

Permalink
Merge pull request #648 from ethersphere/update-addresses
Browse files Browse the repository at this point in the history
update addresses
  • Loading branch information
NoahMaizels authored Oct 8, 2024
2 parents 0a4e115 + 1827739 commit 6eced80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/learn/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ Bridged tokens are tokens from one blockchain which have been _bridged_ to anoth

BZZ is Swarm's [ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token issued on Ethereum.

| Blockchain | Contract address |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum, BZZ | [`0x19062190b1925b5b6689d7073fdfc8c2976ef8cb`](https://ethplorer.io/address/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb) |
| Gnosis Chain, xBZZ | [`0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da`](https://gnosisscan.io/token/0xdbf3ea6f5bee45c02255b2c26a16f300502f68da/) |
| Sepolia (testnet), sBZZ | [`0x543dDb01Ba47acB11de34891cD86B675F04840db`](https://sepolia.etherscan.io/address/0x543dDb01Ba47acB11de34891cD86B675F04840db) |

## xBZZ Token

Expand Down
10 changes: 6 additions & 4 deletions docs/learn/technology/contracts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ id: overview
|BZZ Bonding Curve| Ethereum|[`0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904`](https://etherscan.io/address/0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904)|[`0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904`](https://etherscan.io/address/0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904)|

### Storage Incentives Contracts
[Storage Incentives Github Repo](https://github.com/ethersphere/storage-incentives
).
You can find the Solidity source code for each contract in the [storage incentives Github repo](https://github.com/ethersphere/storage-incentives
).

For a history of smart contract addresses, see the [storage incentives ABI repo history](https://github.com/ethersphere/go-storage-incentives-abi/commits/master/abi/abi_mainnet.go).

|Contract|Blockchain | Address |
| ---------------------- | ------------------------------- |--------- |
|Postage Stamp|Gnosis Chain|[0x45a1502382541Cd610CC9068e88727426b696293](https://gnosisscan.io/address/0x45a1502382541Cd610CC9068e88727426b696293#code)|
|Staking|Gnosis Chain|[0x781c6D1f0eaE6F1Da1F604c6cDCcdB8B76428ba7](https://gnosisscan.io/address/0x781c6D1f0eaE6F1Da1F604c6cDCcdB8B76428ba7#code)|
|Redistribution|Gnosis Chain|[0x0964c834C660C44E0afd3B7F10F19f275ee31411](https://gnosisscan.io/address/0x0964c834C660C44E0afd3B7F10F19f275ee31411#code)|
|Staking|Gnosis Chain|[0xBe212EA1A4978a64e8f7636Ae18305C38CA092Bd](https://gnosisscan.io/address/0xBe212EA1A4978a64e8f7636Ae18305C38CA092Bd#code)|
|Redistribution|Gnosis Chain|[0xFfF73fd14537277B3F3807e1AB0F85E17c0ABea5](https://gnosisscan.io/address/0xFfF73fd14537277B3F3807e1AB0F85E17c0ABea5#code)|
|Price Oracle|Gnosis Chain|[0x86DE783Bf23Bc13DaeF5A55ec531C198da8f10cF](https://gnosisscan.io/address/0x86DE783Bf23Bc13DaeF5A55ec531C198da8f10cF#code)|

0 comments on commit 6eced80

Please sign in to comment.