Skip to content

Commit

Permalink
chore: Add JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Aug 7, 2023
1 parent dc57650 commit c432b45
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
67 changes: 67 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,73 @@
},
"soldOut": false
},
{
"index": 80,
"contractAddress": {
"56": "0xDB728D1503079B5313dD80257580fc5dC476AFd3"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "FURFI",
"address": {
"56": "0x6CFf19F714E9f0Ac62412555aa08f313fc343aE4"
},
"decimals": {
"56": 18
},
"active": true
},
"quoteToken": {
"symbol": "BNB",
"address": {
"56": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"97": "0xae13d989dac2f0debff460ac112a837c89baa7cd",
"137": "0xa649325aa7c5093d12d6f98eb4378deae68ce23f"
},
"decimals": {
"56": 18,
"97": 18,
"137": 18
},
"active": true
},
"lpToken": {
"symbol": "FURFI-BNB",
"address": {
"56": "0x4428AC6AD2Be88C59e811F8953dA9Dd603FC2fEA"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true
},
"earnToken": {
"symbol": "FURFI",
"address": {
"56": "0x6CFf19F714E9f0Ac62412555aa08f313fc343aE4"
},
"decimals": {
"56": 18
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://furiofi.com/",
"twitter": "https://twitter.com/furiocrypto",
"audit": "https://solidity.finance/audits/Furio/",
"initTime": {
"56": 1691427600
},
"initPrice": {
"56": 4.85872
},
"soldOut": false
},
{
"index": 79,
"contractAddress": {
Expand Down
21 changes: 21 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,16 @@
},
"active": true
},
"furfi": {
"symbol": "FURFI",
"address": {
"56": "0x6CFf19F714E9f0Ac62412555aa08f313fc343aE4"
},
"decimals": {
"56": 18
},
"active": true
},
"avan": {
"symbol": "AVAN",
"address": {
Expand Down Expand Up @@ -2709,6 +2719,17 @@
"active": true,
"lpToken": true
},
"furfiBnb": {
"symbol": "FURFI-BNB",
"address": {
"56": "0x4428AC6AD2Be88C59e811F8953dA9Dd603FC2fEA"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true
},
"brzBusd": {
"symbol": "BRZ-BUSD",
"address": {
Expand Down

0 comments on commit c432b45

Please sign in to comment.