feat: common RedStone GW url

This commit is contained in:
asiaziola
2022-06-08 14:16:50 +02:00
parent 05750ba366
commit 61224853bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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: {