@ripe-finance/sdk 1.4.2 → 1.5.1
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.
|
@@ -2331,7 +2331,7 @@ export const abi = [
|
|
|
2331
2331
|
outputs: [],
|
|
2332
2332
|
},
|
|
2333
2333
|
];
|
|
2334
|
-
export const deployAddress = '
|
|
2334
|
+
export const deployAddress = '0x6C56Da2520b7f8B505D50F1FE25fb59928647708';
|
|
2335
2335
|
function getRequest(method, args, contractAddressOrOptions) {
|
|
2336
2336
|
const address = typeof contractAddressOrOptions === 'string' ? contractAddressOrOptions : contractAddressOrOptions?.contractAddress;
|
|
2337
2337
|
const defaultValue = typeof contractAddressOrOptions === 'string' ? undefined : contractAddressOrOptions?.defaultValue;
|