Skip to content

Commit

Permalink
update gas and fees per txn
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 30, 2025
1 parent 98ddcd1 commit 246aad5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/osmojs/starship/__tests__/gov.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('Governance tests for osmosis', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -154,7 +154,7 @@ describe('Governance tests for osmosis', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -204,7 +204,7 @@ describe('Governance tests for osmosis', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down
8 changes: 4 additions & 4 deletions packages/osmojs/starship/__tests__/pools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('Pool testing over IBC tokens', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('Pool testing over IBC tokens', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -233,7 +233,7 @@ describe('Pool testing over IBC tokens', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -283,7 +283,7 @@ describe('Pool testing over IBC tokens', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down
2 changes: 1 addition & 1 deletion packages/osmojs/starship/__tests__/staking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('Staking tokens testing', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down
4 changes: 2 additions & 2 deletions packages/osmojs/starship/__tests__/token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Token transfers', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('Token transfers', () => {
amount: [
{
denom,
amount: '100000'
amount: '1000000'
}
],
gas: '550000'
Expand Down

0 comments on commit 246aad5

Please sign in to comment.