From 18277392cd2e0fb0ed9752ac13fd085abea20b1d Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 9 Oct 2024 00:21:25 +0700 Subject: [PATCH] update addresses --- docs/learn/glossary.md | 5 ----- docs/learn/technology/contracts/overview.md | 10 ++++++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/learn/glossary.md b/docs/learn/glossary.md index f8f7d41e..e8083ce4 100644 --- a/docs/learn/glossary.md +++ b/docs/learn/glossary.md @@ -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 diff --git a/docs/learn/technology/contracts/overview.md b/docs/learn/technology/contracts/overview.md index 98030779..a8f9c359 100644 --- a/docs/learn/technology/contracts/overview.md +++ b/docs/learn/technology/contracts/overview.md @@ -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)| \ No newline at end of file