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
c5afbedb
Unverified
Commit
c5afbedb
authored
Nov 25, 2020
by
Noah Citron
Committed by
GitHub
Nov 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug causing wbtc to have 18 decimals (#1211)
Co-authored-by:
Moody Salem
<
moodysalem@users.noreply.github.com
>
parent
5b2c4452
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.ts
src/constants/index.ts
+1
-1
No files found.
src/constants/index.ts
View file @
c5afbedb
...
...
@@ -18,7 +18,7 @@ export const USDT = new Token(ChainId.MAINNET, '0xdAC17F958D2ee523a2206206994597
export
const
COMP
=
new
Token
(
ChainId
.
MAINNET
,
'
0xc00e94Cb662C3520282E6f5717214004A7f26888
'
,
18
,
'
COMP
'
,
'
Compound
'
)
export
const
MKR
=
new
Token
(
ChainId
.
MAINNET
,
'
0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2
'
,
18
,
'
MKR
'
,
'
Maker
'
)
export
const
AMPL
=
new
Token
(
ChainId
.
MAINNET
,
'
0xD46bA6D942050d489DBd938a2C909A5d5039A161
'
,
9
,
'
AMPL
'
,
'
Ampleforth
'
)
export
const
WBTC
=
new
Token
(
ChainId
.
MAINNET
,
'
0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599
'
,
1
8
,
'
WBTC
'
,
'
Wrapped BTC
'
)
export
const
WBTC
=
new
Token
(
ChainId
.
MAINNET
,
'
0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599
'
,
8
,
'
WBTC
'
,
'
Wrapped BTC
'
)
// Block time here is slightly higher (~1s) than average in order to avoid ongoing proposals past the displayed time
export
const
AVERAGE_BLOCK_TIME_IN_SECS
=
14
...
...
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