Skip to content

Commit a54303b

Browse files
authored
chore: add new network (#518)
1 parent 9179088 commit a54303b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pages/price-feeds/contract-addresses/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"solana": "Solana / SVM",
44
"aptos": "Aptos",
55
"sui": "Sui",
6-
"move": "Move",
6+
"movement": "Movement",
77
"ton": "TON",
88
"fuel": "Fuel",
99
"cosmwasm": "CosmWasm",

pages/price-feeds/contract-addresses/move.mdx renamed to pages/price-feeds/contract-addresses/movement.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import CopyAddress from "../../../components/CopyAddress";
22

3-
# Price Feed Contract Addresses on Move
3+
# Price Feed Contract Addresses on Movement
44

55
Pyth is currently deployed on the following Movement networks.
66

@@ -10,13 +10,13 @@ Pyth is currently deployed on the following Movement networks.
1010

1111
## Aptos Movement Testnet
1212

13-
Use the following addresses for both Suzuka and Porto testnets:
13+
Use the following addresses for both Suzuka and Porto and Bardock testnets:
1414

15-
| Named Address | Value |
16-
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17-
| `pyth` | <CopyAddress address={`0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f`} url="https://explorer.testnet.porto.movementnetwork.xyz/account/0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f?network=testnet" /> |
18-
| `wormhole` | <CopyAddress address={`0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9`} url="https://explorer.testnet.porto.movementnetwork.xyz/account/0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9?network=testnet" /> |
19-
| `deployer` | <CopyAddress address={`0xa3ad2d9c8114b9a4fe97d45b7a9d3c731148d936b0f5dd396fc20a53a11a70da`} url="https://explorer.testnet.porto.movementnetwork.xyz/account/0xa3ad2d9c8114b9a4fe97d45b7a9d3c731148d936b0f5dd396fc20a53a11a70da?network=testnet" /> |
15+
| Named Address | Value |
16+
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17+
| `pyth` | <CopyAddress address={`0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f`} url="https://explorer.movementlabs.xyz/account/0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f" /> |
18+
| `wormhole` | <CopyAddress address={`0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9`} url="https://explorer.movementlabs.xyz/account/0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9" /> |
19+
| `deployer` | <CopyAddress address={`0xa3ad2d9c8114b9a4fe97d45b7a9d3c731148d936b0f5dd396fc20a53a11a70da`} url="https://explorer.movementlabs.xyz/account/0xa3ad2d9c8114b9a4fe97d45b7a9d3c731148d936b0f5dd396fc20a53a11a70da" /> |
2020

2121
`deployer` and `wormhole` are implementation details of the Pyth contract: you will not need to interact with these.
2222

0 commit comments

Comments
 (0)