diff --git a/package.json b/package.json index a659451..44dd654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.19.8", + "version": "0.19.9", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", diff --git a/src/config/chains.json b/src/config/chains.json index 2e69828..159f3ce 100644 --- a/src/config/chains.json +++ b/src/config/chains.json @@ -51,7 +51,7 @@ "shortName": "Arbitrum Goerli", "code": "arb", "rpc": "https://goerli-rollup.arbitrum.io/rpc", - "baseCurrencyName": "AGOR" + "baseCurrencyName": "ETH" }, "4002": { "chainId": "4002",