-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable citreatestnet + testnet igp fixes (#4583)
chore: enable citreatestnet + igp fixes - enable citreatestnet - set chunk size to 999 - flat price for testnet tokens - avoids problem where chains that have a non-eth native gas token end up paying way higher IGP fees than required
- Loading branch information
1 parent
6e787a9
commit 330b058
Showing
10 changed files
with
59 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3df435f02b4787a58faf3e3c7411e62959b6db38 | ||
a87a555d19834d6d3dada72ccdcb3661ba9ff003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
typescript/infra/config/environments/testnet4/igp/verification.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
typescript/infra/config/environments/testnet4/testrecipient/verification.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
39 changes: 19 additions & 20 deletions
39
typescript/infra/config/environments/testnet4/tokenPrices.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
{ | ||
"alfajores": "0.672791", | ||
"arbitrumsepolia": "2580.94", | ||
"basesepolia": "2580.94", | ||
"alfajores": "10", | ||
"arbitrumsepolia": "10", | ||
"basesepolia": "10", | ||
"berabartio": "10", | ||
"bsctestnet": "589.38", | ||
"camptestnet": "2580.94", | ||
"citreatestnet": "63497", | ||
"connextsepolia": "2580.94", | ||
"ecotestnet": "2580.94", | ||
"eclipsetestnet": "2580.94", | ||
"formtestnet": "2580.94", | ||
"fuji": "27.56", | ||
"holesky": "2580.94", | ||
"hyperliquidevmtestnet": "2580.94", | ||
"optimismsepolia": "2580.94", | ||
"polygonamoy": "0.412898", | ||
"scrollsepolia": "2580.94", | ||
"sepolia": "2580.94", | ||
"solanatestnet": "150.38", | ||
"soneiumtestnet": "2580.94", | ||
"suavetoliman": "2580.94", | ||
"bsctestnet": "10", | ||
"camptestnet": "10", | ||
"citreatestnet": "10", | ||
"connextsepolia": "10", | ||
"ecotestnet": "10", | ||
"eclipsetestnet": "10", | ||
"formtestnet": "10", | ||
"fuji": "10", | ||
"holesky": "10", | ||
"optimismsepolia": "10", | ||
"polygonamoy": "10", | ||
"scrollsepolia": "10", | ||
"sepolia": "10", | ||
"solanatestnet": "10", | ||
"soneiumtestnet": "10", | ||
"suavetoliman": "10", | ||
"superpositiontestnet": "10" | ||
} |