We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ef464 commit b43a2ceCopy full SHA for b43a2ce
src/chains/details/lens.ts
@@ -49,4 +49,10 @@ export const lens: ChainInfo = {
49
// Note: doesn't seem to be Etherscan derived. Will need to consider it in the code.
50
// TODO: add a flag to indicate that the explorer is not Etherscan derived and handle it in the code.
51
},
52
+ bridges: [
53
+ {
54
+ name: 'Lens Bridge',
55
+ url: 'https://lens.xyz/bridge',
56
+ },
57
+ ],
58
}
0 commit comments