feat: common RedStone GW url
This commit is contained in:
@@ -104,7 +104,7 @@ export class DefaultEvaluationOptions implements EvaluationOptions {
|
||||
saveState: false
|
||||
};
|
||||
|
||||
bundlerUrl = 'https://gateway.redstone.finance/';
|
||||
bundlerUrl = `https://d1o5nlqr4okus2.cloudfront.net/`;
|
||||
|
||||
gasLimit = Number.MAX_SAFE_INTEGER;
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ export class DefaultCreateContract implements CreateContract {
|
||||
};
|
||||
}
|
||||
|
||||
const response = await fetch(`https://gateway.redstone.finance/gateway/contracts/deploy`, {
|
||||
const response = await fetch(`https://d1o5nlqr4okus2.cloudfront.net/gateway/contracts/deploy`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(body),
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user