@rhinestone/shared-configs 2.18.1 → 2.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/configs/chains.json +24 -0
- package/dist/scripts/__tests__/validation.test.js +1 -0
- package/dist/src/__tests__/paymentTokens.test.js +1 -0
- package/dist/src/chains.js +24 -0
- package/dist/src/generated/packageVersion.d.ts +1 -1
- package/dist/src/generated/packageVersion.js +1 -1
- package/package.json +1 -1
package/dist/configs/chains.json
CHANGED
|
@@ -2919,6 +2919,30 @@
|
|
|
2919
2919
|
"priceSymbol": "USDC",
|
|
2920
2920
|
"symbol": "ensUSDC2",
|
|
2921
2921
|
"unpriced": true
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"address": "0x16f95D91DBa7dA3Aca778Ec053dF0FF6C6A8aA8e",
|
|
2925
|
+
"approvalSlot": 1,
|
|
2926
|
+
"authorization": {
|
|
2927
|
+
"domain": {
|
|
2928
|
+
"chainId": 11155111,
|
|
2929
|
+
"name": "USDC",
|
|
2930
|
+
"verifyingContract": "0x16f95D91DBa7dA3Aca778Ec053dF0FF6C6A8aA8e",
|
|
2931
|
+
"version": "1"
|
|
2932
|
+
},
|
|
2933
|
+
"domainSeparator": "0x3dd554e1405adb8512a8a8aaf4c0b2f27acbe8be8a0ed348d2ddb99ce13b5185",
|
|
2934
|
+
"eoaOnly": true,
|
|
2935
|
+
"standards": [
|
|
2936
|
+
"erc2612"
|
|
2937
|
+
]
|
|
2938
|
+
},
|
|
2939
|
+
"balanceSlot": 0,
|
|
2940
|
+
"decimals": 6,
|
|
2941
|
+
"gasRefund": true,
|
|
2942
|
+
"pegGroup": "USD",
|
|
2943
|
+
"priceSymbol": "USDC",
|
|
2944
|
+
"symbol": "ensUSDC3",
|
|
2945
|
+
"unpriced": true
|
|
2922
2946
|
}
|
|
2923
2947
|
],
|
|
2924
2948
|
"vmType": "evm",
|
|
@@ -95,6 +95,7 @@ function errorsFor(chain) {
|
|
|
95
95
|
["11155111:0x1c7d4b196cb0c7b01d743fbc6116a902379c7238", both],
|
|
96
96
|
["11155111:0x768f42455a2d082e23ceef7d51e5787c82d67a39", permitOnly],
|
|
97
97
|
["11155111:0xcbfd80f74375c54e545af34788ff465f96f66f05", permitOnly],
|
|
98
|
+
["11155111:0x16f95d91dba7da3aca778ec053df0ff6c6a8aa8e", permitOnly],
|
|
98
99
|
["11155420:0x5fd84259d66cd46123540766be93dfe6d43130d7", both],
|
|
99
100
|
]);
|
|
100
101
|
const configured = new Map(Object.entries(index_1.chainRegistry).flatMap(([chainId, entry]) => entry.tokens.flatMap((token) => {
|
|
@@ -14,6 +14,7 @@ const entries = Object.entries(index_1.chainRegistry);
|
|
|
14
14
|
const NOT_ACCEPTED_AS_PAYMENT = new Set([
|
|
15
15
|
"11155111:ensUSDC",
|
|
16
16
|
"11155111:ensUSDC2",
|
|
17
|
+
"11155111:ensUSDC3",
|
|
17
18
|
]);
|
|
18
19
|
(0, bun_test_1.describe)("payment-token eligibility", () => {
|
|
19
20
|
(0, bun_test_1.it)("is only ever present as `true`", () => {
|
package/dist/src/chains.js
CHANGED
|
@@ -3013,6 +3013,30 @@ const chains = {
|
|
|
3013
3013
|
"priceSymbol": "USDC",
|
|
3014
3014
|
"symbol": "ensUSDC2",
|
|
3015
3015
|
"unpriced": true
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"address": "0x16f95D91DBa7dA3Aca778Ec053dF0FF6C6A8aA8e",
|
|
3019
|
+
"approvalSlot": 1,
|
|
3020
|
+
"authorization": {
|
|
3021
|
+
"domain": {
|
|
3022
|
+
"chainId": 11155111,
|
|
3023
|
+
"name": "USDC",
|
|
3024
|
+
"verifyingContract": "0x16f95D91DBa7dA3Aca778Ec053dF0FF6C6A8aA8e",
|
|
3025
|
+
"version": "1"
|
|
3026
|
+
},
|
|
3027
|
+
"domainSeparator": "0x3dd554e1405adb8512a8a8aaf4c0b2f27acbe8be8a0ed348d2ddb99ce13b5185",
|
|
3028
|
+
"eoaOnly": true,
|
|
3029
|
+
"standards": [
|
|
3030
|
+
"erc2612"
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
"balanceSlot": 0,
|
|
3034
|
+
"decimals": 6,
|
|
3035
|
+
"gasRefund": true,
|
|
3036
|
+
"pegGroup": "USD",
|
|
3037
|
+
"priceSymbol": "USDC",
|
|
3038
|
+
"symbol": "ensUSDC3",
|
|
3039
|
+
"unpriced": true
|
|
3016
3040
|
}
|
|
3017
3041
|
],
|
|
3018
3042
|
"vmType": "evm",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const PACKAGE_VERSION = "2.18.
|
|
1
|
+
declare const PACKAGE_VERSION = "2.18.2";
|
|
2
2
|
export { PACKAGE_VERSION };
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PACKAGE_VERSION = void 0;
|
|
4
4
|
// Auto-generated by scripts/generate.ts. Do not edit manually.
|
|
5
|
-
const PACKAGE_VERSION = "2.18.
|
|
5
|
+
const PACKAGE_VERSION = "2.18.2";
|
|
6
6
|
exports.PACKAGE_VERSION = PACKAGE_VERSION;
|