Skip to content

Commit

Permalink
add disabled chains
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Oct 18, 2024
1 parent a7110ae commit c79f72a
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const SquidWidget = ({
toTokenAddress,
}: SwapParams) => {

// Construct the config object
// Construct the config objectq
const config = {
integratorId: "squid-swap-widget",
integratorId: "gitcoin-50ed7b9e-5407-48c2-9b94-f443b53f6cd4",
instantExec: true,
apiUrl: "https://apiplus.squidrouter.com",
initialAssets: {
Expand All @@ -30,10 +30,12 @@ const SquidWidget = ({
},
disabledChains: {
source: [
"1329",
"pacific-1",
"osmosis-1"
],
destination: [
"1329",
"pacific-1",
"osmosis-1"
]
},
};
Expand Down

0 comments on commit c79f72a

Please sign in to comment.