@@ -6,9 +6,9 @@ Ampleforth (code name uFragments) is a decentralized elastic supply protocol. It
6
6
7
7
This repository is a collection of [ smart contracts] ( http://ampleforth.org/docs ) that implement the Ampleforth protocol on the Ethereum blockchain.
8
8
9
- The official contract addresses are:
9
+ The official mainnet addresses are:
10
10
- 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 )
12
12
- Orchestrator: [ 0x6fb00a180781e75f87e2b690af0196baa77c7e7c] ( https://etherscan.io/address/0x6fb00a180781e75f87e2b690af0196baa77c7e7c )
13
13
- Market Oracle: [ 0x99c9775e076fdf99388c029550155032ba2d8914] ( https://etherscan.io/address/0x99c9775e076fdf99388c029550155032ba2d8914 )
14
14
- CPI Oracle: [ 0xa759f960dd59a1ad32c995ecabe802a0c35f244f] ( https://etherscan.io/address/0xa759f960dd59a1ad32c995ecabe802a0c35f244f )
@@ -17,6 +17,7 @@ The official contract addresses are:
17
17
18
18
- [ Install] ( #install )
19
19
- [ Testing] ( #testing )
20
+ - [ Testnets] ( #testnets )
20
21
- [ Contribute] ( #contribute )
21
22
- [ License] ( #license )
22
23
@@ -44,6 +45,14 @@ npm test
44
45
npx truffle --network ganacheUnitTest test test/unit/uFragments.js
45
46
```
46
47
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
+
47
56
## Contribute
48
57
49
58
To report bugs within this package, create an issue in this repository.
0 commit comments