File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
price_feeds/fuel/fetch-and-update-btc-price Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ NEXT_PUBLIC_HAS_CONTRACT=true
2
2
NEXT_PUBLIC_HAS_PREDICATE = true
3
3
NEXT_PUBLIC_HAS_SCRIPT = true
4
4
NEXT_PUBLIC_DAPP_ENVIRONMENT = testnet
5
- NEXT_PUBLIC_TESTNET_CONTRACT_ID = 0x3e2f83f9bb6dd9bafc3e58bf40f091f3cc1304bd025a2fc70f0e6b2632a46799
6
- NEXT_PUBLIC_PYTH_TESTNET_CONTRACT_ID = 0x1ab91bc1402a187055d3e827017ace566a103ce2a4126517da5d656d6a436aea
5
+ NEXT_PUBLIC_TESTNET_CONTRACT_ID = 0x657ed30041e69a9138caf8ccb27e51be7ff306082a7d7cd2092bad08b8e20d1f
6
+ NEXT_PUBLIC_PYTH_TESTNET_CONTRACT_ID = 0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6
7
7
NEXT_PUBLIC_HERMES_BTC_URL = " https://hermes.pyth.network/v2/updates/price/latest?ids[]="
Original file line number Diff line number Diff line change 143
143
"type" : 0 ,
144
144
"typeArguments" : null
145
145
},
146
+ {
147
+ "name" : " FuturePriceNotAllowed" ,
148
+ "type" : 0 ,
149
+ "typeArguments" : null
150
+ },
146
151
{
147
152
"name" : " GuardianSetNotFound" ,
148
153
"type" : 0 ,
1838
1843
"type" : 6 ,
1839
1844
"typeArguments" : []
1840
1845
},
1841
- "offset" : 129616
1846
+ "offset" : 117592
1842
1847
}
1843
1848
]
1844
1849
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source = "path+from-root-2AB5BCE55EAAEFF4"
4
4
5
5
[[package]]
6
6
name = "pyth_interface"
7
- source = "git+https://github.com/pyth-network/pyth-crosschain?tag=pyth-fuel-contract-v0.4 .0#63e528b7d2482e676bfd7492223f665f107b7e29 "
7
+ source = "git+https://github.com/pyth-network/pyth-crosschain?tag=pyth-fuel-contract-v0.5 .0#8bec01505fafd7b53df7858a6a87ede20dc5e730 "
8
8
dependencies = [
9
9
"standards",
10
10
"std",
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ license = "Apache-2.0"
5
5
name = " test-contract"
6
6
7
7
[dependencies ]
8
- pyth_interface = { git = " https://github.com/pyth-network/pyth-crosschain" , tag = " pyth-fuel-contract-v0.4 .0" }
8
+ pyth_interface = { git = " https://github.com/pyth-network/pyth-crosschain" , tag = " pyth-fuel-contract-v0.5 .0" }
You can’t perform that action at this time.
0 commit comments