Skip to content

Commit 43db5d9

Browse files
committed
fix: unibtc config
1 parent f69f23e commit 43db5d9

9 files changed

Lines changed: 11 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"

pragma-sdk/pragma_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"

pragma-sdk/pragma_sdk/common/fetchers/fetchers/chainlink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ChainlinkFetcher(EVMOracleFeedFetcher):
1616
feed_configs = build_feed_mapping(
1717
[
1818
("LBTC/BTC", "0x5c29868C58b6e15e2b962943278969Ab6a7D3212", 8),
19-
("UNIBTC/BTC", "0x089730f866C6D478398ce1632C7C38677c475EC1", 8),
19+
("UNIBTC/BTC", "0x861d15F8a4059cb918bD6F3670adAEB1220B298f", 8),
2020
]
2121
)
2222

pragma-sdk/pragma_sdk/common/fetchers/fetchers/evm_oracle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424

2525
DEFAULT_ETHEREUM_RPC_URLS: Sequence[str] = (
2626
"https://ethereum.publicnode.com",
27-
"https://rpc.ankr.com/eth",
2827
"https://eth.llamarpc.com",
2928
"https://rpc.mevblocker.io",
29+
"https://1rpc.io/eth",
30+
"https://eth.merkle.io",
31+
"https://rpc.flashbots.net",
3032
)
3133

3234

pragma-sdk/pragma_sdk/supported_assets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
- name: 'Universal BTC'
9191
decimals: 8
9292
ticker: 'UNIBTC'
93+
coingecko_id: 'universal-btc'
9394
ethereum_address: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
9495

9596
- name: 'Midas mRe7BTC'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"

0 commit comments

Comments
 (0)