Skip to content

Commit

Permalink
Merge pull request #303 from Instadapp/update-address
Browse files Browse the repository at this point in the history
  • Loading branch information
thrilok209 authored Jul 9, 2024
2 parents 1676d6d + 54913d4 commit 0f01ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa-connect",
"version": "0.6.84",
"version": "0.6.85",
"description": "DSA connect",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/resolvers/avocado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const AvoConnectorMapping: Record<ChainId, Record<string, string>> = {
}

const FLA_AVOCADO_ADDRESS = "0x8d8B52e9354E2595425D00644178E2bA2257f42a" // Avocado
const FLA_FLUID_ADDRESS = "0xAB50Dd1C57938218627Df2311ef65b4e2e84aF48" // Fluid
const FLA_FLUID_ADDRESS = "0x352423e2fA5D5c99343d371C9e3bC56C87723Cc7" // Fluid
const MULTI_PAYBACK_ADDRESS = "0xb03922E93c386B045b2a7f7e6732Ef4F3B93f993"

export interface AvocadoAction {
Expand Down

0 comments on commit 0f01ff3

Please sign in to comment.