Commit 6f422b9c authored by tom's avatar tom

[skip ci] bridged tokens redirect

parent 87036c39
......@@ -190,6 +190,14 @@ const oldUrls = [
},
// TOKENS
{
source: '/bridged-tokens',
destination: '/tokens/?tab=bridged',
},
{
source: '/bridged-tokens/:chain_name',
destination: '/tokens/?tab=bridged',
},
{
source: '/tokens/:hash/:path*',
destination: '/token/:hash/:path*',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment