Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
422c703e
Unverified
Commit
422c703e
authored
Jul 26, 2021
by
Noah Zinsmeister
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "feat(uma): uma call option routing (#1385)"
This reverts commit
89d484d8
.
parent
506493e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
routing.ts
src/constants/routing.ts
+0
-7
tokens.ts
src/constants/tokens.ts
+0
-7
No files found.
src/constants/routing.ts
View file @
422c703e
...
@@ -10,8 +10,6 @@ import {
...
@@ -10,8 +10,6 @@ import {
FXS
,
FXS
,
renBTC
,
renBTC
,
TRIBE
,
TRIBE
,
UMA
,
UNI
,
USDC
,
USDC
,
USDT
,
USDT
,
WBTC
,
WBTC
,
...
@@ -43,11 +41,6 @@ export const BASES_TO_CHECK_TRADES_AGAINST: ChainTokenList = {
...
@@ -43,11 +41,6 @@ export const BASES_TO_CHECK_TRADES_AGAINST: ChainTokenList = {
export
const
ADDITIONAL_BASES
:
{
[
chainId
:
number
]:
{
[
tokenAddress
:
string
]:
Token
[]
}
}
=
{
export
const
ADDITIONAL_BASES
:
{
[
chainId
:
number
]:
{
[
tokenAddress
:
string
]:
Token
[]
}
}
=
{
[
SupportedChainId
.
MAINNET
]:
{
[
SupportedChainId
.
MAINNET
]:
{
'
0xF16E4d813f4DcfDe4c5b44f305c908742De84eF0
'
:
[
ETH2X_FLI
],
'
0xF16E4d813f4DcfDe4c5b44f305c908742De84eF0
'
:
[
ETH2X_FLI
],
'
0xA948E86885e12Fb09AfEF8C52142EBDbDf73cD18
'
:
[
UNI
[
SupportedChainId
.
MAINNET
]],
'
0x561a4717537ff4AF5c687328c0f7E90a319705C0
'
:
[
UNI
[
SupportedChainId
.
MAINNET
]],
'
0xE0360A9e2cdd7d03B9408c7D3001E017BAc2EcD5
'
:
[
UNI
[
SupportedChainId
.
MAINNET
]],
'
0xa6e3454fec677772dd771788a079355e43910638
'
:
[
UMA
],
'
0xB46F57e7Ce3a284d74b70447Ef9352B5E5Df8963
'
:
[
UMA
],
[
FEI
.
address
]:
[
TRIBE
],
[
FEI
.
address
]:
[
TRIBE
],
[
TRIBE
.
address
]:
[
FEI
],
[
TRIBE
.
address
]:
[
FEI
],
[
FRAX
.
address
]:
[
FXS
],
[
FRAX
.
address
]:
[
FXS
],
...
...
src/constants/tokens.ts
View file @
422c703e
...
@@ -100,13 +100,6 @@ export const renBTC = new Token(
...
@@ -100,13 +100,6 @@ export const renBTC = new Token(
'
renBTC
'
,
'
renBTC
'
,
'
renBTC
'
'
renBTC
'
)
)
export
const
UMA
=
new
Token
(
SupportedChainId
.
MAINNET
,
'
0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828
'
,
18
,
'
UMA
'
,
'
UMA Voting Token v1
'
)
export
const
ETH2X_FLI
=
new
Token
(
export
const
ETH2X_FLI
=
new
Token
(
SupportedChainId
.
MAINNET
,
SupportedChainId
.
MAINNET
,
'
0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD
'
,
'
0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment