Skip to content

Commit

Permalink
chore: pushed missing json
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Feb 20, 2024
1 parent 8aa3fd0 commit 78d8752
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
24 changes: 16 additions & 8 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -14160,40 +14160,48 @@
"token": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82"
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18
"2424": 18,
"11155111": 18
},
"active": true
},
"quoteToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82"
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18
"2424": 18,
"11155111": 18
},
"active": true
},
"lpToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82"
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18
"2424": 18,
"11155111": 18
},
"active": true
},
"earnToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82"
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18
"2424": 18,
"11155111": 18
},
"active": true
},
Expand Down
6 changes: 4 additions & 2 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"tabond": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82"
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18
"2424": 18,
"11155111": 18
},
"active": true
},
Expand Down

0 comments on commit 78d8752

Please sign in to comment.