Skip to content

Commit

Permalink
SIP-2050: Deprecate sINR on Optimism (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso authored Jan 30, 2024
1 parent 201aa21 commit 0d509a3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 66 deletions.
6 changes: 0 additions & 6 deletions publish/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,6 @@
"sign": "",
"description": "dYdX"
},
"INR": {
"asset": "INR",
"category": "forex",
"sign": "",
"description": "Indian Rupee"
},
"AXS": {
"asset": "AXS",
"category": "crypto",
Expand Down
9 changes: 0 additions & 9 deletions publish/deployed/mainnet-ovm/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,6 @@
"FuturesMarketDYDX": {
"deploy": false
},
"TokenStatesINR": {
"deploy": false
},
"ProxysINR": {
"deploy": false
},
"SynthsINR": {
"deploy": false
},
"Liquidator": {
"deploy": false
},
Expand Down
42 changes: 0 additions & 42 deletions publish/deployed/mainnet-ovm/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,48 +1217,6 @@
"0x7345555200000000000000000000000000000000000000000000000000000000"
]
},
"TokenStatesINR": {
"name": "TokenStatesINR",
"address": "0xfE33ae95A9f0DA8A845aF33516EDc240DCD711d6",
"source": "TokenState",
"link": "https://explorer.optimism.io/address/0xfE33ae95A9f0DA8A845aF33516EDc240DCD711d6",
"timestamp": "2022-05-10T20:17:20.117Z",
"txn": "",
"network": "mainnet",
"constructorArgs": [
"0x6d4a64C57612841c2C6745dB2a4E4db34F002D20",
"0x0000000000000000000000000000000000000000"
]
},
"ProxysINR": {
"name": "ProxysINR",
"address": "0xa3A538EA5D5838dC32dde15946ccD74bDd5652fF",
"source": "ProxyERC20",
"link": "https://explorer.optimism.io/address/0xa3A538EA5D5838dC32dde15946ccD74bDd5652fF",
"timestamp": "2022-05-10T20:18:24.536Z",
"txn": "",
"network": "mainnet",
"constructorArgs": ["0x6d4a64C57612841c2C6745dB2a4E4db34F002D20"]
},
"SynthsINR": {
"name": "SynthsINR",
"address": "0x34c2360ffe5D21542f76e991FFD104f281D4B3fb",
"source": "MultiCollateralSynth",
"link": "https://explorer.optimism.io/address/0x34c2360ffe5D21542f76e991FFD104f281D4B3fb",
"timestamp": "2022-06-09T19:48:00.039Z",
"txn": "",
"network": "mainnet",
"constructorArgs": [
"0xa3A538EA5D5838dC32dde15946ccD74bDd5652fF",
"0xfE33ae95A9f0DA8A845aF33516EDc240DCD711d6",
"Synth sINR",
"sINR",
"0x6d4a64C57612841c2C6745dB2a4E4db34F002D20",
"0x73494e5200000000000000000000000000000000000000000000000000000000",
0,
"0x1Cb059b7e74fD21665968C908806143E744D5F30"
]
},
"FuturesMarketAPE": {
"name": "FuturesMarketAPE",
"address": "0xFe00395ec846240dc693e92AB2Dd720F94765Aa3",
Expand Down
4 changes: 0 additions & 4 deletions publish/deployed/mainnet-ovm/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
"asset": "XAG",
"feed": "0x290dd71254874f0d4356443607cb8234958DEe49"
},
"INR": {
"asset": "INR",
"feed": "0x5535e67d8f99c8ebe961E1Fc1F6DDAE96FEC82C9"
},
"APE": {
"asset": "APE",
"feed": "0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F"
Expand Down
5 changes: 0 additions & 5 deletions publish/deployed/mainnet-ovm/synths.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@
"name": "sEUR",
"asset": "EUR",
"subclass": "MultiCollateralSynth"
},
{
"name": "sINR",
"asset": "INR",
"subclass": "MultiCollateralSynth"
}
]
3 changes: 3 additions & 0 deletions publish/src/commands/deploy/rebuild-legacy-resolver-caches.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ module.exports = async ({ addressOf, compiled, deployer, network, runStep, useOv
SynthsUNI: '0xcF2E165D2359E3C4dFF1E10eC40dBB5a745223A9',
SynthsAVAX: '0x368A5126fF8e659004b6f9C9F723E15632e2B428',
SynthsSOL: '0x04B50a5992Ea2281E14d43494d656698EA9C24dD',

// Synths deprecated during Markeb (v2.98.2)
SynthsINR: '0x34c2360ffe5D21542f76e991FFD104f281D4B3fb',
};
}

Expand Down

0 comments on commit 0d509a3

Please sign in to comment.