Skip to content

Commit 9c4a11c

Browse files
updates solana quoter mainnet deployment price config
1 parent 98720d4 commit 9c4a11c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
"peerQuotes": {
1515
"Ethereum": {
1616
"maxGasDropoffEth": "0",
17-
"basePriceUsd": "500000",
18-
"nativePriceUsd": "3500000000",
17+
"basePriceUsd": "0.5",
18+
"nativePriceUsd": "3832.16",
1919
"gasPriceGwei": "25"
2020
},
2121
"Arbitrum": {
2222
"maxGasDropoffEth": "0",
2323
"basePriceUsd": "500000",
24-
"nativePriceUsd": "3500000000",
25-
"gasPriceGwei": "25"
24+
"nativePriceUsd": "3832.16",
25+
"gasPriceGwei": "0"
2626
},
2727
"Optimism": {
2828
"maxGasDropoffEth": "0",
29-
"basePriceUsd": "500000",
30-
"nativePriceUsd": "3500000000",
31-
"gasPriceGwei": "25"
29+
"basePriceUsd": "0",
30+
"nativePriceUsd": "3832.16",
31+
"gasPriceGwei": "0"
3232
},
3333
"Base": {
3434
"maxGasDropoffEth": "0",
35-
"basePriceUsd": "500000",
36-
"nativePriceUsd": "3500000000",
37-
"gasPriceGwei": "25"
35+
"basePriceUsd": "0",
36+
"nativePriceUsd": "3832.16",
37+
"gasPriceGwei": "0"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)