Skip to content

Commit 794b864

Browse files
committed
fix: argent_new publisher
1 parent 6d1d600 commit 794b864

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

pragma-deployer/pragma_deployer/register_publishers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"BITSTAMP",
7474
"COINBASE",
7575
"DEFILLAMA",
76+
"STARKNET"
7677
]
7778

7879
DEX_SOURCES = ["MYSWAP", "MYSWAPV2", "EKUBO", "SITHSWAP", "JEDISWAP", "10KSWAP"]
@@ -121,14 +122,15 @@
121122
admin_address = 0x02356B628D108863BAF8644C945D97BAD70190AF5957031F4852D00D0F690A77
122123

123124
if NETWORK["name"] == "sepolia":
124-
PUBLISHERS = ["PRAGMA", "PRAGMA_MERKLE", "FOURLEAF", "AVNU", "ALENO", "KAIKO"]
125+
PUBLISHERS = ["PRAGMA", "PRAGMA_MERKLE", "FOURLEAF", "AVNU", "ALENO", "KAIKO", "ARGENT_NEW"]
125126
PUBLISHERS_SOURCES = [
126127
THIRD_PARTY_SOURCES,
127128
["DERIBIT"],
128129
["FOURLEAF"],
129130
["AVNU"],
130131
["ALENO"],
131132
["KAIKO"],
133+
BTCFI_SOURCES
132134
]
133135
PUBLISHER_ADDRESS = [
134136
0x04C1D9DA136846AB084AE18CF6CE7A652DF7793B666A16CE46B1BF5850CC739D,
@@ -137,6 +139,7 @@
137139
0x0279FDE026E3E6CCEACB9C263FECE0C8D66A8F59E8448F3DA5A1968976841C62,
138140
0x06C58C048FC1483362D6AB56A542B74ADF5FD5C00706AEDA32EAD142E38B8646,
139141
0x00AB1D128468130A5263BC32BCA3030202A16BBFFE69E8458571B40C0E53B38B,
142+
0x02a4870252a657e94c839ea4a575d3a6ae98abd8f06d7946b92fff650a8c6756
140143
]
141144

142145

pragma-deployer/pragma_deployer/register_tokenized_vault.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
# "address": 0x28d709c875c0ceac3dce7065bec5328186dc89fe254527084d1689910954b0a,
2929
# },
3030
# BTC LST tokens
31-
{
32-
"name": "CONVERSION_XWBTC",
33-
"underlying_token": "BTC",
34-
"address": 0x6a567e68c805323525fe1649adb80b03cddf92c23d2629a6779f54192dffc13,
35-
},
36-
{
37-
"name": "CONVERSION_XTBTC",
38-
"underlying_token": "BTC",
39-
"address": 0x43a35c1425a0125ef8c171f1a75c6f31ef8648edcc8324b55ce1917db3f9b91,
40-
},
31+
# {
32+
# "name": "CONVERSION_XWBTC",
33+
# "underlying_token": "BTC",
34+
# "address": 0x6a567e68c805323525fe1649adb80b03cddf92c23d2629a6779f54192dffc13,
35+
# },
36+
# {
37+
# "name": "CONVERSION_XTBTC",
38+
# "underlying_token": "BTC",
39+
# "address": 0x43a35c1425a0125ef8c171f1a75c6f31ef8648edcc8324b55ce1917db3f9b91,
40+
# },
4141
{
4242
"name": "CONVERSION_XLBTC",
4343
"underlying_token": "BTC",
4444
"address": 0x7dd3c80de9fcc5545f0cb83678826819c79619ed7992cc06ff81fc67cd2efe0,
4545
},
46-
{
47-
"name": "CONVERSION_XSBTC",
48-
"underlying_token": "BTC",
49-
"address": 0x580f3dc564a7b82f21d40d404b3842d490ae7205e6ac07b1b7af2b4a5183dc9,
50-
},
46+
# {
47+
# "name": "CONVERSION_XSBTC",
48+
# "underlying_token": "BTC",
49+
# "address": 0x580f3dc564a7b82f21d40d404b3842d490ae7205e6ac07b1b7af2b4a5183dc9,
50+
# },
5151
# {
5252
# "name": "SSTRK",
5353
# "address": 0x076c4b7bb1ce744e4aae2278724adedd4906ab89998623fe1715877ecb583bde,

pragma-deployer/pragma_deployer/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sepolia": {
3030
"name": "sepolia",
3131
"explorer_url": "https://sepolia.starkscan.co/",
32-
"rpc_url": "https://starknet-sepolia.public.blastapi.io/rpc/v0_7",
32+
"rpc_url": "https://starknet-sepolia.public.blastapi.io/rpc/v0_8",
3333
"chain_id": StarknetChainId.SEPOLIA,
3434
},
3535
"devnet": {

0 commit comments

Comments
 (0)