Skip to content

Commit 98720d4

Browse files
solana: update quoter configuration
1 parent 9f97c86 commit 98720d4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

solana/ts/scripts/config/devnet/quoter.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
"peerQuotes": {
2929
"Sepolia": {
3030
"maxGasDropoffEth": "0",
31-
"basePriceUsd": "500000",
32-
"nativePriceUsd": "3500000000",
31+
"basePriceUsd": "1",
32+
"nativePriceUsd": "3865",
3333
"gasPriceGwei": "25"
3434
},
3535
"ArbitrumSepolia": {
3636
"maxGasDropoffEth": "0",
37-
"basePriceUsd": "500000",
38-
"nativePriceUsd": "3500000000",
39-
"gasPriceGwei": "25"
37+
"basePriceUsd": "0",
38+
"nativePriceUsd": "3865",
39+
"gasPriceGwei": "0"
4040
},
4141
"OptimismSepolia": {
4242
"maxGasDropoffEth": "0",
43-
"basePriceUsd": "500000",
44-
"nativePriceUsd": "3500000000",
45-
"gasPriceGwei": "25"
43+
"basePriceUsd": "0",
44+
"nativePriceUsd": "3865",
45+
"gasPriceGwei": "0"
4646
},
4747
"BaseSepolia": {
4848
"maxGasDropoffEth": "0",
49-
"basePriceUsd": "500000",
50-
"nativePriceUsd": "3500000000",
51-
"gasPriceGwei": "25"
49+
"basePriceUsd": "0",
50+
"nativePriceUsd": "3865",
51+
"gasPriceGwei": "0"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)