@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 +6 -0
- package/index.cjs +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.cjs
CHANGED
|
@@ -4034,7 +4034,7 @@ const Solana = defineChain({
|
|
|
4034
4034
|
},
|
|
4035
4035
|
forwarderSupported: {
|
|
4036
4036
|
source: true,
|
|
4037
|
-
destination:
|
|
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:
|
|
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:
|
|
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:
|
|
4079
|
+
destination: true,
|
|
4080
4080
|
},
|
|
4081
4081
|
},
|
|
4082
4082
|
kitContracts: {
|