forked from LaconicNetwork/cosmos-explorer
update xion customizations to fix inflation
This commit is contained in:
parent
7001a728b4
commit
89ff672638
@ -75,5 +75,6 @@
|
||||
"vite-plugin-pages": "^0.28.0",
|
||||
"vue-json-viewer": "3",
|
||||
"vue-tsc": "^1.0.12"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ export const requests: Partial<RequestRegistry> = {
|
||||
adapter,
|
||||
},
|
||||
mint_inflation: {
|
||||
url: '/xion/mint/v1/inflation',
|
||||
url: '/cosmos/mint/v1beta1/inflation',
|
||||
adapter: async (data: any): Promise<{ inflation: string }> => {
|
||||
try {
|
||||
const client = CosmosRestClient.newDefault(
|
||||
@ -99,6 +99,4 @@ export const requests: Partial<RequestRegistry> = {
|
||||
}
|
||||
},
|
||||
},
|
||||
mint_params: { url: '/xion/mint/v1/params', adapter },
|
||||
mint_annual_provisions: { url: '/xion/mint/v1beta1/annual_provisions', adapter }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user