Skip to content

Commit

Permalink
Merge pull request #14 from smartcontractkit/170223847-Create-visuali…
Browse files Browse the repository at this point in the history
…sation-for-FX-Commodity-contracts-on-Mainnet

Create visualisation for FX/Commodity contracts on Mainnet
  • Loading branch information
hellobart authored and rupurt committed Jan 31, 2020
1 parent b386871 commit 00ace9a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions feeds-ui/src/enhancers/withMainnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,55 +11,55 @@ const DEFAULT_OPTIONS = {

const MAINNET_CONTRACTS = [
{
contractAddress: '0x9ab9ee9a5ac8aa4be93345877966b727777501b3',
contractAddress: '0x05cf62c4ba0ccea3da680f9a8744ac51116d6231',
name: 'AUD / USD aggregation',
valuePrefix: '$',
answerName: 'AUD',
counter: 3600,
path: 'aud-usd',
},
{
contractAddress: '0xa18e0bf319a1316984c9fc9aba850e2a915cce0e',
contractAddress: '0x25Fa978ea1a7dc9bDc33a2959B9053EaE57169B5',
name: 'EUR / USD aggregation',
valuePrefix: '$',
answerName: 'EUR',
counter: 3600,
path: 'eur-usd',
},
{
contractAddress: '0xb405aa39dca6ecf18691cd638a98c090c477dcf9',
contractAddress: '0x02d5c618dbc591544b19d0bf13543c0728a3c4ec',
name: 'CHF / USD aggregation',
valuePrefix: '$',
answerName: 'CHF',
counter: 3600,
path: 'chf-usd',
},
{
contractAddress: '0xf277717f64815b17aa687cce701fa154185db4d9',
contractAddress: '0x151445852b0cfdf6a4cc81440f2af99176e8ad08',
name: 'GBP / USD aggregation',
valuePrefix: '$',
answerName: 'GBP',
counter: 3600,
path: 'gbp-usd',
},
{
contractAddress: '0x8C4a5746d70C1aCeD6c3feB0915f59e3faBb18c3',
contractAddress: '0xe1407BfAa6B5965BAd1C9f38316A3b655A09d8A6',
name: 'JPY / USD aggregation',
valuePrefix: '$',
answerName: 'JPY',
counter: 3600,
path: 'jpy-usd',
},
{
contractAddress: '0xe1ec292422194cfa6bb6089566af3019803b1af2',
contractAddress: '0x8946a183bfafa95becf57c5e08fe5b7654d2807b',
name: 'XAG / USD aggregation',
valuePrefix: '$',
answerName: 'XAG',
counter: 3600,
path: 'xag-usd',
},
{
contractAddress: '0x121df6cfe2426e6c9ae1b273f2e38d0c362c03fa',
contractAddress: '0xafce0c7b7fe3425adb3871eae5c0ec6d93e01935',
name: 'XAU / USD aggregation',
valuePrefix: '$',
answerName: 'XAU',
Expand Down

0 comments on commit 00ace9a

Please sign in to comment.