BIP24: Add BTCB/bnUSD and ETH/bnUSD LPs to live voting

I propose to add:
BTCB/bnUSD pool id 58
and
ETH/bnUSD pool id 59

as votable pools.

Also to add BTCB as a quote token to allows us to create pools like ETH/BTCB in the future.

Discussion here:

Actions:

[
  {
    "address": "cx8dc674ce709c518bf1a6058a2722a59f94b6fb7f",
    "method": "addDataSource",
    "parameters": [
      {
        "type": "int",
        "value": "58"
      },
      {
        "type": "String",
        "value": "BTCB/bnUSD"
      }
    ]
  },
  {
    "address": "cx8dc674ce709c518bf1a6058a2722a59f94b6fb7f",
    "method": "addDataSource",
    "parameters": [
      {
        "type": "int",
        "value": "59"
      },
      {
        "type": "String",
        "value": "ETH/bnUSD"
      }
    ]
  },
  {
    "address": "cx10d59e8103ab44635190bd4139dbfd682fa2d07e",
    "method": "createDataSource",
    "parameters": [
      {
        "type": "String",
        "value": "BTCB/bnUSD"
      },
      {
        "type": "Address",
        "value": "cx8dc674ce709c518bf1a6058a2722a59f94b6fb7f"
      },
      {
        "type": "int",
        "value": "1"
      }
    ]
  },
  {
    "address": "cx10d59e8103ab44635190bd4139dbfd682fa2d07e",
    "method": "createDataSource",
    "parameters": [
      {
        "type": "String",
        "value": "ETH/bnUSD"
      },
      {
        "type": "Address",
        "value": "cx8dc674ce709c518bf1a6058a2722a59f94b6fb7f"
      },
      {
        "type": "int",
        "value": "1"
      }
    ]
  },
  {
    "address": "cxa0af3165c08318e988cb30993b3048335b94af6c",
    "method": "addQuoteCoin",
    "parameters": [
      {
        "type": "Address",
        "value": "cx5b5a03cb525a1845d0af3a872d525b18a810acb0"
      }
    ]
  }
]

Test execution:
https://tracker.icon.community/transaction/0x55c95b8d1a66f91b2c5a7455343ef09fa5d6d1ebf8865ca21ef8315fd0153a06

2 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.