Skip to content

Commit

Permalink
revert index
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Apr 25, 2024
1 parent 85f02df commit 0ed33f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
</head>

<body>
<sygmaprotocol-widget id="sygmaprotocolWidget" >
<sygmaprotocol-widget>
</sygmaprotocol-widget>
<script>
const widget = document.getElementById('sygmaprotocolWidget');
widget.whitelistedSourceNetworks = ['sepolia', 'cronos'];
widget.whitelistedDestinationNetworks = ['mumbai', 'sepolia', 'cronos', 'rococo-phala'];
widget.whitelistedSourceResources = ['ERC20LRTest'];
</script>
</body>


Expand Down

0 comments on commit 0ed33f5

Please sign in to comment.