Skip to content

Commit 2d4df5c

Browse files
alinobrasilpinax-botYaroShkvorets
authored
Sonic testnet (#164)
* added sonic testnet * deprecate ozean * backport * chore: auto-bump version to 0.7.34 (patch) * added exception for sonic testnet * applied fixes * re-backport sonic testnet with fixed api url * gitignore lock files --------- Co-authored-by: Pinax Bot <[email protected]> Co-authored-by: YaroShkvorets <[email protected]>
1 parent 2a44eb9 commit 2d4df5c

File tree

8 files changed

+8953
-103
lines changed

8 files changed

+8953
-103
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ build/Release
4444
node_modules/
4545
jspm_packages/
4646

47+
# Package manager lock files
48+
package-lock.json
49+
yarn.lock
50+
pnpm-lock.yaml
51+
.pnpm-store/
52+
4753
# Snowpack dependency directory (https://snowpack.dev/)
4854
web_modules/
4955

bun.lockb

-51.5 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.33",
2+
"version": "0.7.34",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)