@@ -6,9 +6,9 @@ Ampleforth (code name uFragments) is a decentralized elastic supply protocol. It
66
77This repository is a collection of [ smart contracts] ( http://ampleforth.org/docs ) that implement the Ampleforth protocol on the Ethereum blockchain.
88
9- The official contract addresses are:
9+ The official mainnet addresses are:
1010- ERC-20 Token: [ 0xD46bA6D942050d489DBd938a2C909A5d5039A161] ( https://etherscan.io/token/0xd46ba6d942050d489dbd938a2c909a5d5039a161 )
11- - Supply Policy: [ 0x1B228a749077b8e307C5856cE62Ef35d96Dca2ea] ( https://etherscan.io/address/0x1b228a749077b8e307c5856ce62ef35d96dca2ea#contracts )
11+ - Supply Policy: [ 0x1B228a749077b8e307C5856cE62Ef35d96Dca2ea] ( https://etherscan.io/address/0x1b228a749077b8e307c5856ce62ef35d96dca2ea )
1212- Orchestrator: [ 0x6fb00a180781e75f87e2b690af0196baa77c7e7c] ( https://etherscan.io/address/0x6fb00a180781e75f87e2b690af0196baa77c7e7c )
1313- Market Oracle: [ 0x99c9775e076fdf99388c029550155032ba2d8914] ( https://etherscan.io/address/0x99c9775e076fdf99388c029550155032ba2d8914 )
1414- CPI Oracle: [ 0xa759f960dd59a1ad32c995ecabe802a0c35f244f] ( https://etherscan.io/address/0xa759f960dd59a1ad32c995ecabe802a0c35f244f )
@@ -17,6 +17,7 @@ The official contract addresses are:
1717
1818- [ Install] ( #install )
1919- [ Testing] ( #testing )
20+ - [ Testnets] ( #testnets )
2021- [ Contribute] ( #contribute )
2122- [ License] ( #license )
2223
@@ -44,6 +45,14 @@ npm test
4445npx truffle --network ganacheUnitTest test test/unit/uFragments.js
4546```
4647
48+ ## Testnets
49+ There is a testnet deployment on Rinkeby. It rebases hourly using real market data.
50+ - ERC-20 Token: [ 0x027dbcA046ca156De9622cD1e2D907d375e53aa7] ( https://kovan.etherscan.io/token/0x027dbcA046ca156De9622cD1e2D907d375e53aa7 )
51+ - Supply Policy: [ 0x1D2771AFC894107c4edc072e3bd15Cb7F1BCC007] ( https://kovan.etherscan.io/address/0x1D2771AFC894107c4edc072e3bd15Cb7F1BCC007 )
52+ - Orchestrator: [ 0xF473604Be74A69a6bB4ebED33A91a291f6C5b5DE] ( https://kovan.etherscan.io/address/0xF473604Be74A69a6bB4ebED33A91a291f6C5b5DE )
53+ - Market Oracle: [ 0x47fB203e1d75FB2c518Cd56f3a8094D22A46aF83] ( https://kovan.etherscan.io/address/0x47fB203e1d75FB2c518Cd56f3a8094D22A46aF83 )
54+ - CPI Oracle: [ 0xDB021b1B247fe2F1fa57e0A87C748Cc1E321F07F] ( https://kovan.etherscan.io/address/0xDB021b1B247fe2F1fa57e0A87C748Cc1E321F07F )
55+
4756## Contribute
4857
4958To report bugs within this package, create an issue in this repository.
0 commit comments