Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
RareData committed Jan 15, 2024
2 parents 81d9ec7 + 923a22b commit 2c52a7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified assets/0x86eC5c8Ce7a4DD7762Cff205d64Bfc0C272feB6d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/0xAc2884A4479Bf7c21AA0462d52bc9c76c3a9A3dD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions bifrost-wallet.providerlist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Bifrost Wallet",
"name": "Bifrost Wallet FTSO Provider List",
"timestamp": "2024-01-15T00:00:00+00:00",
"version": {
"major": 4,
Expand All @@ -9,18 +9,18 @@
"providers": [
{
"chainId": 19,
"name": "Bifrost Oracle",
"description": "Bifrost Oracle is a reliable Songbird oracle service run by Towo Labs, a Songbird Network development partner and the company behind Bifrost Wallet.",
"url": "https://bifrostoracle.com",
"name": "Bifrost Wallet",
"description": "Bifrost Wallet runs a competitive, accurate and reliable oracle service since 2021. Developed by Towo Labs a Songbird Network development partner.",
"url": "https://bifrostwallet.com",
"address": "0x69141E890F3a79cd2CFf552c0B71508bE23712dC",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x69141E890F3a79cd2CFf552c0B71508bE23712dC.png",
"listed": true
},
{
"chainId": 14,
"name": "Bifrost Oracle",
"description": "Bifrost Oracle is a reliable Flare oracle service run by Towo Labs, a Flare Network development partner and the company behind Bifrost Wallet.",
"url": "https://bifrostoracle.com",
"name": "Bifrost Wallet",
"description": "Bifrost Wallet runs a competitive, accurate and reliable oracle service since 2021. Developed by Towo Labs a Flare Network development partner.",
"url": "https://bifrostwallet.com",
"address": "0x9A46864A3b0a7805B266C445289C3fAD1E48f18e",
"logoURI": "https://raw.githubusercontent.com/TowoLabs/ftso-signal-providers/master/assets/0x9A46864A3b0a7805B266C445289C3fAD1E48f18e.png",
"listed": true
Expand Down
8 changes: 4 additions & 4 deletions providerlist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"maxLength": 32,
"pattern": "^[ \\w.'+\\-%/À-ÖØ-öø-ÿ:&\\[\\]\\(\\)]+$",
"examples": [
"Bifrost Oracle"
"Bifrost Wallet"
]
},
"description": {
Expand All @@ -88,7 +88,7 @@
"maxLength": 350,
"pattern": "^[ \\w.'+\\-%/À-ÖØ-öø-ÿ:&\\[\\]\\(\\)]+",
"examples": [
"Bifrost Oracle"
"Bifrost Wallet"
]
},
"url": {
Expand All @@ -98,7 +98,7 @@
"maxLength": 100,
"pattern": "^https://[A-Za-z0-9\/#.-]*[^/]$",
"examples": [
"https://bifrostoracle.com"
"https://bifrostwallet.com"
]
},
"address": {
Expand Down Expand Up @@ -142,7 +142,7 @@
"type": "string",
"description": "The name of the FTSO provider list",
"minLength": 1,
"maxLength": 30,
"maxLength": 48,
"pattern": "^[A-Za-z ]+$",
"examples": [
"My Provider List"
Expand Down

0 comments on commit 2c52a7d

Please sign in to comment.