Skip to content

Commit 5bebfa0

Browse files
authored
Update index.js
Parse dot percentage
1 parent 11a2f61 commit 5bebfa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ const main = async () => {
3636
regex: /(?<=\*\*Total Costs:\*\* ).*/g, // this will take also extra as $, USD, DAI...
3737
mandatory: true,
3838
},
39+
{
40+
name: 'dot_percentage',
41+
regex: /(?<=\*\*DOT %:\*\* ).*/g,
42+
mandatory: true,
43+
},
3944
{
4045
name: 'address',
4146
regex: /(?<=\*\*Registered Address:\*\* ).*/g,

0 commit comments

Comments
 (0)