We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b27bf commit e0200b4Copy full SHA for e0200b4
src/peggedData/bridgeData.ts
@@ -1707,6 +1707,14 @@ export default {
1707
bridge: "CCIP",
1708
sourceChain: formattedSourceChains.eth,
1709
},
1710
+ "0x37a4dd9ced2b19cfe8fac251cd727b5787e45269": {
1711
+ bridge: "elixir",
1712
+ sourceChain: formattedSourceChains.eth,
1713
+ },
1714
+ "0xB57B25851fE2311CC3fE511c8F10E868932e0680": {
1715
1716
1717
1718
} as BridgeMapping;
1719
1720
export const bridgeInfo = {
@@ -1936,4 +1944,8 @@ export const bridgeInfo = {
1936
1944
name: "Chainlink Bridge",
1937
1945
link: "https://chain.link/cross-chain",
1938
1946
1947
+ elixir: {
1948
+ name: "Elixir Bridge",
1949
+ link: "https://bridge.elixir.xyz/",
1950
1939
1951
} as BridgeInfo;
0 commit comments