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
6066c16b
Unverified
Commit
6066c16b
authored
May 24, 2023
by
OptimismBot
Committed by
GitHub
May 24, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5740 from ethereum-optimism/willc/kovan
chore: Remove Kovan
parents
95978376
407d373a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
bridge.go
indexer/services/l1/bridge/bridge.go
+0
-7
bridge.go
indexer/services/l2/bridge/bridge.go
+0
-7
No files found.
indexer/services/l1/bridge/bridge.go
View file @
6066c16b
...
@@ -48,13 +48,6 @@ var customBridgeCfgs = map[uint64][]*implConfig{
...
@@ -48,13 +48,6 @@ var customBridgeCfgs = map[uint64][]*implConfig{
{
"DAI"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x10E6593CDda8c58a1d0f14C5164B376352a55f2F"
)},
{
"DAI"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x10E6593CDda8c58a1d0f14C5164B376352a55f2F"
)},
{
"wstETH"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x76943C0D61395d8F2edF9060e1533529cAe05dE6"
)},
{
"wstETH"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x76943C0D61395d8F2edF9060e1533529cAe05dE6"
)},
},
},
// Kovan
42
:
{
{
"BitBTC"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x0b651A42F32069d62d5ECf4f2a7e5Bd3E9438746"
)},
{
"USX"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x40E862341b2416345F02c41Ac70df08525150dC7"
)},
{
"DAI"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0xb415e822C4983ecD6B1c1596e8a5f976cf6CD9e3"
)},
{
"wstETH"
,
"StandardBridge"
,
common
.
HexToAddress
(
"0x65321bf24210b81500230dCEce14Faa70a9f50a7"
)},
},
}
}
func
BridgesByChainID
(
chainID
*
big
.
Int
,
client
bind
.
ContractBackend
,
addrs
services
.
AddressManager
)
(
map
[
string
]
Bridge
,
error
)
{
func
BridgesByChainID
(
chainID
*
big
.
Int
,
client
bind
.
ContractBackend
,
addrs
services
.
AddressManager
)
(
map
[
string
]
Bridge
,
error
)
{
...
...
indexer/services/l2/bridge/bridge.go
View file @
6066c16b
...
@@ -38,13 +38,6 @@ var customBridgeCfgs = map[uint64][]*implConfig{
...
@@ -38,13 +38,6 @@ var customBridgeCfgs = map[uint64][]*implConfig{
//{"DAI", "DAIBridge", "0x467194771dAe2967Aef3ECbEDD3Bf9a310C76C65"},
//{"DAI", "DAIBridge", "0x467194771dAe2967Aef3ECbEDD3Bf9a310C76C65"},
{
"wstETH"
,
StandardBridgeImpl
,
common
.
HexToAddress
(
"0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957"
)},
{
"wstETH"
,
StandardBridgeImpl
,
common
.
HexToAddress
(
"0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957"
)},
},
},
// Kovan
69
:
{
{
"BitBTC"
,
StandardBridgeImpl
,
common
.
HexToAddress
(
"0x0CFb46528a7002a7D8877a5F7a69b9AaF1A9058e"
)},
{
"USX"
,
StandardBridgeImpl
,
common
.
HexToAddress
(
"0xB4d37826b14Cd3CB7257A2A5094507d701fe715f"
)},
{
"wstETH"
,
StandardBridgeImpl
,
common
.
HexToAddress
(
"0x2E34e7d705AfaC3C4665b6feF31Aa394A1c81c92"
)},
//{"DAI", " DAIBridge", "0x467194771dAe2967Aef3ECbEDD3Bf9a310C76C65"},
},
}
}
func
BridgesByChainID
(
chainID
*
big
.
Int
,
client
*
ethclient
.
Client
,
isBedrock
bool
)
(
map
[
string
]
Bridge
,
error
)
{
func
BridgesByChainID
(
chainID
*
big
.
Int
,
client
*
ethclient
.
Client
,
isBedrock
bool
)
(
map
[
string
]
Bridge
,
error
)
{
...
...
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