Skip to content

Commit 194b842

Browse files
committed
update confirmation per value and fix comments
1 parent df2ac8a commit 194b842

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

sprinter/shared-config-sprinter.json

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"domains": [
33
{
44
"id": 1,
5-
"chainId": 1,
65
"caipId": "eip155:1",
76
"name": "ethereum",
87
"type": "evm",
98
"acrossPool": "0x0190a2328e072Fc5a7fA00F6C9ae2a16c7F4E32a",
10-
"mayanSwift": "0x0",
119
"tokens": {
1210
"WETH": {
1311
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
@@ -27,19 +25,15 @@
2725
}
2826
},
2927
"confirmationsByValue": {
30-
"1000": "5",
31-
"10000": "10",
32-
"1000000": "15"
28+
"1000": "2"
3329
}
3430
},
3531
{
36-
"id": 5,
37-
"chainId": 8453,
32+
"id": 8453,
3833
"caipId": "eip155:8453",
3934
"name": "base",
4035
"type": "evm",
4136
"acrossPool": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64",
42-
"mayanSwift": "0x0",
4337
"tokens": {
4438
"WETH": {
4539
"address": "0x4200000000000000000000000000000000000006",
@@ -59,20 +53,15 @@
5953
}
6054
},
6155
"confirmationsByValue": {
62-
"1000": "1",
63-
"10000": "2",
64-
"1000000": "10",
65-
"10000000": "15"
56+
"1000": "1"
6657
}
6758
},
6859
{
69-
"id": 9,
70-
"chainId": 42161,
60+
"id": 42161,
7161
"caipId": "eip155:42161",
7262
"name": "arbitrum",
7363
"type": "evm",
7464
"acrossPool": "0xe35e9842fceaca96570b734083f4a58e8f7c5f2a",
75-
"mayanSwift": "0x0",
7665
"tokens": {
7766
"WETH": {
7867
"address": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
@@ -92,20 +81,15 @@
9281
}
9382
},
9483
"confirmationsByValue": {
95-
"1000": "1",
96-
"10000": "2",
97-
"1000000": "10",
98-
"10000000": "15"
84+
"1000": "2"
9985
}
10086
},
10187
{
10288
"id": 10,
103-
"chainId": 10,
10489
"caipId": "eip155:10",
10590
"name": "optimism",
10691
"type": "evm",
10792
"acrossPool": "0x6f26Bf09B1C792e3228e5467807a900A503c0281",
108-
"mayanSwift": "0x0",
10993
"tokens": {
11094
"WETH": {
11195
"address": "0x4200000000000000000000000000000000000006",
@@ -125,10 +109,7 @@
125109
}
126110
},
127111
"confirmationsByValue": {
128-
"1000": "1",
129-
"10000": "2",
130-
"1000000": "10",
131-
"10000000": "15"
112+
"1000": "1"
132113
}
133114
}
134115
]

0 commit comments

Comments
 (0)