@cometh/checkout-sdk
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -130,2 +130,5 @@ export declare const $LydiaSettings: { | ||
}; | ||
readonly eurc: { | ||
readonly $ref: "#/components/schemas/ContractAddress"; | ||
}; | ||
}; | ||
@@ -132,0 +135,0 @@ }; |
@@ -130,2 +130,5 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
'$ref': '#/components/schemas/ContractAddress' | ||
}, | ||
eurc: { | ||
'$ref': '#/components/schemas/ContractAddress' | ||
} | ||
@@ -132,0 +135,0 @@ } |
@@ -78,2 +78,3 @@ export type LydiaSettings = { | ||
usdc?: ContractAddress; | ||
eurc?: ContractAddress; | ||
}; | ||
@@ -80,0 +81,0 @@ export type type = 'mainnet' | 'testnet'; |
{ | ||
"name": "@cometh/checkout-sdk", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "SDK to use Cometh Checkout API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -139,2 +139,5 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
'$ref': '#/components/schemas/ContractAddress' | ||
}, | ||
eurc: { | ||
'$ref': '#/components/schemas/ContractAddress' | ||
} | ||
@@ -141,0 +144,0 @@ } |
@@ -92,2 +92,3 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
usdc?: ContractAddress; | ||
eurc?: ContractAddress; | ||
}; | ||
@@ -94,0 +95,0 @@ |
307437
9585