Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
exchain
nebula
Commits
21ee8659
Unverified
Commit
21ee8659
authored
Dec 20, 2021
by
Kelvin Fichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fill in custom bridge addresses
parent
f3faa8e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
contracts.ts
packages/sdk/src/utils/contracts.ts
+26
-2
No files found.
packages/sdk/src/utils/contracts.ts
View file @
21ee8659
...
...
@@ -44,9 +44,33 @@ const NAME_REMAPPING = {
export
const
CUSTOM_BRIDGE_ADDRESSES
:
{
[
l1ChainId
:
number
]:
CustomBridgesLike
}
=
{
// TODO: Maybe we can pull these automatically from the token list?
// Alternatively, check against the token list in CI.
1
:
{
l1
:
{},
l2
:
{},
l1
:
{
SNX
:
'
0xCd9D4988C0AE61887B075bA77f08cbFAd2b65068
'
,
DAI
:
'
0x10E6593CDda8c58a1d0f14C5164B376352a55f2F
'
,
BitBTC
:
'
0xaBA2c5F108F7E820C049D5Af70B16ac266c8f128
'
,
},
l2
:
{
SNX
:
'
0x3f87Ff1de58128eF8FCb4c807eFD776E1aC72E51
'
,
DAI
:
'
0x467194771dAe2967Aef3ECbEDD3Bf9a310C76C65
'
,
BitBTC
:
'
0x158F513096923fF2d3aab2BcF4478536de6725e2
'
,
},
},
42
:
{
l1
:
{
SNX
:
'
0xD134Db47DDF5A6feB245452af17cCAf92ee53D3c
'
,
DAI
:
'
0xb415e822C4983ecD6B1c1596e8a5f976cf6CD9e3
'
,
BitBTC
:
'
0x0b651A42F32069d62d5ECf4f2a7e5Bd3E9438746
'
,
USX
:
'
0x40E862341b2416345F02c41Ac70df08525150dC7
'
,
},
l2
:
{
SNX
:
'
0x5C3f51CEd0C2F6157e2be67c029264D6C44bfe42
'
,
DAI
:
'
0x467194771dAe2967Aef3ECbEDD3Bf9a310C76C65
'
,
BitBTC
:
'
0x0CFb46528a7002a7D8877a5F7a69b9AaF1A9058e
'
,
USX
:
'
0xB4d37826b14Cd3CB7257A2A5094507d701fe715f
'
,
},
},
}
...
...
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