Skip to content

Commit

Permalink
add bridgeNetworkData and recordedBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalalniya committed Sep 10, 2024
1 parent ac17c4c commit 1fcfeb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1470,4 +1470,19 @@ export default [
},
destinationChain: "Bitcoin",
},
{
id: 71,
displayName: "Crowdswap",
bridgeDbName: "crowdswap",
iconLink: "icons:crowdswap",
largeTxThreshold: 10000,
url: "https://scanner.crowdswap.org/",
chains: [
"Ethereum",
"Arbitrum",
"Optimism",
"BSC",
"Polygon"
]
},
] as BridgeNetwork[];
7 changes: 6 additions & 1 deletion src/utils/recordedBlocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@
"chainport:aurora": { "startBlock": 73145592, "endBlock": 77620017 },
"rootstock:rsk": { "startBlock": 3616337, "endBlock": 3616337 },
"tokenbrige:rsk": { "startBlock": 4089976, "endBlock": 6088951 },
"fastbtc:rsk": { "startBlock": 4089976, "endBlock": 6088951 }
"fastbtc:rsk": { "startBlock": 4089976, "endBlock": 6088951 },
"crowdswap:ethereum": { "startBlock": 20407899, "endBlock": 20720738 },
"crowdswap:polygon": { "startBlock": 56713222, "endBlock": 61657366 },
"crowdswap:bsc": { "startBlock": 40878700, "endBlock": 42133978 },
"crowdswap:arbitrum": { "startBlock": 237073033, "endBlock": 252086093 },
"crowdswap:optimism": { "startBlock": 123302167, "endBlock": 125190128 }
}

0 comments on commit 1fcfeb9

Please sign in to comment.