-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues #168, #199 #201
Conversation
Deploying with Cloudflare Pages
|
Codecov Report
|
ab16828
to
0692b41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TYSM
Err(StdError::generic_err(format!( | ||
"missing combination (event: {}, attribute: {})", | ||
event_type, attr_key | ||
))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much clearer!
pub const OSMOSIS_1: ChainInfo = ChainInfo { | ||
kind: ChainKind::Mainnet, | ||
chain_id: "osmois-1", | ||
gas_denom: "uosmo", | ||
gas_price: 0.025, | ||
grpc_urls: &["http://grpc.osmosis.zone:9090"], | ||
network_info: OSMO_NETWORK, | ||
lcd_url: None, | ||
fcd_url: None, | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
This PR aims at fixing small issues
Closes #199 : Better errors for getting events in Tx object
Closes #168 : Adding Osmosis_1 support