Skip to content

Commit 76682e5

Browse files
committed
Merge branch 'lionel/simplify-max-amount-calculation' into lionel/simplify-max-amount-calculation-copy
2 parents b0a2819 + 702413a commit 76682e5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

flow.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@
747747
"hashAlgorithm": "SHA2_256",
748748
"resourceID": "projects/flow-foundation-admin/locations/global/keyRings/defi-actions/cryptoKeys/testnet-defi-actions/cryptoKeyVersions/1"
749749
}
750+
},
751+
"testnet-uniswapV3-swap-connectors": {
752+
"address": "3ebb7d2595e97cd2",
753+
"key": {
754+
"type": "google-kms",
755+
"hashAlgorithm": "SHA2_256",
756+
"resourceID": "projects/dl-flow-devex-staging/locations/us-central1/keyRings/tidal-keyring/cryptoKeys/tidal_admin_pk/cryptoKeyVersions/1"
757+
}
750758
}
751759
},
752760
"deployments": {
@@ -869,7 +877,11 @@
869877
],
870878
"testnet-uniswapv2-swap-connectors": [
871879
"UniswapV2SwapConnectors"
880+
],
881+
"testnet-uniswapV3-swap-connectors": [
882+
"EVMAbiHelpers",
883+
"UniswapV3SwapConnectors"
872884
]
873885
}
874886
}
875-
}
887+
}

0 commit comments

Comments
 (0)