Skip to content

Commit

Permalink
feat: Bump Sapphire paratime version to 0.7.1-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Jan 26, 2024
1 parent 9c73e86 commit b9b8d38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
OASIS_CORE_VERSION: "23.0.9"
OASIS_NODE: ${{ github.workspace }}/oasis_core/oasis-node
OASIS_NET_RUNNER: ${{ github.workspace }}/oasis_core/oasis-net-runner
SAPPHIRE_PARATIME_VERSION: 0.7.0-testnet
SAPPHIRE_PARATIME_VERSION: 0.7.1-testnet
GATEWAY__CHAIN_ID: 23293
GATEWAY__OASIS_RPCS: true
SAPPHIRE_PARATIME: ${{ github.workspace }}/oasis_core/sapphire-paratime
Expand Down
2 changes: 1 addition & 1 deletion docker/sapphire-localnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk add --no-cache bash gcompat libseccomp jq binutils \

# Docker-specific variables
ENV OASIS_CORE_VERSION=23.0.9
ENV PARATIME_VERSION=0.7.0
ENV PARATIME_VERSION=0.7.1-testnet
ENV PARATIME_NAME=sapphire
ENV GATEWAY__CHAIN_ID=0x5afd

Expand Down
4 changes: 2 additions & 2 deletions tests/rpc/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ func TestEth_GetBlockByNumberAndGetBlockByHash(t *testing.T) {
// Emerald Mainnet.
0xa516: 10_000_000,
// Sapphire Localnet.
0x5afd: 30_000_000,
0x5afd: 15_000_000,
// Sapphire Testnet.
0x5aff: 30_000_000,
0x5aff: 15_000_000,
// Sapphire Mainnet.
0x5afe: 15_000_000,
}
Expand Down

0 comments on commit b9b8d38

Please sign in to comment.