diff --git a/assets/chains/sonic.png b/assets/chains/sonic.png new file mode 100644 index 0000000..e492b30 Binary files /dev/null and b/assets/chains/sonic.png differ diff --git a/conf/mainnets/sonic.yml b/conf/mainnets/sonic.yml new file mode 100644 index 0000000..d324b22 --- /dev/null +++ b/conf/mainnets/sonic.yml @@ -0,0 +1,19 @@ +id: '146' +code: sonic +alias: + - sonic +name: Sonic +logo: https://github.com/helix-bridge/helixconf/blob/main/assets/chains/sonic.png?raw=true +explorer: https://sonicscan.org/ +rpcs: + - https://rpc.soniclabs.com + - https://sonic.drpc.org + - https://sonic-rpc.publicnode.com + - https://sonic.api.onfinality.io/public +messagers: +tokens: + - symbol: S + address: '0x0000000000000000000000000000000000000000' + decimals: 18 + type: native +couples: \ No newline at end of file diff --git a/template/ts/files/package.json b/template/ts/files/package.json index 1d6389b..f0ea57a 100644 --- a/template/ts/files/package.json +++ b/template/ts/files/package.json @@ -1,6 +1,6 @@ { "name": "@helixbridge/helixconf", - "version": "1.2.7", + "version": "1.2.8", "description": "Helix conf", "main": "dist/src/index.js", "publishConfig": {