@circle-fin/adapter-ethers-v6 1.6.2 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @circle-fin/adapter-ethers-v6
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support for Solana as a forwarder destination
8
+
3
9
  ## 1.6.2
4
10
 
5
11
  ### Patch Changes
package/index.cjs CHANGED
@@ -4034,7 +4034,7 @@ const Solana = defineChain({
4034
4034
  },
4035
4035
  forwarderSupported: {
4036
4036
  source: true,
4037
- destination: false,
4037
+ destination: true,
4038
4038
  },
4039
4039
  },
4040
4040
  kitContracts: {
@@ -4081,7 +4081,7 @@ const SolanaDevnet = defineChain({
4081
4081
  },
4082
4082
  forwarderSupported: {
4083
4083
  source: true,
4084
- destination: false,
4084
+ destination: true,
4085
4085
  },
4086
4086
  },
4087
4087
  kitContracts: {
package/index.mjs CHANGED
@@ -4029,7 +4029,7 @@ const Solana = defineChain({
4029
4029
  },
4030
4030
  forwarderSupported: {
4031
4031
  source: true,
4032
- destination: false,
4032
+ destination: true,
4033
4033
  },
4034
4034
  },
4035
4035
  kitContracts: {
@@ -4076,7 +4076,7 @@ const SolanaDevnet = defineChain({
4076
4076
  },
4077
4077
  forwarderSupported: {
4078
4078
  source: true,
4079
- destination: false,
4079
+ destination: true,
4080
4080
  },
4081
4081
  },
4082
4082
  kitContracts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-fin/adapter-ethers-v6",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "EVM blockchain adapter powered by Ethers v6",
5
5
  "keywords": [
6
6
  "circle",