Skip to content

Commit

Permalink
Update SNX token
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Dec 13, 2019
1 parent ee33d28 commit 13d349d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function compile() {
console.log('Recreated files!');
renameToChecksum();
console.log('Renamed files to checksum!');
generateMasterFile()
generateMasterFile();
console.log('Generate master-file');
console.log('Done');
} catch (error) {
Expand Down
6 changes: 3 additions & 3 deletions dist/master-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -7638,9 +7638,9 @@
},
{
"network": "eth",
"contract_address": "0xc011a72400e58ecd99ee497cf89e3775d4bd732f",
"icon": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/icons/SNX-0xc011a72400e58ecd99ee497cf89e3775d4bd732f.svg",
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/eth/0xc011a72400e58ecd99ee497cf89e3775d4bd732f.json",
"contract_address": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
"icon": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/icons/SNX-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.svg",
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/eth/0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.json",
"website": "https://synthetix.io"
},
{
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/eth/tokens-eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -30538,7 +30538,7 @@
"symbol": "SNX",
"name": "Synthetix Network Token",
"type": "ERC20",
"address": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
"address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"ens_address": "",
"decimals": 18,
"website": "https://synthetix.io",
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/eth/tokens-eth.min.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"symbol": "SNX",
"name": "Synthetix Network Token",
"type": "ERC20",
"address": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
"address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"ens_address": "",
"decimals": 18,
"website": "https://synthetix.io",
Expand Down

0 comments on commit 13d349d

Please sign in to comment.